Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c1091 int roothub_id = 1; /* only 1 root hub */ in usbhsh_hub_status_data() local
1098 *buf = (1 << roothub_id); in usbhsh_hub_status_data()
1130 int roothub_id = 1; /* only 1 root hub */ in __usbhsh_hub_port_feature() local
1133 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() local
1224 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()