Lines Matching refs:product_id
79 const u32 product_id; member
108 const u32 product_id; member
128 const u16 product_id; member
135 const u16 product_id; member
318 switch (entry->wdata.product_id) { in lg4ff_adjust_input_event()
348 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data()
472 switch (entry->wdata.product_id) { in lg4ff_set_autocenter_default()
785 … !lg4ff_alternate_modes[i].product_id ? entry->wdata.real_name : lg4ff_alternate_modes[i].name); in lg4ff_alternate_modes_show()
790 if (lg4ff_alternate_modes[i].product_id == entry->wdata.product_id || in lg4ff_alternate_modes_show()
791 …(lg4ff_alternate_modes[i].product_id == 0 && entry->wdata.product_id == entry->wdata.real_product_… in lg4ff_alternate_modes_show()
841 const u16 mode_product_id = lg4ff_alternate_modes[i].product_id; in lg4ff_alternate_modes_store()
862 if (target_product_id == entry->wdata.product_id) /* Nothing to do */ in lg4ff_alternate_modes_store()
874 entry->wdata.product_id > target_product_id) { in lg4ff_alternate_modes_store()
1092 dbg_hid("Testing whether PID is %X\n", lg4ff_alternate_modes[i].product_id); in lg4ff_identify_multimode_wheel()
1093 if (reported_product_id == lg4ff_alternate_modes[i].product_id) in lg4ff_identify_multimode_wheel()
1207 if (hid->product == lg4ff_devices[i].product_id) { in lg4ff_init()
1208 dbg_hid("Found compatible device, product ID %04X\n", lg4ff_devices[i].product_id); in lg4ff_init()
1223 if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id) in lg4ff_init()
1288 if (lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G27_WHEEL || in lg4ff_init()
1289 lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G29_WHEEL) { in lg4ff_init()