Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A Dff-core.c27 !ff->effect_owners[effect_id]) in check_effect_access()
30 if (file && ff->effect_owners[effect_id] != file) in check_effect_access()
126 if (!ff->effect_owners[id]) in input_ff_upload()
158 ff->effect_owners[id] = file; in input_ff_upload()
183 ff->effect_owners[effect_id] = NULL; in erase_effect()
190 ff->effect_owners[effect_id] = file; in erase_effect()
320 ff_dev_size = struct_size(ff, effect_owners, max_effects); in input_ff_create()
/openbmc/linux/include/linux/
H A Dinput.h565 struct file *effect_owners[]; member