Searched refs:root_hub_str_index1 (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/include/ |
D | usbroothubdes.h | 93 static unsigned char root_hub_str_index1[] = { variable
|
/external/u-boot/drivers/usb/host/ |
D | r8a66597-hcd.c | 694 sizeof(root_hub_str_index1), in r8a66597_submit_rh_msg() 696 memcpy(buffer, root_hub_str_index1, len); in r8a66597_submit_rh_msg()
|
D | dwc2.c | 617 len = min3(txlen, (int)sizeof(root_hub_str_index1), in dwc_otg_submit_rh_msg_in_descriptor() 619 memcpy(buffer, root_hub_str_index1, len); in dwc_otg_submit_rh_msg_in_descriptor()
|
D | ohci-hcd.c | 1382 sizeof(root_hub_str_index1), in ohci_submit_rh_msg() 1384 databuf = root_hub_str_index1; in ohci_submit_rh_msg()
|
/external/u-boot/drivers/usb/musb/ |
D | musb_hcd.c | 674 sizeof(root_hub_str_index1), in musb_submit_rh_msg() 676 data_buf = root_hub_str_index1; in musb_submit_rh_msg()
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 1021 sizeof (root_hub_str_index1), in ohci_submit_rh_msg() 1023 data_buf = root_hub_str_index1; in ohci_submit_rh_msg()
|