Searched refs:U_BOOT_USB_DEVICE (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/drivers/usb/eth/ |
D | lan75xx.c | 314 U_BOOT_USB_DEVICE(lan75xx_eth, lan75xx_eth_id_table);
|
D | lan78xx.c | 476 U_BOOT_USB_DEVICE(lan78xx_eth, lan78xx_eth_id_table);
|
D | mcs7830.c | 941 U_BOOT_USB_DEVICE(mcs7830_eth, mcs7830_eth_id_table);
|
D | asix.c | 908 U_BOOT_USB_DEVICE(asix_eth, asix_eth_id_table);
|
D | asix88179.c | 918 U_BOOT_USB_DEVICE(ax88179_eth, ax88179_eth_id_table);
|
D | smsc95xx.c | 1076 U_BOOT_USB_DEVICE(smsc95xx_eth, smsc95xx_eth_id_table);
|
D | r8152.c | 1656 U_BOOT_USB_DEVICE(r8152_eth, r8152_eth_id_table);
|
/external/u-boot/drivers/usb/ |
D | Kconfig | 47 declared with the U_BOOT_USB_DEVICE() macro and will be
|
/external/u-boot/common/ |
D | usb_kbd.c | 671 U_BOOT_USB_DEVICE(usb_kbd, kbd_id_table);
|
D | usb_hub.c | 978 U_BOOT_USB_DEVICE(usb_generic_hub, hub_id_table);
|
D | usb_storage.c | 1544 U_BOOT_USB_DEVICE(usb_mass_storage, mass_storage_id_table);
|
/external/u-boot/include/ |
D | usb.h | 520 #define U_BOOT_USB_DEVICE(__name, __match) \ macro
|