Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/renesas_usbhs/
Dmod_host.c70 struct usb_device *usbv; member
133 #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() local
456 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() local
468 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() local
527 dev_set_drvdata(&usbv->dev, udev); in usbhsh_device_attach()
[all …]