Searched refs:usb_if_device_type (Results 1 - 3 of 3) 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.h100 extern struct device_type usb_if_device_type;
111 return dev->type == &usb_if_device_type;
H A Dusb.c757 else if (dev->type == &usb_if_device_type)
765 else if (dev->type == &usb_if_device_type)
H A Dmessage.c1533 struct device_type usb_if_device_type = { variable in typeref:struct:device_type
1796 intf->dev.type = &usb_if_device_type;

Completed in 50 milliseconds