Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusbroothubdes.h38 static __u8 root_hub_config_des[] = { variable
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dr8a66597-hcd.c650 sizeof(root_hub_config_des), in r8a66597_submit_rh_msg()
652 memcpy(buffer, root_hub_config_des, len); in r8a66597_submit_rh_msg()
H A Ddwc2.c624 len = min3(txlen, (int)sizeof(root_hub_config_des), (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor()
625 memcpy(buffer, root_hub_config_des, len); in dwc_otg_submit_rh_msg_in_descriptor()
H A Dohci-hcd.c1370 sizeof(root_hub_config_des), in ohci_submit_rh_msg()
1372 databuf = root_hub_config_des; OK(len); in ohci_submit_rh_msg()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c659 sizeof(root_hub_config_des), in musb_submit_rh_msg()
661 data_buf = root_hub_config_des; in musb_submit_rh_msg()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c1005 sizeof (root_hub_config_des), in ohci_submit_rh_msg()
1007 data_buf = root_hub_config_des; OK(len); in ohci_submit_rh_msg()