Lines Matching refs:snd_soc_dapm_widget

52 	struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
54 int (*connected)(struct snd_soc_dapm_widget *source,
55 struct snd_soc_dapm_widget *sink));
57 struct snd_soc_dapm_widget *
59 const struct snd_soc_dapm_widget *widget);
61 struct snd_soc_dapm_widget *
63 const struct snd_soc_dapm_widget *widget);
181 static bool dapm_dirty_widget(struct snd_soc_dapm_widget *w) in dapm_dirty_widget()
186 static void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason) in dapm_mark_dirty()
205 struct snd_soc_dapm_widget *w, enum snd_soc_dapm_direction dir) in dapm_widget_invalidate_paths()
208 struct snd_soc_dapm_widget *node; in dapm_widget_invalidate_paths()
245 static void dapm_widget_invalidate_input_paths(struct snd_soc_dapm_widget *w) in dapm_widget_invalidate_input_paths()
262 static void dapm_widget_invalidate_output_paths(struct snd_soc_dapm_widget *w) in dapm_widget_invalidate_output_paths()
301 struct snd_soc_dapm_widget *w; in dapm_mark_endpoints_dirty()
320 static inline struct snd_soc_dapm_widget *dapm_cnew_widget( in dapm_cnew_widget()
321 const struct snd_soc_dapm_widget *_widget) in dapm_cnew_widget()
323 struct snd_soc_dapm_widget *w; in dapm_cnew_widget()
345 struct snd_soc_dapm_widget *widget;
350 static int dapm_kcontrol_data_alloc(struct snd_soc_dapm_widget *widget, in dapm_kcontrol_data_alloc()
377 struct snd_soc_dapm_widget template; in dapm_kcontrol_data_alloc()
415 struct snd_soc_dapm_widget template; in dapm_kcontrol_data_alloc()
478 struct snd_soc_dapm_widget *widget) in dapm_kcontrol_add_widget()
576 struct snd_soc_dapm_widget *snd_soc_dapm_kcontrol_widget( in snd_soc_dapm_kcontrol_widget()
600 struct snd_soc_dapm_widget *w; in dapm_reset()
649 static struct snd_soc_dapm_widget *
652 struct snd_soc_dapm_widget *w = wcache->widget; in dapm_wcache_lookup()
672 struct snd_soc_dapm_widget *w) in dapm_wcache_update()
746 struct snd_soc_dapm_widget *w) in dapm_connect_mux()
844 struct snd_soc_dapm_widget *kcontrolw, in dapm_is_shared_kcontrol()
848 struct snd_soc_dapm_widget *w; in dapm_is_shared_kcontrol()
872 static int dapm_create_or_share_kcontrol(struct snd_soc_dapm_widget *w, in dapm_create_or_share_kcontrol()
980 static int dapm_new_mixer(struct snd_soc_dapm_widget *w) in dapm_new_mixer()
1015 static int dapm_new_mux(struct snd_soc_dapm_widget *w) in dapm_new_mux()
1061 static int dapm_new_pga(struct snd_soc_dapm_widget *w) in dapm_new_pga()
1075 static int dapm_new_dai_link(struct snd_soc_dapm_widget *w) in dapm_new_dai_link()
1109 static int snd_soc_dapm_suspend_check(struct snd_soc_dapm_widget *widget) in snd_soc_dapm_suspend_check()
1133 struct snd_soc_dapm_widget *w; in dapm_widget_list_create()
1158 static void invalidate_paths_ep(struct snd_soc_dapm_widget *widget, in invalidate_paths_ep()
1188 static __always_inline int is_connected_ep(struct snd_soc_dapm_widget *widget, in is_connected_ep()
1190 int (*fn)(struct snd_soc_dapm_widget *, struct list_head *, in is_connected_ep() argument
1191 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *, in is_connected_ep() argument
1193 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *, in is_connected_ep()
1251 static int is_connected_output_ep(struct snd_soc_dapm_widget *widget, in is_connected_output_ep()
1253 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *i, in is_connected_output_ep()
1269 static int is_connected_input_ep(struct snd_soc_dapm_widget *widget, in is_connected_input_ep()
1271 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *i, in is_connected_input_ep()
1299 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *, in snd_soc_dapm_dai_get_connected_widgets() argument
1303 struct snd_soc_dapm_widget *w; in snd_soc_dapm_dai_get_connected_widgets()
1345 int dapm_regulator_event(struct snd_soc_dapm_widget *w, in dapm_regulator_event()
1379 int dapm_pinctrl_event(struct snd_soc_dapm_widget *w, in dapm_pinctrl_event()
1404 int dapm_clock_event(struct snd_soc_dapm_widget *w, in dapm_clock_event()
1423 static int dapm_widget_power_check(struct snd_soc_dapm_widget *w) in dapm_widget_power_check()
1439 static int dapm_generic_check_power(struct snd_soc_dapm_widget *w) in dapm_generic_check_power()
1451 static int dapm_supply_check_power(struct snd_soc_dapm_widget *w) in dapm_supply_check_power()
1475 static int dapm_always_on_check_power(struct snd_soc_dapm_widget *w) in dapm_always_on_check_power()
1480 static int dapm_seq_compare(struct snd_soc_dapm_widget *a, in dapm_seq_compare()
1481 struct snd_soc_dapm_widget *b, in dapm_seq_compare()
1514 static void dapm_seq_insert(struct snd_soc_dapm_widget *new_widget, in dapm_seq_insert()
1518 struct snd_soc_dapm_widget *w; in dapm_seq_insert()
1530 struct snd_soc_dapm_widget *w, int event) in dapm_seq_check_event()
1588 struct snd_soc_dapm_widget *w; in dapm_seq_run_coalesced()
1593 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced()
1645 struct snd_soc_dapm_widget *w, *n; in dapm_seq_run()
1748 struct snd_soc_dapm_widget *w = NULL; in dapm_widget_update()
1866 static void dapm_widget_set_peer_power(struct snd_soc_dapm_widget *peer, in dapm_widget_set_peer_power()
1881 static void dapm_widget_set_power(struct snd_soc_dapm_widget *w, bool power, in dapm_widget_set_power()
1911 static void dapm_power_one_widget(struct snd_soc_dapm_widget *w, in dapm_power_one_widget()
1960 struct snd_soc_dapm_widget *w; in dapm_power_widgets()
2105 struct snd_soc_dapm_widget *w = file->private_data; in dapm_widget_power_read_file()
2222 static void dapm_debugfs_add_widget(struct snd_soc_dapm_widget *w) in dapm_debugfs_add_widget()
2245 static inline void dapm_debugfs_add_widget(struct snd_soc_dapm_widget *w) in dapm_debugfs_add_widget()
2389 struct snd_soc_dapm_widget *w; in dapm_widget_show_component()
2487 void snd_soc_dapm_free_widget(struct snd_soc_dapm_widget *w) in snd_soc_dapm_free_widget()
2519 struct snd_soc_dapm_widget *w, *next_w; in dapm_free_widgets()
2529 static struct snd_soc_dapm_widget *dapm_find_widget( in dapm_find_widget()
2533 struct snd_soc_dapm_widget *w; in dapm_find_widget()
2534 struct snd_soc_dapm_widget *fallback = NULL; in dapm_find_widget()
2570 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in __snd_soc_dapm_set_pin()
2651 struct snd_soc_dapm_widget *w, in dapm_update_dai_chan()
2681 struct snd_soc_dapm_widget *w; in dapm_update_dai_unlocked()
2731 static void dapm_update_widget_flags(struct snd_soc_dapm_widget *w) in dapm_update_widget_flags()
2783 struct snd_soc_dapm_widget *source, struct snd_soc_dapm_widget *sink, in snd_soc_dapm_check_dynamic_path()
2827 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in snd_soc_dapm_add_path()
2829 int (*connected)(struct snd_soc_dapm_widget *source, in snd_soc_dapm_add_path()
2830 struct snd_soc_dapm_widget *sink)) in snd_soc_dapm_add_path()
2832 struct snd_soc_dapm_widget *widgets[2]; in snd_soc_dapm_add_path()
2931 struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w; in snd_soc_dapm_add_route()
2932 struct snd_soc_dapm_widget *wtsource = NULL, *wtsink = NULL; in snd_soc_dapm_add_route()
3067 struct snd_soc_dapm_widget *wsource = path->source; in snd_soc_dapm_del_route()
3068 struct snd_soc_dapm_widget *wsink = path->sink; in snd_soc_dapm_del_route()
3151 struct snd_soc_dapm_widget *source = dapm_find_widget(dapm, in snd_soc_dapm_weak_route()
3154 struct snd_soc_dapm_widget *sink = dapm_find_widget(dapm, in snd_soc_dapm_weak_route()
3238 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_widgets()
3619 struct snd_soc_dapm_widget *
3621 const struct snd_soc_dapm_widget *widget) in snd_soc_dapm_new_control_unlocked()
3624 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_control_unlocked()
3781 struct snd_soc_dapm_widget *
3783 const struct snd_soc_dapm_widget *widget) in snd_soc_dapm_new_control()
3785 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_control()
3806 const struct snd_soc_dapm_widget *widget, in snd_soc_dapm_new_controls()
3814 struct snd_soc_dapm_widget *w = snd_soc_dapm_new_control_unlocked(dapm, widget); in snd_soc_dapm_new_controls()
3827 snd_soc_dai_link_event_pre_pmu(struct snd_soc_dapm_widget *w, in snd_soc_dai_link_event_pre_pmu()
3940 static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w, in snd_soc_dai_link_event()
4022 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); in snd_soc_dapm_dai_link_get()
4033 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); in snd_soc_dapm_dai_link_put()
4137 static struct snd_soc_dapm_widget *
4143 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_dai()
4144 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_dai()
4214 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_dai_widgets()
4215 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_dai_widgets()
4259 struct snd_soc_dapm_widget *dai_w, *w; in snd_soc_dapm_link_dai_widgets()
4260 struct snd_soc_dapm_widget *src, *sink; in snd_soc_dapm_link_dai_widgets()
4315 struct snd_soc_dapm_widget *src, in dapm_connect_dai_routes()
4316 struct snd_soc_dapm_widget *dai, in dapm_connect_dai_routes()
4318 struct snd_soc_dapm_widget *sink) in dapm_connect_dai_routes()
4338 struct snd_soc_dapm_widget *dai, *codec, *playback_cpu, *capture_cpu; in dapm_connect_dai_pair()
4389 struct snd_soc_dapm_widget *w; in soc_dapm_dai_stream_event()
4572 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in snd_soc_dapm_force_enable_pin_unlocked()
4730 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in snd_soc_dapm_get_pin_status()
4753 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, false); in snd_soc_dapm_ignore_suspend()
4805 struct snd_soc_dapm_widget *w; in soc_dapm_shutdown_dapm()