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)138 #define usbhsh_device_parent(d) (usbhsh_usbv_to_udev((d)->usbv->parent))139 #define usbhsh_device_hubport(d) ((d)->usbv->portnum)454 struct usb_device *usbv = usbhsh_udev_to_usbv(udev); in usbhsh_connected_to_rhdev() local456 return hcd->self.root_hub == usbv->parent; in usbhsh_connected_to_rhdev()467 struct usb_device *usbv = usbhsh_urb_to_usbv(urb); in usbhsh_device_get() local468 struct usbhsh_device *udev = usbhsh_usbv_to_udev(usbv); in usbhsh_device_get()490 struct usb_device *usbv = usbhsh_urb_to_usbv(urb); in usbhsh_device_attach() local527 dev_set_drvdata(&usbv->dev, udev); in usbhsh_device_attach()[all …]