Searched refs:to_usb_device (Results 1 – 1 of 1) sorted by relevance
740 #define to_usb_device(__dev) container_of_const(__dev, struct usb_device, dev) macro744 return to_usb_device(intf->dev.parent); in __intf_to_usbdev()748 return to_usb_device((const struct device *)intf->dev.parent); in __intf_to_usbdev_const()
Completed in 8 milliseconds