Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/
Dff-core.c40 !ff->effect_owners[effect_id]) in check_effect_access()
43 if (file && ff->effect_owners[effect_id] != file) in check_effect_access()
139 if (!ff->effect_owners[id]) in input_ff_upload()
171 ff->effect_owners[id] = file; in input_ff_upload()
196 ff->effect_owners[effect_id] = NULL; in erase_effect()
203 ff->effect_owners[effect_id] = file; in erase_effect()
/linux-4.4.14/include/linux/
Dinput.h522 struct file *effect_owners[]; member