Lines Matching refs:ml_device
44 struct ml_device { struct
109 static void ml_schedule_timer(struct ml_device *ml) in ml_schedule_timer()
323 static int ml_get_combo_effect(struct ml_device *ml, in ml_get_combo_effect()
387 static void ml_play_effects(struct ml_device *ml) in ml_play_effects()
402 struct ml_device *ml = from_timer(ml, t, timer); in ml_effect_timer()
418 struct ml_device *ml = dev->ff->private; in ml_ff_set_gain()
434 struct ml_device *ml = dev->ff->private; in ml_ff_playback()
465 struct ml_device *ml = dev->ff->private; in ml_ff_upload()
487 struct ml_device *ml = ff->private; in ml_ff_destroy()
510 struct ml_device *ml; in input_ff_create_memless()
515 ml = kzalloc(sizeof(struct ml_device), GFP_KERNEL); in input_ff_create_memless()