real_product_id 77 drivers/hid/hid-lg4ff.c const u16 real_product_id; real_product_id 115 drivers/hid/hid-lg4ff.c const u16 real_product_id; real_product_id 379 drivers/hid/hid-lg4ff.c const u16 real_product_id) real_product_id 393 drivers/hid/hid-lg4ff.c .real_product_id = real_product_id, real_product_id 689 drivers/hid/hid-lg4ff.c static const struct lg4ff_compat_mode_switch *lg4ff_get_mode_switch_command(const u16 real_product_id, const u16 target_product_id) real_product_id 691 drivers/hid/hid-lg4ff.c switch (real_product_id) { real_product_id 834 drivers/hid/hid-lg4ff.c (lg4ff_alternate_modes[i].product_id == 0 && entry->wdata.product_id == entry->wdata.real_product_id)) real_product_id 890 drivers/hid/hid-lg4ff.c target_product_id = entry->wdata.real_product_id; real_product_id 916 drivers/hid/hid-lg4ff.c if ((entry->wdata.real_product_id == USB_DEVICE_ID_LOGITECH_DFP_WHEEL || entry->wdata.real_product_id == USB_DEVICE_ID_LOGITECH_G25_WHEEL) && real_product_id 922 drivers/hid/hid-lg4ff.c s = lg4ff_get_mode_switch_command(entry->wdata.real_product_id, target_product_id); real_product_id 1200 drivers/hid/hid-lg4ff.c const u16 real_product_id = lg4ff_main_checklist[i]->real_product_id; real_product_id 1204 drivers/hid/hid-lg4ff.c dbg_hid("Found wheel with real PID %X whose reported PID is %X\n", real_product_id, reported_product_id); real_product_id 1205 drivers/hid/hid-lg4ff.c return real_product_id; real_product_id 1215 drivers/hid/hid-lg4ff.c static int lg4ff_handle_multimode_wheel(struct hid_device *hid, u16 *real_product_id, const u16 bcdDevice) real_product_id 1220 drivers/hid/hid-lg4ff.c *real_product_id = lg4ff_identify_multimode_wheel(hid, reported_product_id, bcdDevice); real_product_id 1222 drivers/hid/hid-lg4ff.c if (!*real_product_id) { real_product_id 1223 drivers/hid/hid-lg4ff.c *real_product_id = reported_product_id; real_product_id 1231 drivers/hid/hid-lg4ff.c reported_product_id != *real_product_id && real_product_id 1233 drivers/hid/hid-lg4ff.c const struct lg4ff_compat_mode_switch *s = lg4ff_get_mode_switch_command(*real_product_id, *real_product_id); real_product_id 1236 drivers/hid/hid-lg4ff.c hid_err(hid, "Invalid product id %X\n", *real_product_id); real_product_id 1267 drivers/hid/hid-lg4ff.c u16 real_product_id; real_product_id 1294 drivers/hid/hid-lg4ff.c mmode_ret = lg4ff_handle_multimode_wheel(hid, &real_product_id, bcdDevice); real_product_id 1325 drivers/hid/hid-lg4ff.c if (real_product_id == lg4ff_multimode_wheels[mmode_idx].product_id) real_product_id 1330 drivers/hid/hid-lg4ff.c hid_err(hid, "Device product ID %X is not listed as a multimode wheel", real_product_id); real_product_id 1350 drivers/hid/hid-lg4ff.c lg4ff_init_wheel_data(&entry->wdata, &lg4ff_devices[i], mmode_wheel, real_product_id);