Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c1873 int *effect_ids; member
1929 if (data->effect_ids[i] == effect_id) in hidpp_ff_find_effect()
1973 data->effect_ids[slot-1] = wd->effect_id; in hidpp_ff_work_handler()
1982 data->effect_ids[wd->params[0]-1] = -1; in hidpp_ff_work_handler()
2275 kfree(data->effect_ids); in hidpp_ff_destroy()
2325 data->effect_ids = kcalloc(num_slots, sizeof(int), GFP_KERNEL); in hidpp_ff_init()
2326 if (!data->effect_ids) { in hidpp_ff_init()
2332 kfree(data->effect_ids); in hidpp_ff_init()
2340 data->effect_ids[j] = -1; in hidpp_ff_init()