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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.h99 extern struct device_type usb_device_type;
106 return dev->type == &usb_device_type;
H A Dusb.c332 struct device_type usb_device_type = { variable in typeref:struct:device_type
388 dev->dev.type = &usb_device_type;
755 if (dev->type == &usb_device_type)
763 if (dev->type == &usb_device_type)

Completed in 65 milliseconds