Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/renesas_usbhs/
Dmod_host.c79 struct usb_device *usbv; member
142 #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() local
471 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() local
483 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() local
542 dev_set_drvdata(&usbv->dev, udev); in usbhsh_device_attach()
[all …]