Searched refs:descriptor (Results 26 - 50 of 133) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/tablet/
H A Dacecad.c208 le16_to_cpu(dev->descriptor.idVendor),
209 le16_to_cpu(dev->descriptor.idProduct));
218 le16_to_cpu(dev->descriptor.idVendor),
219 le16_to_cpu(dev->descriptor.idProduct));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-input.c188 input->id.vendor = usb_dev->descriptor.idVendor;
189 input->id.product = usb_dev->descriptor.idProduct;
190 input->id.version = usb_dev->descriptor.bcdDevice;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dcharcnv.c202 smb_iconv_t descriptor; local
206 descriptor = conv_handles[from][to];
217 if (descriptor == (smb_iconv_t)-1 || descriptor == (smb_iconv_t)0) {
228 retval = smb_iconv(descriptor, &inbuf, &i_len, &outbuf, &o_len);
517 smb_iconv_t descriptor; local
528 descriptor = conv_handles[from][to];
530 if (descriptor == (smb_iconv_t)-1 || descriptor == (smb_iconv_t)0) {
567 retval = smb_iconv(descriptor,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dconfig.c29 /* Find the next descriptor of type dt1 or dt2 */
65 "invalid endpoint descriptor of length %d, skipping\n",
128 * find the next endpoint or interface descriptor */
134 dev_dbg(ddev, "skipped %d descriptor%s after %s\n",
196 dev_warn(ddev, "Duplicate descriptor for config %d "
207 * find the first endpoint or interface descriptor */
213 dev_dbg(ddev, "skipped %d descriptor%s after %s\n",
253 "endpoint descriptor%s, different from the interface "
254 "descriptor's value: %d\n",
281 dev_err(ddev, "invalid descriptor fo
[all...]
H A Dusb.c70 * This walks the device descriptor for the currently active configuration
76 * the first interface in that descriptor corresponds to interface zero.
261 /* ep0 maxpacket comes later, from device descriptor */
453 le16_to_cpu(dev->descriptor.idVendor),
454 le16_to_cpu(dev->descriptor.idProduct));
457 if ((vendor_id == le16_to_cpu(dev->descriptor.idVendor)) &&
458 (product_id == le16_to_cpu(dev->descriptor.idProduct))) {
536 * __usb_get_extra_descriptor() finds a descriptor of specific type in the
537 * extra field of the interface and endpoint descriptor structs.
550 "%s: bogus descriptor, typ
[all...]
H A Dmessage.c598 * @dev: the device whose descriptor is being retrieved
599 * @type: the descriptor type (USB_DT_*)
600 * @index: the number of the descriptor
601 * @buf: where to put the descriptor
605 * Gets a USB descriptor. Convenience functions exist to simplify
643 * usb_get_string - gets a string descriptor
644 * @dev: the device whose string descriptor is being retrieved
645 * @langid: code for language chosen (from string descriptor zero)
646 * @index: the number of the descriptor
701 /* Try to read the string descriptor b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dse401.c1250 /* get camera descriptor */
1253 err("Wrong descriptor type");
1345 if (dev->descriptor.bNumConfigurations != 1)
1351 if (le16_to_cpu(dev->descriptor.idVendor) == 0x03e8 &&
1352 le16_to_cpu(dev->descriptor.idProduct) == 0x0004) {
1354 } else if (le16_to_cpu(dev->descriptor.idVendor) == 0x0471 &&
1355 le16_to_cpu(dev->descriptor.idProduct) == 0x030b) {
1357 } else if (le16_to_cpu(dev->descriptor.idVendor) == 0x047d &&
1358 le16_to_cpu(dev->descriptor.idProduct) == 0x5001) {
1360 } else if (le16_to_cpu(dev->descriptor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dusblcd.c153 bcdDevice = le16_to_cpu((dev->udev)->descriptor.bcdDevice);
298 if (le16_to_cpu(dev->udev->descriptor.idProduct) != 0x0001) {
345 i = le16_to_cpu(dev->udev->descriptor.bcdDevice);
H A Dldusb.c669 if ((le16_to_cpu(udev->descriptor.idVendor) == USB_VENDOR_ID_LD) &&
670 ((le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_CASSY) ||
671 (le16_to_cpu(udev->descriptor.idProduct) == USB_DEVICE_ID_LD_COM3LAB)) &&
672 (le16_to_cpu(udev->descriptor.bcdDevice) <= 0x103)) {
719 udev->descriptor.bMaxPacketSize0;
H A Dusbtest.c513 dbg ("bogus config descriptor length");
534 dbg ("bogus config descriptor read size");
595 if (!realworld || udev->descriptor.bNumConfigurations != 1) {
613 /* there's always [9.4.3] a device descriptor [9.6.1] */
615 dev->buf, sizeof udev->descriptor);
616 if (retval != sizeof udev->descriptor) {
617 dev_dbg (&iface->dev, "dev descriptor --> %d\n", retval);
621 /* there's always [9.4.3] at least one config descriptor [9.6.3] */
622 for (i = 0; i < udev->descriptor.bNumConfigurations; i++) {
627 "config [%d] descriptor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddibusb-common.c265 if (adap->dev->udev->descriptor.idVendor == USB_VID_LITEON &&
266 adap->dev->udev->descriptor.idProduct == USB_PID_LITEON_DVB_T_WARM) {
278 } else if (adap->dev->udev->descriptor.idVendor == USB_VID_DIBCOM &&
279 adap->dev->udev->descriptor.idProduct == USB_PID_DIBCOM_MOD3001_WARM) {
H A Dttusb2.c132 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0;
H A Da800.c33 *cold = udev->descriptor.iManufacturer != 1;
H A Ddigitv.c89 *cold = udev->descriptor.iManufacturer == 0 && udev->descriptor.iProduct == 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c1337 idefloppy_capacity_descriptor_t *descriptor; local
1353 descriptor = (idefloppy_capacity_descriptor_t *) (header + 1);
1355 for (i = 0; i < descriptors; i++, descriptor++) {
1356 blocks = descriptor->blocks = ntohl(descriptor->blocks);
1357 length = descriptor->length = ntohs(descriptor->length);
1361 switch (descriptor->dc) {
1372 if (memcmp(descriptor, &floppy->capacity, sizeof (idefloppy_capacity_descriptor_t)))
1376 floppy->capacity = *descriptor;
1447 idefloppy_capacity_descriptor_t *descriptor; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S136 # Duplicate the global descriptor table
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/class/
H A Dusblp.c204 #define USBLP_QUIRK_BAD_CLASS 0x4 /* descriptor uses vendor-specific Class or SubClass */
554 le16_to_cpu(usblp->dev->descriptor.idVendor) != 0x03F0 ||
601 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor);
602 twoints[1] = le16_to_cpu(usblp->dev->descriptor.idProduct);
941 le16_to_cpu(dev->descriptor.idVendor),
942 le16_to_cpu(dev->descriptor.idProduct));
948 le16_to_cpu(dev->descriptor.idVendor),
949 le16_to_cpu(dev->descriptor.idProduct));
983 le16_to_cpu(usblp->dev->descriptor.idVendor),
984 le16_to_cpu(usblp->dev->descriptor
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dusbmouse.c165 le16_to_cpu(dev->descriptor.idVendor),
166 le16_to_cpu(dev->descriptor.idProduct));
H A Dusbkbd.c264 le16_to_cpu(dev->descriptor.idVendor),
265 le16_to_cpu(dev->descriptor.idProduct));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/storage/
H A Donetouch.c179 le16_to_cpu(udev->descriptor.idVendor),
180 le16_to_cpu(udev->descriptor.idProduct));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dprocessor.h40 u8 descriptor; member in struct:acpi_power_register
96 u8 descriptor; member in struct:acpi_pct_register
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A DusX2Yhwdep.c133 switch (le16_to_cpu(us428->chip.dev->descriptor.idProduct)) {
186 le16_to_cpu(dev->descriptor.idProduct) == USB_ID_US428 ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivasfunc.c82 req.didd_add_adapter.info.descriptor = (void *) &d;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dusb-serial.c471 le16_to_cpu(serial->dev->descriptor.idVendor),
472 le16_to_cpu(serial->dev->descriptor.idProduct));
640 dbg("static descriptor matches");
645 dbg("dynamic descriptor matches");
729 /* descriptor matches, let's find the endpoints needed */
767 if (((le16_to_cpu(dev->descriptor.idVendor) == PL2303_VENDOR_ID) &&
768 (le16_to_cpu(dev->descriptor.idProduct) == PL2303_PRODUCT_ID)) ||
769 ((le16_to_cpu(dev->descriptor.idVendor) == ATEN_VENDOR_ID) &&
770 (le16_to_cpu(dev->descriptor.idProduct) == ATEN_PRODUCT_ID)) ||
771 ((le16_to_cpu(dev->descriptor
[all...]
H A Dpl2303.c316 if (serial->dev->descriptor.bDeviceClass == 0x02)
318 else if (serial->dev->descriptor.bMaxPacketSize0 == 0x40)
320 else if (serial->dev->descriptor.bDeviceClass == 0x00)
322 else if (serial->dev->descriptor.bDeviceClass == 0xFF)
927 idv = le16_to_cpu(port->serial->dev->descriptor.idVendor);
928 idp = le16_to_cpu(port->serial->dev->descriptor.idProduct);

Completed in 327 milliseconds

123456