Home
last modified time | relevance | path

Searched refs:root_hub_dev_des (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/
Dusbroothubdes.h15 static __u8 root_hub_dev_des[] = { variable
/external/u-boot/drivers/usb/host/
Dr8a66597-hcd.c669 sizeof(root_hub_dev_des), in r8a66597_submit_rh_msg()
671 memcpy(buffer, root_hub_dev_des, len); in r8a66597_submit_rh_msg()
Ddwc2.c602 len = min3(txlen, (int)sizeof(root_hub_dev_des), (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor()
603 memcpy(buffer, root_hub_dev_des, len); in dwc_otg_submit_rh_msg_in_descriptor()
Dohci-hcd.c1358 sizeof(root_hub_dev_des), in ohci_submit_rh_msg()
1360 databuf = root_hub_dev_des; OK(len); in ohci_submit_rh_msg()
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c650 sizeof(root_hub_dev_des), in musb_submit_rh_msg()
652 data_buf = root_hub_dev_des; in musb_submit_rh_msg()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c997 sizeof (root_hub_dev_des), in ohci_submit_rh_msg()
999 data_buf = root_hub_dev_des; OK(len); in ohci_submit_rh_msg()