Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
Dusb.h147 extern struct device_type usb_device_type;
155 return dev->type == &usb_device_type; in is_usb_device()
Dusb.c595 struct device_type usb_device_type = { variable
668 dev->dev.type = &usb_device_type; in usb_alloc_dev()
1037 if (dev->type == &usb_device_type) in usb_bus_notify()
1044 if (dev->type == &usb_device_type) in usb_bus_notify()