num_effects      1687 drivers/hid/hid-logitech-hidpp.c 	u8 num_effects;
num_effects      1743 drivers/hid/hid-logitech-hidpp.c 	for (i = 0; i < data->num_effects; i++)
num_effects      1785 drivers/hid/hid-logitech-hidpp.c 		if (slot > 0 && slot <= data->num_effects) {
num_effects      2102 drivers/hid/hid-logitech-hidpp.c 	int error, j, num_slots = data->num_effects;
num_effects      2734 drivers/hid/hid-logitech-hidpp.c 	data->num_effects = response.fap.params[0] - HIDPP_FF_RESERVED_SLOTS;