Lines Matching defs:ar
95 struct audio_route *ar; member
135 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar, in index_to_ctl()
166 static void path_free(struct audio_route *ar) in path_free()
189 static struct mixer_path *path_get_by_name(struct audio_route *ar, in path_get_by_name()
201 static struct mixer_path *path_create(struct audio_route *ar, const char *name) in path_create()
277 static int path_add_setting(struct audio_route *ar, struct mixer_path *path, in path_add_setting()
313 static int path_add_value(struct audio_route *ar, struct mixer_path *path, in path_add_value()
386 static int path_add_path(struct audio_route *ar, struct mixer_path *path, in path_add_path()
403 static int path_apply(struct audio_route *ar, struct mixer_path *path) in path_apply()
425 static int path_reset(struct audio_route *ar, struct mixer_path *path) in path_reset()
504 struct audio_route *ar = state->ar; in start_tag() local
684 static int alloc_mixer_state(struct audio_route *ar) in alloc_mixer_state()
727 static void free_mixer_state(struct audio_route *ar) in free_mixer_state()
747 int audio_route_update_mixer(struct audio_route *ar) in audio_route_update_mixer()
805 static void save_mixer_state(struct audio_route *ar) in save_mixer_state()
822 void audio_route_reset(struct audio_route *ar) in audio_route_reset()
840 int audio_route_apply_path(struct audio_route *ar, const char *name) in audio_route_apply_path()
861 int audio_route_reset_path(struct audio_route *ar, const char *name) in audio_route_reset_path()
885 static int audio_route_update_path(struct audio_route *ar, const char *name, int direction) in audio_route_update_path()
975 int audio_route_apply_and_update_path(struct audio_route *ar, const char *name) in audio_route_apply_and_update_path()
983 int audio_route_reset_and_update_path(struct audio_route *ar, const char *name) in audio_route_reset_and_update_path()
991 int audio_route_force_reset_and_update_path(struct audio_route *ar, const char *name) in audio_route_force_reset_and_update_path()
1000 int audio_route_supports_path(struct audio_route *ar, const char *name) in audio_route_supports_path()
1016 struct audio_route *ar; in audio_route_init() local
1102 void audio_route_free(struct audio_route *ar) in audio_route_free()