Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dusb.h147 extern struct device_type usb_device_type;
155 return dev->type == &usb_device_type; in is_usb_device()
H A 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()