Searched refs:product (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/linux-master/drivers/input/keyboard/
H A Dtwl4030_keypad.c350 input->id.product = 0x0001;
H A Dhilkbd.c262 hil_dev.dev->id.product = 0x0001;
H A Dsunkbd.c296 input_dev->id.product = sunkbd->type;
H A Dlocomokbd.c263 input_dev->id.product = 0x0001;
H A Dtca8418_keypad.c317 input->id.product = 0x001;
H A Dsun4i-lradc-keys.c302 lradc->input->id.product = 0x0001;
H A Dlpc32xx-keys.c198 input->id.product = 0x0001;
H A Dsh_keysc.c221 input->id.product = 0x0001;
H A Dspear-keyboard.c233 input_dev->id.product = 0x0001;
H A Dgpio_keys_polled.c269 input->id.product = 0x0001;
/linux-master/drivers/input/touchscreen/
H A Delo.c329 input_dev->id.product = elo->id;
H A Dlpc32xx_ts.c237 input->id.product = 0x0002;
H A Dsun4i-ts.c295 ts->input->id.product = 0x0001;
H A Dda9052_tsi.c249 input_dev->id.product = 0x9052;
H A Dgoodix.c340 if (kstrtou16(ts->id, 10, &input->id.product))
341 input->id.product = 0x1001;
1148 if (kstrtou16(ts->id, 10, &ts->input_dev->id.product))
1149 ts->input_dev->id.product = 0x1001;
/linux-master/drivers/input/joystick/
H A Dn64joy.c281 dev->id.product = data[i].data >> 16;
H A Dturbografx.c211 input_dev->id.product = n_buttons[i];
H A Dgf2k.c287 input_dev->id.product = gf2k->id;
H A Dwalkera0701.c249 /* TODO what id vendor/product/version ? */
251 w->input_dev->id.product = 0x0001;
/linux-master/drivers/input/mouse/
H A Dvmmouse.c465 abs_dev->id.product = PSMOUSE_VMMOUSE;
/linux-master/drivers/hid/
H A Dhid-uclogic-params.c1256 /* The XP-PEN Deco LW vendor, product and version are identical to the
1257 * Deco L. The only difference reported by their firmware is the product
1262 hdev->product == USB_DEVICE_ID_UGEE_XPPEN_TABLET_DECO_L) {
1265 if (strstarts(udev->product, "Deco LW"))
1290 * Use the device vendor and product IDs instead.
1293 hdev->product);
1599 switch (VID_PID(hdev->vendor, hdev->product)) {
H A Dhid-steam.c727 input->id.product = hdev->product;
1068 client_hdev->product = hdev->product;
/linux-master/drivers/media/rc/
H A Dsunxi-cir.c320 ir->rc->input_id.product = 0x0001;
/linux-master/drivers/input/misc/
H A Dsparcspkr.c158 input_dev->id.product = 0x0001;
/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.c798 const char *product; local
805 product = dmi_get_system_info(DMI_PRODUCT_VERSION);
807 if (vendor && product) {
811 dev_info(&chip->dev, "\tDMI_PRODUCT_VERSION: %s\n", product);

Completed in 233 milliseconds

1234567891011>>