Searched refs:descriptor (Results 51 - 75 of 133) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/usb/
H A Dkaweth.c680 250); /* overriding the descriptor */
976 le16_to_cpu(dev->descriptor.idVendor),
977 le16_to_cpu(dev->descriptor.idProduct),
978 le16_to_cpu(dev->descriptor.bcdDevice));
983 (int)dev->descriptor.bLength,
984 (int)dev->descriptor.bDescriptorType);
1006 if (le16_to_cpu(dev->descriptor.bcdDevice) >> 8) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c636 * Cherry Cymotion keyboard have an invalid HID report descriptor,
643 info("Fixing up Cherry Cymotion report descriptor");
677 * above the logical maximum described in descriptor. This extends
685 info("Fixing up Logitech keyboard report descriptor");
712 info("Fixing up Cypress report descriptor");
727 quirks = usbhid_lookup_quirk(le16_to_cpu(dev->descriptor.idVendor),
728 le16_to_cpu(dev->descriptor.idProduct));
749 dbg("class descriptor not present\n");
758 dbg("weird size of report descriptor (%u)", rsize);
770 dbg("reading report descriptor faile
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Ddabusb.c724 le16_to_cpu(usbdev->descriptor.idVendor),
725 le16_to_cpu(usbdev->descriptor.idProduct),
729 if (usbdev->descriptor.bNumConfigurations != 1)
733 le16_to_cpu(usbdev->descriptor.idProduct) == 0x9999)
749 if (le16_to_cpu(usbdev->descriptor.idProduct) == 0x2131) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/storage/
H A Dusb.c281 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice);
446 le16_to_cpu(us->pusb_dev->descriptor.idVendor),
447 le16_to_cpu(us->pusb_dev->descriptor.idProduct),
448 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice));
479 /* Find an unusual_dev descriptor (always succeeds in the current code) */
526 struct usb_device_descriptor *ddesc = &dev->descriptor;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dif_usb.c144 le16_to_cpu(udev->descriptor.bcdUSB),
145 udev->descriptor.bDeviceClass,
146 udev->descriptor.bDeviceSubClass,
147 udev->descriptor.bDeviceProtocol);
485 if (le16_to_cpu(cardp->udev->descriptor.bcdDevice) < 0x3106) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dcxusb.c90 if (d->udev->descriptor.idVendor == USB_VID_MEDION)
472 le16_to_cpu(udev->descriptor.idProduct) + 1;
474 le16_to_cpu(udev->descriptor.idProduct) >> 8;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dintel_cacheinfo.c28 unsigned char descriptor; member in struct:_cache_table
33 /* all the cache descriptor types we care about (no TLB or trace cache entries) */
340 /* Byte 0 is level count, not a descriptor */
345 /* look up this descriptor in the table */
346 while (cache_table[k].descriptor != 0)
348 if (cache_table[k].descriptor == des) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan_pda.c724 if (le16_to_cpu(serial->dev->descriptor.idVendor) == KEYSPAN_VENDOR_ID)
728 if ((le16_to_cpu(serial->dev->descriptor.idVendor) == XIRCOM_VENDOR_ID) ||
729 (le16_to_cpu(serial->dev->descriptor.idVendor) == ENTREGRA_VENDOR_ID))
H A Dmct_u232.c175 if (le16_to_cpu(serial->dev->descriptor.idProduct) == MCT_U232_SITECOM_PID
176 || le16_to_cpu(serial->dev->descriptor.idProduct) == MCT_U232_BELKIN_F5U109_PID) {
401 if (le16_to_cpu(serial->dev->descriptor.idProduct) == MCT_U232_SITECOM_PID)
H A Dbelkin_sa.c186 priv->bad_flow_control = (le16_to_cpu(dev->descriptor.bcdDevice) <= 0x0206) ? 1 : 0;
187 info("bcdDevice: %04x, bfc: %d", le16_to_cpu(dev->descriptor.bcdDevice), priv->bad_flow_control);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc132 D fd 10i 0 value File descriptor
294 D in_desc * value Input descriptor
296 D out_desc * value Output descriptor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/as400/
H A Dzlib.inc132 D fd 10i 0 value File descriptor
294 D in_desc * value Input descriptor
296 D out_desc * value Output descriptor
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Dxpad.c188 * The used report descriptor was taken from ITO Takayukis website:
317 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) &&
318 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/misc/
H A Dpowermate.c345 switch (le16_to_cpu(udev->descriptor.idProduct)) {
355 le16_to_cpu(udev->descriptor.idProduct));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dkingsun-sir.c523 dev->devnum, le16_to_cpu(dev->descriptor.idVendor),
524 le16_to_cpu(dev->descriptor.idProduct));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S534 # early boot GDT descriptor (must use 1:1 address mapping)
545 # boot GDT descriptor (later on used by CPU#0):
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Ddevices.c390 start = usb_dump_device_descriptor(start, end, &dev->descriptor);
397 for (i = 0; i < dev->descriptor.bNumConfigurations; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dusb-gigaset.c649 __func__, le16_to_cpu(udev->descriptor.idVendor),
650 le16_to_cpu(udev->descriptor.idProduct));
655 if ((le16_to_cpu(udev->descriptor.idVendor) != USB_M105_VENDOR_ID) ||
656 (le16_to_cpu(udev->descriptor.idProduct) != USB_M105_PRODUCT_ID))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddadapter.c237 if (diva_didd_add_descriptor ((DESCRIPTOR*)pinfo->descriptor) < 0) {
H A Dmntfunc.c101 req.didd_add_adapter.info.descriptor =
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-tiny-usb.c200 version = le16_to_cpu(dev->usb_dev->descriptor.bcdDevice);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/atm/
H A Dspeedtch.c369 const u16 bcdDevice = le16_to_cpu(interface_to_usbdev(intf)->descriptor.bcdDevice);
671 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) {
773 if (usb_dev->descriptor.bDeviceClass != USB_CLASS_VENDOR_SPEC) {
774 usb_err(usbatm, "%s: wrong device class %d\n", __func__, usb_dev->descriptor.bDeviceClass);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-q.c500 // ... and packet size, for any kind of endpoint descriptor
1014 if (ehci->qtdc_vid && (urb->dev->descriptor.idVendor == ehci->qtdc_vid) &&
1015 ehci->qtdc_pid && (urb->dev->descriptor.idProduct == ehci->qtdc_pid)) {
1018 urb->dev->descriptor.idProduct, urb->dev->descriptor.idVendor,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Diowarrior.c552 /* directly from the descriptor */
553 info.vendor = le16_to_cpu(dev->udev->descriptor.idVendor);
555 info.revision = le16_to_cpu(dev->udev->descriptor.bcdDevice);
776 dev->product_id = le16_to_cpu(udev->descriptor.idProduct);
822 usb_string(udev, udev->descriptor.iSerialNumber, dev->chip_serial,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Deepro100.c189 single buffer descriptor with each frame descriptor.
194 for the Rx descriptor at the head of each Rx skbuff.
197 almost all descriptor pointers. The driver sets these to zero, so that all
207 The driver must use the complex Tx command+descriptor mode in order to
219 already loaded the link address in the previous descriptor. So for these
220 commands we convert the next free descriptor on the ring to a NoOp, and point
221 that descriptor's link to the complex command.
225 whenever the Tx descriptor ring is manipulated.
333 struct descriptor { /* struct
[all...]

Completed in 200 milliseconds

123456