Searched refs:bcdDevice (Results 1 - 25 of 45) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb-debug.c82 desc->bcdDevice >> 8, desc->bcdDevice & 0xff);
H A Dusblcd.c89 i = (lcd->lcd_dev)->descriptor.bcdDevice;
253 i = dev->descriptor.bcdDevice;
H A Dtiglusb.c384 dev->descriptor.bcdDevice >> 8,
385 dev->descriptor.bcdDevice & 0xff);
H A Ddevices.c345 desc->bcdDevice >> 8, desc->bcdDevice & 0xff);
H A Dusbmouse.c144 mouse->dev.idversion = dev->descriptor.bcdDevice;
H A Dkbtab.c130 kbtab->dev.idversion = dev->descriptor.bcdDevice;
H A Dusbkbd.c228 kbd->dev.idversion = dev->descriptor.bcdDevice;
H A Dpowermate.c304 pm->input.idversion = udev->descriptor.bcdDevice;
H A Dusb.c653 (id->bcdDevice_lo > dev->descriptor.bcdDevice))
657 (id->bcdDevice_hi < dev->descriptor.bcdDevice))
898 dev->descriptor.bcdDevice) + 1;
1888 le16_to_cpus(&dev->descriptor.bcdDevice);
H A Dkaweth.c867 (int)dev->descriptor.bcdDevice);
891 * If high byte of bcdDevice is nonzero, firmware is already
895 if (dev->descriptor.bcdDevice >> 8) {
H A Dkonicawc.c737 info("Konica Webcam (rev. 0x%04x)", dev->descriptor.bcdDevice);
851 cam->input.idversion = dev->descriptor.bcdDevice;
H A Dwacom.c477 wacom->dev.idversion = dev->descriptor.bcdDevice;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_ch9.h152 __u16 bcdDevice; member in struct:usb_device_descriptor
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_ch9.h141 __u16 bcdDevice; member in struct:usb_device_descriptor
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_ch9.h152 __u16 bcdDevice; member in struct:usb_device_descriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_ch9.h152 __u16 bcdDevice; member in struct:usb_device_descriptor
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb100.h150 USHORT bcdDevice; member in struct:_USB_DEVICE_DESCRIPTOR
H A Dtestusb.c227 PDEBUG("%.*s - Device version : %x.%02x\n", level * 2, " ", dev->descriptor.bcdDevice >> 8, dev->descriptor.bcdDevice & 0xff);
H A Dusb.h170 u_int16_t bcdDevice; member in struct:usb_device_descriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dbelkin_sa.c175 priv->bad_flow_control = (dev->descriptor.bcdDevice <= 0x0206) ? 1 : 0;
176 info("bcdDevice: %04x, bfc: %d", dev->descriptor.bcdDevice, priv->bad_flow_control);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dusb.c287 data[32] = 0x30 + ((us->pusb_dev->descriptor.bcdDevice>>12) & 0x0F);
288 data[33] = 0x30 + ((us->pusb_dev->descriptor.bcdDevice>>8) & 0x0F);
289 data[34] = 0x30 + ((us->pusb_dev->descriptor.bcdDevice>>4) & 0x0F);
290 data[35] = 0x30 + ((us->pusb_dev->descriptor.bcdDevice) & 0x0F);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbdebug.c164 printf("bcdDevice = %04X\n",GETUSBFIELD(devdscr,bcdDevice));
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dusb.h170 u_int16_t bcdDevice; member in struct:usb_device_descriptor
H A Dusbpp.cpp245 return m_descriptor.bcdDevice;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c114 bcdDevice:0x0001, //BCD rev 0.1

Completed in 130 milliseconds

12