Home
last modified time | relevance | path

Searched refs:root_hub_hub_des (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dusbroothubdes.h73 static unsigned char root_hub_hub_des[] = { variable
/openbmc/linux/drivers/usb/host/
H A Duhci-hub.c16 static const __u8 root_hub_hub_des[] = variable
409 retval = min_t(unsigned int, sizeof(root_hub_hub_des), wLength); in uhci_hub_control()
410 memcpy(buf, root_hub_hub_des, retval); in uhci_hub_control()