target_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)
target_product_id  693 drivers/hid/hid-lg4ff.c 		switch (target_product_id) {
target_product_id  702 drivers/hid/hid-lg4ff.c 		switch (target_product_id) {
target_product_id  713 drivers/hid/hid-lg4ff.c 		switch (target_product_id) {
target_product_id  728 drivers/hid/hid-lg4ff.c 		switch (target_product_id) {
target_product_id  745 drivers/hid/hid-lg4ff.c 		switch (target_product_id) {
target_product_id  853 drivers/hid/hid-lg4ff.c 	u16 target_product_id = 0;
target_product_id  890 drivers/hid/hid-lg4ff.c 					target_product_id = entry->wdata.real_product_id;
target_product_id  892 drivers/hid/hid-lg4ff.c 					target_product_id = mode_product_id;
target_product_id  905 drivers/hid/hid-lg4ff.c 	if (target_product_id == entry->wdata.product_id) /* Nothing to do */
target_product_id  909 drivers/hid/hid-lg4ff.c 	if (target_product_id == USB_DEVICE_ID_LOGITECH_WHEEL && !lg4ff_no_autoswitch) {
target_product_id  917 drivers/hid/hid-lg4ff.c 	    entry->wdata.product_id > target_product_id) {
target_product_id  922 drivers/hid/hid-lg4ff.c 	s = lg4ff_get_mode_switch_command(entry->wdata.real_product_id, target_product_id);
target_product_id  924 drivers/hid/hid-lg4ff.c 		hid_err(hid, "Invalid target product ID %X\n", target_product_id);