Searched refs:devicetype (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dshuttle_usbat.h114 int devicetype; member in struct:usbat_info
H A Dshuttle_usbat.c90 return ((struct usbat_info*)us->extra)->devicetype;
881 info->devicetype = USBAT_DEV_HP8200;
885 info->devicetype = USBAT_DEV_FLASH;
896 int devicetype)
899 if (!info->devicetype)
900 info->devicetype = devicetype;
902 if (!info->devicetype)
905 switch (info->devicetype) {
1324 static int init_usbat(struct us_data *us, int devicetype) argument
894 usbat_set_transport(struct us_data *us, struct usbat_info *info, int devicetype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_usb.h29 enum devicetype { enum

Completed in 53 milliseconds