Searched refs:root_hub_config_des (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/include/ |
D | usbroothubdes.h | 37 static __u8 root_hub_config_des[] = { variable
|
/external/u-boot/drivers/usb/host/ |
D | r8a66597-hcd.c | 677 sizeof(root_hub_config_des), in r8a66597_submit_rh_msg() 679 memcpy(buffer, root_hub_config_des, len); in r8a66597_submit_rh_msg()
|
D | dwc2.c | 606 len = min3(txlen, (int)sizeof(root_hub_config_des), (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor() 607 memcpy(buffer, root_hub_config_des, len); in dwc_otg_submit_rh_msg_in_descriptor()
|
D | ohci-hcd.c | 1365 sizeof(root_hub_config_des), in ohci_submit_rh_msg() 1367 databuf = root_hub_config_des; OK(len); in ohci_submit_rh_msg()
|
/external/u-boot/drivers/usb/musb/ |
D | musb_hcd.c | 658 sizeof(root_hub_config_des), in musb_submit_rh_msg() 660 data_buf = root_hub_config_des; in musb_submit_rh_msg()
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 1004 sizeof (root_hub_config_des), in ohci_submit_rh_msg() 1006 data_buf = root_hub_config_des; OK(len); in ohci_submit_rh_msg()
|