Home
last modified time | relevance | path

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

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