Home
last modified time | relevance | path

Searched defs:to_usb_device (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dusb.h734 #define to_usb_device(__dev) container_of_const(__dev, struct usb_device, dev) macro
/kernel/linux/linux-5.10/include/linux/
Dusb.h715 #define to_usb_device(d) container_of(d, struct usb_device, dev) macro