Searched refs:root_hub_str_index0 (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | usbroothubdes.h | 87 static unsigned char root_hub_str_index0[] = { variable
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | r8a66597-hcd.c | 659 sizeof(root_hub_str_index0), in r8a66597_submit_rh_msg() 661 memcpy(buffer, root_hub_str_index0, len); in r8a66597_submit_rh_msg()
|
| H A D | dwc2.c | 630 len = min3(txlen, (int)sizeof(root_hub_str_index0), in dwc_otg_submit_rh_msg_in_descriptor() 632 memcpy(buffer, root_hub_str_index0, len); in dwc_otg_submit_rh_msg_in_descriptor()
|
| H A D | ohci-hcd.c | 1378 sizeof(root_hub_str_index0), in ohci_submit_rh_msg() 1380 databuf = root_hub_str_index0; in ohci_submit_rh_msg()
|
| /rk3399_rockchip-uboot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 667 sizeof(root_hub_str_index0), in musb_submit_rh_msg() 669 data_buf = root_hub_str_index0; in musb_submit_rh_msg()
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 1013 sizeof (root_hub_str_index0), in ohci_submit_rh_msg() 1015 data_buf = root_hub_str_index0; in ohci_submit_rh_msg()
|