Home
last modified time | relevance | path

Searched refs:U_BOOT_USB_DEVICE (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/usb/eth/
Dlan75xx.c314 U_BOOT_USB_DEVICE(lan75xx_eth, lan75xx_eth_id_table);
Dlan78xx.c476 U_BOOT_USB_DEVICE(lan78xx_eth, lan78xx_eth_id_table);
Dmcs7830.c941 U_BOOT_USB_DEVICE(mcs7830_eth, mcs7830_eth_id_table);
Dasix.c908 U_BOOT_USB_DEVICE(asix_eth, asix_eth_id_table);
Dasix88179.c918 U_BOOT_USB_DEVICE(ax88179_eth, ax88179_eth_id_table);
Dsmsc95xx.c1076 U_BOOT_USB_DEVICE(smsc95xx_eth, smsc95xx_eth_id_table);
Dr8152.c1656 U_BOOT_USB_DEVICE(r8152_eth, r8152_eth_id_table);
/external/u-boot/drivers/usb/
DKconfig47 declared with the U_BOOT_USB_DEVICE() macro and will be
/external/u-boot/common/
Dusb_kbd.c671 U_BOOT_USB_DEVICE(usb_kbd, kbd_id_table);
Dusb_hub.c978 U_BOOT_USB_DEVICE(usb_generic_hub, hub_id_table);
Dusb_storage.c1544 U_BOOT_USB_DEVICE(usb_mass_storage, mass_storage_id_table);
/external/u-boot/include/
Dusb.h520 #define U_BOOT_USB_DEVICE(__name, __match) \ macro