Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/
Dff-core.c28 !ff->effect_owners[effect_id]) in check_effect_access()
31 if (file && ff->effect_owners[effect_id] != file) in check_effect_access()
127 if (!ff->effect_owners[id]) in input_ff_upload()
159 ff->effect_owners[id] = file; in input_ff_upload()
184 ff->effect_owners[effect_id] = NULL; in erase_effect()
191 ff->effect_owners[effect_id] = file; in erase_effect()
/linux-5.19.10/include/linux/
Dinput.h565 struct file *effect_owners[]; member