Home
last modified time | relevance | path

Searched refs:effect_ids (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c2403 int *effect_ids; member
2459 if (data->effect_ids[i] == effect_id) in hidpp_ff_find_effect()
2503 data->effect_ids[slot-1] = wd->effect_id; in hidpp_ff_work_handler()
2514 data->effect_ids[slot-1] = -1; in hidpp_ff_work_handler()
2807 kfree(data->effect_ids); in hidpp_ff_destroy()
2864 data->effect_ids = kzalloc_objs(int, num_slots); in hidpp_ff_init()
2865 if (!data->effect_ids) { in hidpp_ff_init()
2871 kfree(data->effect_ids); in hidpp_ff_init()
2879 data->effect_ids[j] = -1; in hidpp_ff_init()