Lines Matching defs:ar
73 struct audio_route *ar; member
92 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar, in index_to_ctl()
98 static void path_print(struct audio_route *ar, struct mixer_path *path) in path_print()
113 static void path_free(struct audio_route *ar) in path_free()
129 static struct mixer_path *path_get_by_name(struct audio_route *ar, in path_get_by_name()
141 static struct mixer_path *path_create(struct audio_route *ar, const char *name) in path_create()
217 static int path_add_setting(struct audio_route *ar, struct mixer_path *path, in path_add_setting()
244 static int path_add_value(struct audio_route *ar, struct mixer_path *path, in path_add_value()
288 static int path_add_path(struct audio_route *ar, struct mixer_path *path, in path_add_path()
300 static int path_apply(struct audio_route *ar, struct mixer_path *path) in path_apply()
322 static int path_reset(struct audio_route *ar, struct mixer_path *path) in path_reset()
367 struct audio_route *ar = state->ar; in start_tag() local
473 static int alloc_mixer_state(struct audio_route *ar) in alloc_mixer_state()
514 static void free_mixer_state(struct audio_route *ar) in free_mixer_state()
534 int audio_route_update_mixer(struct audio_route *ar) in audio_route_update_mixer()
573 static void save_mixer_state(struct audio_route *ar) in save_mixer_state()
589 void audio_route_reset(struct audio_route *ar) in audio_route_reset()
606 int audio_route_apply_path(struct audio_route *ar, const char *name) in audio_route_apply_path()
627 int audio_route_reset_path(struct audio_route *ar, const char *name) in audio_route_reset_path()
651 static int audio_route_update_path(struct audio_route *ar, const char *name, bool reverse) in audio_route_update_path()
701 int audio_route_apply_and_update_path(struct audio_route *ar, const char *name) in audio_route_apply_and_update_path()
709 int audio_route_reset_and_update_path(struct audio_route *ar, const char *name) in audio_route_reset_and_update_path()
725 struct audio_route *ar; in audio_route_init() local
810 void audio_route_free(struct audio_route *ar) in audio_route_free()