Lines Matching refs:product_id
75 __u32 product_id; member
98 const __u32 product_id; member
122 const u16 product_id; member
129 const u16 product_id; member
282 switch (entry->product_id) { in lg4ff_adjust_input_event()
387 switch (entry->product_id) { in hid_lg4ff_set_autocenter_default()
619 !lg4ff_alternate_modes[i].product_id ? entry->real_name : lg4ff_alternate_modes[i].name); in lg4ff_alternate_modes_show()
624 if (lg4ff_alternate_modes[i].product_id == entry->product_id || in lg4ff_alternate_modes_show()
625 (lg4ff_alternate_modes[i].product_id == 0 && entry->product_id == entry->real_product_id)) in lg4ff_alternate_modes_show()
675 const u16 mode_product_id = lg4ff_alternate_modes[i].product_id; in lg4ff_alternate_modes_store()
696 if (target_product_id == entry->product_id) /* Nothing to do */ in lg4ff_alternate_modes_store()
708 entry->product_id > target_product_id) { in lg4ff_alternate_modes_store()
1018 if (hid->product == lg4ff_devices[i].product_id) { in lg4ff_init()
1019 dbg_hid("Found compatible device, product ID %04X\n", lg4ff_devices[i].product_id); in lg4ff_init()
1032 if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id) in lg4ff_init()
1066 entry->product_id = lg4ff_devices[i].product_id; in lg4ff_init()
1116 if (lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G27_WHEEL) { in lg4ff_init()