Lines Matching refs:ml_device
45 struct ml_device { struct
110 static void ml_schedule_timer(struct ml_device *ml) in ml_schedule_timer()
324 static int ml_get_combo_effect(struct ml_device *ml, in ml_get_combo_effect()
388 static void ml_play_effects(struct ml_device *ml) in ml_play_effects()
403 struct ml_device *ml = timer_container_of(ml, t, timer); in ml_effect_timer()
417 struct ml_device *ml = dev->ff->private; in ml_ff_set_gain()
433 struct ml_device *ml = dev->ff->private; in ml_ff_playback()
464 struct ml_device *ml = dev->ff->private; in ml_ff_upload()
484 struct ml_device *ml = ff->private; in ml_ff_destroy()
499 struct ml_device *ml = ff->private; in ml_ff_stop()
525 struct ml_device *ml __free(kfree) = kzalloc_obj(*ml); in input_ff_create_memless()