Searched refs:product (Results 201 - 225 of 381) sorted by relevance

1234567891011>>

/linux-master/sound/pci/hda/
H A Dhda_beep.c248 input_dev->id.product = codec->core.vendor_id & 0xffff;
/linux-master/include/linux/usb/
H A Dtypec.h108 * @product: Product VDO
119 u32 product; member in struct:usb_pd_identity
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c148 * @idProduct: the 16-bit product ID
1021 hid->product = le16_to_cpu(ihid->hdesc.wProductID);
1024 hid->product);
1027 client->name, (u16)hid->vendor, (u16)hid->product);
1030 ihid->quirks = i2c_hid_lookup_quirk(hid->vendor, hid->product);
/linux-master/sound/soc/codecs/
H A Dmax98390.c795 const char *vendor, *product; local
802 product = dmi_get_system_info(DMI_PRODUCT_NAME);
805 if (vendor && product) {
807 "dsm_param_%s_%s.bin", vendor, product);
/linux-master/sound/usb/
H A Dcard.c66 /* Vendor/product IDs for this card */
350 #define PROFILE_NAME(vid, pid, vendor, product, profile) \
352 .product_name = (product), .profile_name = (profile) }
353 #define DEVICE_NAME(vid, pid, vendor, product) \
354 PROFILE_NAME(vid, pid, vendor, product, NULL)
356 /* vendor/product and profile name presets, sorted in device id order */
739 /* FIXME: this checks only vendor:product pair in the list */
/linux-master/drivers/media/rc/
H A Dgpio-ir-recv.c92 rcdev->input_id.product = 0x0001;
/linux-master/drivers/input/misc/
H A Datmel_captouch.c200 capdev->input->id.product = 0x880A;
H A Dpcf8574_keypad.c128 idev->id.product = 0x0001;
H A Dkeyspan_remote.c8 * and Keyspan, Inc the manufacturers of the Keyspan USB DMR product.
22 /* Vendor and product ids */
490 if (udev->product) {
493 strlcat(remote->name, udev->product, sizeof(remote->name));
/linux-master/drivers/input/keyboard/
H A Dtca6416-keypad.c222 input->id.product = 0x0001;
H A Dcros_ec_keyb.c506 idev->id.product = 0;
626 idev->id.product = 0;
/linux-master/scripts/mod/
H A Dfile2alias.c406 DEF_FIELD(symval, hid_device_id, product);
412 ADD(alias, "p", product != HID_ANY_ID, product);
757 DEF_FIELD(symval, input_device_id, product);
773 ADD(alias, "p", flags & INPUT_DEVICE_ID_MATCH_PRODUCT, product);
1260 DEF_FIELD(symval, ulpi_device_id, product);
1262 sprintf(alias, "ulpi:v%04xp%04x", vendor, product);
/linux-master/drivers/usb/serial/
H A Dmos7720.c823 u16 product = le16_to_cpu(serial->dev->descriptor.idProduct); local
825 if (product == MOSCHIP_DEVICE_ID_7715) {
1632 u16 product; local
1635 product = le16_to_cpu(serial->dev->descriptor.idProduct);
1638 if (product == MOSCHIP_DEVICE_ID_7715) {
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S465 add.w %d5, %d6 # add msw of l*l to lsw of m*l product
466 addx.w %d4, %d3 # add any carry to m*m product
467 add.w %d2, %d6 # add in lsw of other m*l product
468 addx.w %d4, %d3 # add any carry to m*m product
469 swap %d6 # %d6 is low 32 bits of final product
475 add.l %d3, %d5 # %d5 now ms 32 bits of final product
/linux-master/drivers/hid/
H A Dhid-steam.c737 input->id.product = hdev->product;
867 sensors->id.product = hdev->product;
1176 client_hdev->product = hdev->product;
H A Dhid-waltop.c605 switch (hdev->product) {
671 if (hdev->product == USB_DEVICE_ID_WALTOP_SIRIUS_BATTERY_FREE_TABLET &&
H A Dhidraw.c419 dinfo.product = dev->hid->product;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-input.c468 dev->input_id.product = pci->subsystem_device;
471 dev->input_id.product = pci->device;
/linux-master/drivers/input/touchscreen/
H A Dad7879.c586 input_dev->id.product = (revid & 0xff);
588 if (input_dev->id.product != devid) {
H A Dtsc200x-core.c515 if (tsc_id->product == 2004) {
520 tsc_id->product);
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda_regs.h448 #define CODA_FIRMWARE_VERNUM(product, major, minor, release) \
449 ((product) << 16 | ((major) << 12) | \
/linux-master/drivers/net/ethernet/8390/
H A Detherh.c691 eh->id = ec->cid.product;
727 if (ec->cid.product == PROD_ANT_ETHERM) {
/linux-master/sound/soc/
H A Dsoc-core.c1882 * "vendor-product-version-board"
1893 * the extra differentiation, like "vendor-product-version-board-flavor".
1904 const char *vendor, *product, *board; local
1912 /* make up dmi long name as: vendor-product-version-board */
1922 product = dmi_get_system_info(DMI_PRODUCT_NAME);
1923 if (product && is_dmi_valid(product)) {
1926 append_dmi_string(card, product);
1930 * name in the product version field
1938 if (!product || strcasecm
[all...]
/linux-master/drivers/mfd/
H A Ducb1x00-ts.c383 idev->id.product = ts->ucb->id;
/linux-master/samples/uhid/
H A Duhid-example.c187 ev.u.create.product = 0x0a37;

Completed in 324 milliseconds

1234567891011>>