Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dcs40l50-vibra.c84 struct list_head effect_head; member
128 static struct cs40l50_effect *cs40l50_find_effect(int id, struct list_head *effect_head) in cs40l50_find_effect() argument
132 list_for_each_entry(effect, effect_head, list) in cs40l50_find_effect()
171 list_for_each_entry(owt_effect, &vib->effect_head, list) in cs40l50_effect_index_set()
275 effect = cs40l50_find_effect(work_data->effect->id, &vib->effect_head); in cs40l50_add_worker()
306 list_add(&effect->list, &vib->effect_head); in cs40l50_add_worker()
358 start_effect = cs40l50_find_effect(work_data->effect->id, &vib->effect_head); in cs40l50_start_worker()
427 erase_effect = cs40l50_find_effect(work_data->effect->id, &vib->effect_head); in cs40l50_erase_worker()
448 list_for_each_entry(owt_effect, &vib->effect_head, list) in cs40l50_erase_worker()
523 INIT_LIST_HEAD(&vib->effect_head); in cs40l50_vibra_probe()