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);
183 static bool dapm_dirty_widget(struct snd_soc_dapm_widget *w) in dapm_dirty_widget()
188 static void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason) in dapm_mark_dirty()
207 struct snd_soc_dapm_widget *w, enum snd_soc_dapm_direction dir) in dapm_widget_invalidate_paths()
210 struct snd_soc_dapm_widget *node; in dapm_widget_invalidate_paths()
247 static void dapm_widget_invalidate_input_paths(struct snd_soc_dapm_widget *w) in dapm_widget_invalidate_input_paths()
264 static void dapm_widget_invalidate_output_paths(struct snd_soc_dapm_widget *w) in dapm_widget_invalidate_output_paths()
303 struct snd_soc_dapm_widget *w; in dapm_mark_endpoints_dirty()
322 static inline struct snd_soc_dapm_widget *dapm_cnew_widget( in dapm_cnew_widget()
323 const struct snd_soc_dapm_widget *_widget) in dapm_cnew_widget()
325 struct snd_soc_dapm_widget *w; in dapm_cnew_widget()
347 struct snd_soc_dapm_widget *widget;
352 static int dapm_kcontrol_data_alloc(struct snd_soc_dapm_widget *widget, in dapm_kcontrol_data_alloc()
374 struct snd_soc_dapm_widget template; in dapm_kcontrol_data_alloc()
417 struct snd_soc_dapm_widget template; in dapm_kcontrol_data_alloc()
483 struct snd_soc_dapm_widget *widget) in dapm_kcontrol_add_widget()
581 struct snd_soc_dapm_widget *snd_soc_dapm_kcontrol_widget( in snd_soc_dapm_kcontrol_widget()
605 struct snd_soc_dapm_widget *w; in dapm_reset()
654 static struct snd_soc_dapm_widget *
657 struct snd_soc_dapm_widget *w = wcache->widget; in dapm_wcache_lookup()
677 struct snd_soc_dapm_widget *w) in dapm_wcache_update()
751 struct snd_soc_dapm_widget *w) in dapm_connect_mux()
849 struct snd_soc_dapm_widget *kcontrolw, in dapm_is_shared_kcontrol()
853 struct snd_soc_dapm_widget *w; in dapm_is_shared_kcontrol()
877 static int dapm_create_or_share_kcontrol(struct snd_soc_dapm_widget *w, in dapm_create_or_share_kcontrol()
985 static int dapm_new_mixer(struct snd_soc_dapm_widget *w) in dapm_new_mixer()
1020 static int dapm_new_mux(struct snd_soc_dapm_widget *w) in dapm_new_mux()
1066 static int dapm_new_pga(struct snd_soc_dapm_widget *w) in dapm_new_pga()
1080 static int dapm_new_dai_link(struct snd_soc_dapm_widget *w) in dapm_new_dai_link()
1114 static int snd_soc_dapm_suspend_check(struct snd_soc_dapm_widget *widget) in snd_soc_dapm_suspend_check()
1138 struct snd_soc_dapm_widget *w; in dapm_widget_list_create()
1163 static void invalidate_paths_ep(struct snd_soc_dapm_widget *widget, in invalidate_paths_ep()
1193 static __always_inline int is_connected_ep(struct snd_soc_dapm_widget *widget, in is_connected_ep()
1195 int (*fn)(struct snd_soc_dapm_widget *, struct list_head *, in is_connected_ep() argument
1196 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *, in is_connected_ep() argument
1198 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *, in is_connected_ep()
1256 static int is_connected_output_ep(struct snd_soc_dapm_widget *widget, in is_connected_output_ep()
1258 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *i, in is_connected_output_ep()
1274 static int is_connected_input_ep(struct snd_soc_dapm_widget *widget, in is_connected_input_ep()
1276 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *i, in is_connected_input_ep()
1304 bool (*custom_stop_condition)(struct snd_soc_dapm_widget *, in snd_soc_dapm_dai_get_connected_widgets() argument
1308 struct snd_soc_dapm_widget *w; in snd_soc_dapm_dai_get_connected_widgets()
1350 int dapm_regulator_event(struct snd_soc_dapm_widget *w, in dapm_regulator_event()
1384 int dapm_pinctrl_event(struct snd_soc_dapm_widget *w, in dapm_pinctrl_event()
1409 int dapm_clock_event(struct snd_soc_dapm_widget *w, in dapm_clock_event()
1428 static int dapm_widget_power_check(struct snd_soc_dapm_widget *w) in dapm_widget_power_check()
1444 static int dapm_generic_check_power(struct snd_soc_dapm_widget *w) in dapm_generic_check_power()
1456 static int dapm_supply_check_power(struct snd_soc_dapm_widget *w) in dapm_supply_check_power()
1480 static int dapm_always_on_check_power(struct snd_soc_dapm_widget *w) in dapm_always_on_check_power()
1485 static int dapm_seq_compare(struct snd_soc_dapm_widget *a, in dapm_seq_compare()
1486 struct snd_soc_dapm_widget *b, in dapm_seq_compare()
1519 static void dapm_seq_insert(struct snd_soc_dapm_widget *new_widget, in dapm_seq_insert()
1523 struct snd_soc_dapm_widget *w; in dapm_seq_insert()
1535 struct snd_soc_dapm_widget *w, int event) in dapm_seq_check_event()
1593 struct snd_soc_dapm_widget *w; in dapm_seq_run_coalesced()
1598 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced()
1650 struct snd_soc_dapm_widget *w, *n; in dapm_seq_run()
1751 struct snd_soc_dapm_widget *w = NULL; in dapm_widget_update()
1869 static void dapm_widget_set_peer_power(struct snd_soc_dapm_widget *peer, in dapm_widget_set_peer_power()
1884 static void dapm_widget_set_power(struct snd_soc_dapm_widget *w, bool power, in dapm_widget_set_power()
1914 static void dapm_power_one_widget(struct snd_soc_dapm_widget *w, in dapm_power_one_widget()
1963 struct snd_soc_dapm_widget *w; in dapm_power_widgets()
2108 struct snd_soc_dapm_widget *w = file->private_data; in dapm_widget_power_read_file()
2225 static void dapm_debugfs_add_widget(struct snd_soc_dapm_widget *w) in dapm_debugfs_add_widget()
2248 static inline void dapm_debugfs_add_widget(struct snd_soc_dapm_widget *w) in dapm_debugfs_add_widget()
2392 struct snd_soc_dapm_widget *w; in dapm_widget_show_component()
2495 void snd_soc_dapm_free_widget(struct snd_soc_dapm_widget *w) in snd_soc_dapm_free_widget()
2528 struct snd_soc_dapm_widget *w, *next_w; in dapm_free_widgets()
2538 static struct snd_soc_dapm_widget *dapm_find_widget( in dapm_find_widget()
2542 struct snd_soc_dapm_widget *w; in dapm_find_widget()
2543 struct snd_soc_dapm_widget *fallback = NULL; in dapm_find_widget()
2579 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in __snd_soc_dapm_set_pin()
2660 struct snd_soc_dapm_widget *w, in dapm_update_dai_chan()
2690 struct snd_soc_dapm_widget *w; in dapm_update_dai_unlocked()
2740 static void dapm_update_widget_flags(struct snd_soc_dapm_widget *w) in dapm_update_widget_flags()
2792 struct snd_soc_dapm_widget *source, struct snd_soc_dapm_widget *sink, in snd_soc_dapm_check_dynamic_path()
2836 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in snd_soc_dapm_add_path()
2838 int (*connected)(struct snd_soc_dapm_widget *source, in snd_soc_dapm_add_path()
2839 struct snd_soc_dapm_widget *sink)) in snd_soc_dapm_add_path()
2841 struct snd_soc_dapm_widget *widgets[2]; in snd_soc_dapm_add_path()
2940 struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w; in snd_soc_dapm_add_route()
2941 struct snd_soc_dapm_widget *wtsource = NULL, *wtsink = NULL; in snd_soc_dapm_add_route()
3076 struct snd_soc_dapm_widget *wsource = path->source; in snd_soc_dapm_del_route()
3077 struct snd_soc_dapm_widget *wsink = path->sink; in snd_soc_dapm_del_route()
3160 struct snd_soc_dapm_widget *source = dapm_find_widget(dapm, in snd_soc_dapm_weak_route()
3163 struct snd_soc_dapm_widget *sink = dapm_find_widget(dapm, in snd_soc_dapm_weak_route()
3247 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_widgets()
3626 struct snd_soc_dapm_widget *
3628 const struct snd_soc_dapm_widget *widget) in snd_soc_dapm_new_control_unlocked()
3631 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_control_unlocked()
3786 struct snd_soc_dapm_widget *
3788 const struct snd_soc_dapm_widget *widget) in snd_soc_dapm_new_control()
3790 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_control()
3811 const struct snd_soc_dapm_widget *widget, in snd_soc_dapm_new_controls()
3819 struct snd_soc_dapm_widget *w = snd_soc_dapm_new_control_unlocked(dapm, widget); in snd_soc_dapm_new_controls()
3832 snd_soc_dai_link_event_pre_pmu(struct snd_soc_dapm_widget *w, in snd_soc_dai_link_event_pre_pmu()
3955 static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w, in snd_soc_dai_link_event()
4037 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); in snd_soc_dapm_dai_link_get()
4048 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); in snd_soc_dapm_dai_link_put()
4152 static struct snd_soc_dapm_widget *
4158 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_dai()
4159 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_dai()
4236 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_dai_widgets()
4237 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_dai_widgets()
4282 struct snd_soc_dapm_widget *dai_w, *w; in snd_soc_dapm_link_dai_widgets()
4283 struct snd_soc_dapm_widget *src, *sink; in snd_soc_dapm_link_dai_widgets()
4338 struct snd_soc_dapm_widget *src, in dapm_connect_dai_routes()
4339 struct snd_soc_dapm_widget *dai, in dapm_connect_dai_routes()
4341 struct snd_soc_dapm_widget *sink) in dapm_connect_dai_routes()
4361 struct snd_soc_dapm_widget *dai, *codec, *playback_cpu, *capture_cpu; in dapm_connect_dai_pair()
4415 struct snd_soc_dapm_widget *w; in soc_dapm_dai_stream_event()
4598 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in snd_soc_dapm_force_enable_pin_unlocked()
4756 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in snd_soc_dapm_get_pin_status()
4779 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, false); in snd_soc_dapm_ignore_suspend()
4831 struct snd_soc_dapm_widget *w; in soc_dapm_shutdown_dapm()