Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dusb.h146 extern struct device_type usb_device_type;
154 return dev->type == &usb_device_type; in is_usb_device()
Dusb.c518 struct device_type usb_device_type = { variable
600 dev->dev.type = &usb_device_type; in usb_alloc_dev()
973 if (dev->type == &usb_device_type) in usb_bus_notify()
980 if (dev->type == &usb_device_type) in usb_bus_notify()