Searched refs:U_BOOT_USB_DEVICE (Results 1 – 12 of 12) sorted by relevance
/u-boot/drivers/usb/eth/ |
A D | lan75xx.c | 316 U_BOOT_USB_DEVICE(lan75xx_eth, lan75xx_eth_id_table);
|
A D | lan78xx.c | 479 U_BOOT_USB_DEVICE(lan78xx_eth, lan78xx_eth_id_table);
|
A D | mcs7830.c | 944 U_BOOT_USB_DEVICE(mcs7830_eth, mcs7830_eth_id_table);
|
A D | asix.c | 911 U_BOOT_USB_DEVICE(asix_eth, asix_eth_id_table);
|
A D | asix88179.c | 920 U_BOOT_USB_DEVICE(ax88179_eth, ax88179_eth_id_table);
|
A D | smsc95xx.c | 1079 U_BOOT_USB_DEVICE(smsc95xx_eth, smsc95xx_eth_id_table);
|
A D | r8152.c | 1895 U_BOOT_USB_DEVICE(r8152_eth, r8152_eth_id_table);
|
/u-boot/drivers/usb/ |
A D | Kconfig | 47 declared with the U_BOOT_USB_DEVICE() macro and will be
|
/u-boot/include/ |
A D | usb.h | 527 #define U_BOOT_USB_DEVICE(__name, __match) \ macro
|
/u-boot/common/ |
A D | usb_kbd.c | 715 U_BOOT_USB_DEVICE(usb_kbd, kbd_id_table);
|
A D | usb_hub.c | 974 U_BOOT_USB_DEVICE(usb_generic_hub, hub_id_table);
|
A D | usb_storage.c | 1549 U_BOOT_USB_DEVICE(usb_mass_storage, mass_storage_id_table);
|
Completed in 26 milliseconds