Lines Matching refs:product_id

65 	const u32 product_id;  member
99 const u32 product_id; member
119 const u16 product_id; member
126 const u16 product_id; member
311 switch (entry->wdata.product_id) { in lg4ff_adjust_input_event()
337 switch (entry->wdata.product_id) { in lg4ff_raw_event()
392 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data()
515 switch (entry->wdata.product_id) { in lg4ff_set_autocenter_default()
828 … !lg4ff_alternate_modes[i].product_id ? entry->wdata.real_name : lg4ff_alternate_modes[i].name); in lg4ff_alternate_modes_show()
833 if (lg4ff_alternate_modes[i].product_id == entry->wdata.product_id || in lg4ff_alternate_modes_show()
834 …(lg4ff_alternate_modes[i].product_id == 0 && entry->wdata.product_id == entry->wdata.real_product_… in lg4ff_alternate_modes_show()
890 const u16 mode_product_id = lg4ff_alternate_modes[i].product_id; in lg4ff_alternate_modes_store()
911 if (target_product_id == entry->wdata.product_id) /* Nothing to do */ in lg4ff_alternate_modes_store()
923 entry->wdata.product_id > target_product_id) { in lg4ff_alternate_modes_store()
1193 dbg_hid("Testing whether PID is %X\n", lg4ff_alternate_modes[i].product_id); in lg4ff_identify_multimode_wheel()
1194 if (reported_product_id == lg4ff_alternate_modes[i].product_id) in lg4ff_identify_multimode_wheel()
1315 if (hid->product == lg4ff_devices[i].product_id) { in lg4ff_init()
1316 dbg_hid("Found compatible device, product ID %04X\n", lg4ff_devices[i].product_id); in lg4ff_init()
1331 if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id) in lg4ff_init()
1399 if (lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G27_WHEEL || in lg4ff_init()
1400 lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G29_WHEEL) { in lg4ff_init()