reported_product_id 1180 drivers/hid/hid-lg4ff.c static u16 lg4ff_identify_multimode_wheel(struct hid_device *hid, const u16 reported_product_id, const u16 bcdDevice)
reported_product_id 1188 drivers/hid/hid-lg4ff.c 		if (reported_product_id == lg4ff_alternate_modes[i].product_id)
reported_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);
reported_product_id 1217 drivers/hid/hid-lg4ff.c 	const u16 reported_product_id = hid->product;
reported_product_id 1220 drivers/hid/hid-lg4ff.c 	*real_product_id = lg4ff_identify_multimode_wheel(hid, reported_product_id, bcdDevice);
reported_product_id 1223 drivers/hid/hid-lg4ff.c 		*real_product_id = reported_product_id;
reported_product_id 1230 drivers/hid/hid-lg4ff.c 	if (reported_product_id == USB_DEVICE_ID_LOGITECH_WHEEL &&
reported_product_id 1231 drivers/hid/hid-lg4ff.c 	    reported_product_id != *real_product_id &&