Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/core/
Dusb.h112 extern struct device_type usb_device_type;
119 return dev->type == &usb_device_type; in is_usb_device()
Dusb.c338 struct device_type usb_device_type = { variable
394 dev->dev.type = &usb_device_type; in usb_alloc_dev()
954 if (dev->type == &usb_device_type) in usb_bus_notify()
961 if (dev->type == &usb_device_type) in usb_bus_notify()