Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
Dusb.h146 extern struct device_type usb_device_type;
154 return dev->type == &usb_device_type; in is_usb_device()
Dusb.c519 struct device_type usb_device_type = { variable
600 dev->dev.type = &usb_device_type; in usb_alloc_dev()
965 if (dev->type == &usb_device_type) in usb_bus_notify()
972 if (dev->type == &usb_device_type) in usb_bus_notify()