lg4ff_devices     131 drivers/hid/hid-lg4ff.c static const struct lg4ff_wheel lg4ff_devices[] = {
lg4ff_devices    1308 drivers/hid/hid-lg4ff.c 	for (i = 0; i < ARRAY_SIZE(lg4ff_devices); i++) {
lg4ff_devices    1309 drivers/hid/hid-lg4ff.c 		if (hid->product == lg4ff_devices[i].product_id) {
lg4ff_devices    1310 drivers/hid/hid-lg4ff.c 			dbg_hid("Found compatible device, product ID %04X\n", lg4ff_devices[i].product_id);
lg4ff_devices    1315 drivers/hid/hid-lg4ff.c 	if (i == ARRAY_SIZE(lg4ff_devices)) {
lg4ff_devices    1337 drivers/hid/hid-lg4ff.c 	for (j = 0; lg4ff_devices[i].ff_effects[j] >= 0; j++)
lg4ff_devices    1338 drivers/hid/hid-lg4ff.c 		set_bit(lg4ff_devices[i].ff_effects[j], dev->ffbit);
lg4ff_devices    1350 drivers/hid/hid-lg4ff.c 	lg4ff_init_wheel_data(&entry->wdata, &lg4ff_devices[i], mmode_wheel, real_product_id);
lg4ff_devices    1393 drivers/hid/hid-lg4ff.c 	if (lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G27_WHEEL ||
lg4ff_devices    1394 drivers/hid/hid-lg4ff.c 			lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G29_WHEEL) {