Lines Matching refs:ml_device
59 struct ml_device { struct
124 static void ml_schedule_timer(struct ml_device *ml) in ml_schedule_timer()
338 static int ml_get_combo_effect(struct ml_device *ml, in ml_get_combo_effect()
402 static void ml_play_effects(struct ml_device *ml) in ml_play_effects()
418 struct ml_device *ml = dev->ff->private; in ml_effect_timer()
433 struct ml_device *ml = dev->ff->private; in ml_ff_set_gain()
449 struct ml_device *ml = dev->ff->private; in ml_ff_playback()
480 struct ml_device *ml = dev->ff->private; in ml_ff_upload()
502 struct ml_device *ml = ff->private; in ml_ff_destroy()
516 struct ml_device *ml; in input_ff_create_memless()
521 ml = kzalloc(sizeof(struct ml_device), GFP_KERNEL); in input_ff_create_memless()