Home
last modified time | relevance | path

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

/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1077 int roothub_id = 1; /* only 1 root hub */ in usbhsh_hub_status_data() local
1084 *buf = (1 << roothub_id); in usbhsh_hub_status_data()
1116 int roothub_id = 1; /* only 1 root hub */ in __usbhsh_hub_port_feature() local
1119 if (wIndex > roothub_id || wLength != 0) in __usbhsh_hub_port_feature()
1200 int roothub_id = 1; /* only 1 root hub */ in __usbhsh_hub_get_status() local
1210 if (wIndex != roothub_id) in __usbhsh_hub_get_status()
1220 desc->bNbrPorts = roothub_id; in __usbhsh_hub_get_status()
1225 desc->u.hs.DeviceRemovable[0] = (roothub_id << 1); in __usbhsh_hub_get_status()