effect_ids       1688 drivers/hid/hid-logitech-hidpp.c 	int *effect_ids;
effect_ids       1744 drivers/hid/hid-logitech-hidpp.c 		if (data->effect_ids[i] == effect_id)
effect_ids       1788 drivers/hid/hid-logitech-hidpp.c 				data->effect_ids[slot-1] = wd->effect_id;
effect_ids       1797 drivers/hid/hid-logitech-hidpp.c 			data->effect_ids[wd->params[0]-1] = -1;
effect_ids       2090 drivers/hid/hid-logitech-hidpp.c 	kfree(data->effect_ids);
effect_ids       2140 drivers/hid/hid-logitech-hidpp.c 	data->effect_ids = kcalloc(num_slots, sizeof(int), GFP_KERNEL);
effect_ids       2141 drivers/hid/hid-logitech-hidpp.c 	if (!data->effect_ids) {
effect_ids       2147 drivers/hid/hid-logitech-hidpp.c 		kfree(data->effect_ids);
effect_ids       2155 drivers/hid/hid-logitech-hidpp.c 		data->effect_ids[j] = -1;