HomeSort by relevance Sort by last modified time
    Searched refs:asix_dongles (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/eth/
asix.c 604 static const struct asix_dongle asix_dongles[] = { variable in typeref:struct:asix_dongle
636 for (i = 0; asix_dongles[i].vendor != 0; i++) {
637 if (dev->descriptor.idVendor == asix_dongles[i].vendor &&
638 dev->descriptor.idProduct == asix_dongles[i].product)
643 if (asix_dongles[i].vendor == 0)
663 ((struct asix_private *)ss->dev_priv)->flags = asix_dongles[i].flags;
asix88179.c 619 static const struct asix_dongle asix_dongles[] = { variable in typeref:struct:asix_dongle
644 for (i = 0; asix_dongles[i].vendor != 0; i++) {
645 if (dev->descriptor.idVendor == asix_dongles[i].vendor &&
646 dev->descriptor.idProduct == asix_dongles[i].product)
651 if (asix_dongles[i].vendor == 0)
671 dev_priv->flags = asix_dongles[i].flags;

Completed in 2417 milliseconds