Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/renesas_usbhs/
H A Dmod_host.c70 struct usb_device *usbv; member
133 #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 …]