Searched refs:roothub_id (Results 1 – 1 of 1) sorted by relevance
1091 int roothub_id = 1; /* only 1 root hub */ in usbhsh_hub_status_data() local1098 *buf = (1 << roothub_id); in usbhsh_hub_status_data()1130 int roothub_id = 1; /* only 1 root hub */ in __usbhsh_hub_port_feature() local1133 if (wIndex > roothub_id || wLength != 0) in __usbhsh_hub_port_feature()1214 int roothub_id = 1; /* only 1 root hub */ in __usbhsh_hub_get_status() local1224 if (wIndex != roothub_id) in __usbhsh_hub_get_status()1234 desc->bNbrPorts = roothub_id; in __usbhsh_hub_get_status()1239 desc->u.hs.DeviceRemovable[0] = (roothub_id << 1); in __usbhsh_hub_get_status()