Searched refs:usbv (Results 1 – 1 of 1) sorted by relevance
70 struct usb_device *usbv; member133 #define usbhsh_udev_to_usbv(h) ((h)->usbv)139 #define usbhsh_device_hubport(d) ((d)->usbv->portnum)456 return hcd->self.root_hub == usbv->parent; in usbhsh_connected_to_rhdev()527 dev_set_drvdata(&usbv->dev, udev); in usbhsh_device_attach()528 udev->usbv = usbv; in usbhsh_device_attach()557 0, 0, 0, usbv->speed); in usbhsh_device_attach()577 upphub, hubport, usbv->speed); in usbhsh_device_attach()619 dev_set_drvdata(&usbv->dev, NULL); in usbhsh_device_detach()620 udev->usbv = NULL; in usbhsh_device_detach()[all …]