Searched refs:bcdDevice_lo (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/usb/core/
H A Dotg_productlist.h67 /* No need to test id->bcdDevice_lo != 0, since 0 is never
70 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice)))
H A Ddriver.c651 /* No need to test id->bcdDevice_lo != 0, since 0 is never
654 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice)))
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-usb.c512 .bcdDevice_lo = 0x200, /* Revision number of XMen */
523 .bcdDevice_lo = 0x202, /* Revision number of Matrix II */
531 .bcdDevice_lo = 0x204, /* Revision number of Matrix */
540 .bcdDevice_lo = 0x205, /* Revision number of XMen-II */
551 .bcdDevice_lo = 0x208, /* Revision number of Star Trek */
560 .bcdDevice_lo = 0x209, /* Revision number of XMen-III */
571 .bcdDevice_lo = 0x210, /* Revision number of Matrix */
579 .bcdDevice_lo = 0x1, /* revision number of Blueberry */
587 .bcdDevice_lo = 0x1,
595 .bcdDevice_lo
[all...]
/linux-master/scripts/mod/
H A Dfile2alias.c178 DEF_FIELD(symval, usb_device_id, bcdDevice_lo);
214 if (bcdDevice_initial_digits < (sizeof(bcdDevice_lo) * 2 - 1))
285 DEF_FIELD(symval, usb_device_id, bcdDevice_lo);
291 bcdDevice_lo : 0x0U;
297 for (ndigits = 0 ; ndigits < sizeof(bcdDevice_lo) * 2 ; ndigits++) {
314 for (ndigits = sizeof(bcdDevice_lo) * 2 - 1; devlo <= devhi; ndigits--) {
330 sizeof(bcdDevice_lo) * 2),
336 sizeof(bcdDevice_lo) * 2),
H A Ddevicetable-offsets.c15 DEVID_FIELD(usb_device_id, bcdDevice_lo);
/linux-master/drivers/media/radio/
H A Dradio-shark.c410 .bcdDevice_lo = 0x0001,
H A Dradio-shark2.c376 .bcdDevice_lo = 0x0010,
/linux-master/include/linux/
H A Dmod_devicetable.h91 * @bcdDevice_lo: Low end of range of vendor-assigned product version numbers.
135 __u16 bcdDevice_lo; member in struct:usb_device_id
H A Dusb.h991 * @lo: the bcdDevice_lo value
1001 .bcdDevice_lo = (lo), \

Completed in 183 milliseconds