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

/drivers/usb/core/
H A Dusb.h108 extern struct device_type usb_device_type;
115 return dev->type == &usb_device_type;
H A Dusb.c338 struct device_type usb_device_type = { variable in typeref:struct:device_type
394 dev->dev.type = &usb_device_type;
954 if (dev->type == &usb_device_type)
961 if (dev->type == &usb_device_type)

Completed in 44 milliseconds