Searched refs:usbv (Results 1 – 1 of 1) sorted by relevance
79 struct usb_device *usbv; member142 #define usbhsh_udev_to_usbv(h) ((h)->usbv)147 #define usbhsh_device_parent(d) (usbhsh_usbv_to_udev((d)->usbv->parent))148 #define usbhsh_device_hubport(d) ((d)->usbv->portnum)469 struct usb_device *usbv = usbhsh_udev_to_usbv(udev); in usbhsh_connected_to_rhdev() local471 return hcd->self.root_hub == usbv->parent; in usbhsh_connected_to_rhdev()482 struct usb_device *usbv = usbhsh_urb_to_usbv(urb); in usbhsh_device_get() local483 struct usbhsh_device *udev = usbhsh_usbv_to_udev(usbv); in usbhsh_device_get()505 struct usb_device *usbv = usbhsh_urb_to_usbv(urb); in usbhsh_device_attach() local542 dev_set_drvdata(&usbv->dev, udev); in usbhsh_device_attach()[all …]