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()
379 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()
678 struct snd_soc_dapm_widget *w) in dapm_wcache_update()
752 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()
1348 int dapm_regulator_event(struct snd_soc_dapm_widget *w, in dapm_regulator_event()
1382 int dapm_pinctrl_event(struct snd_soc_dapm_widget *w, in dapm_pinctrl_event()
1407 int dapm_clock_event(struct snd_soc_dapm_widget *w, in dapm_clock_event()
1426 static int dapm_widget_power_check(struct snd_soc_dapm_widget *w) in dapm_widget_power_check()
1442 static int dapm_generic_check_power(struct snd_soc_dapm_widget *w) in dapm_generic_check_power()
1454 static int dapm_supply_check_power(struct snd_soc_dapm_widget *w) in dapm_supply_check_power()
1478 static int dapm_always_on_check_power(struct snd_soc_dapm_widget *w) in dapm_always_on_check_power()
1483 static int dapm_seq_compare(struct snd_soc_dapm_widget *a, in dapm_seq_compare()
1484 struct snd_soc_dapm_widget *b, in dapm_seq_compare()
1517 static void dapm_seq_insert(struct snd_soc_dapm_widget *new_widget, in dapm_seq_insert()
1521 struct snd_soc_dapm_widget *w; in dapm_seq_insert()
1533 struct snd_soc_dapm_widget *w, int event) in dapm_seq_check_event()
1589 struct snd_soc_dapm_widget *w; in dapm_seq_run_coalesced()
1594 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced()
1646 struct snd_soc_dapm_widget *w, *n; in dapm_seq_run()
1747 struct snd_soc_dapm_widget *w = NULL; in dapm_widget_update()
1865 static void dapm_widget_set_peer_power(struct snd_soc_dapm_widget *peer, in dapm_widget_set_peer_power()
1880 static void dapm_widget_set_power(struct snd_soc_dapm_widget *w, bool power, in dapm_widget_set_power()
1910 static void dapm_power_one_widget(struct snd_soc_dapm_widget *w, in dapm_power_one_widget()
1959 struct snd_soc_dapm_widget *w; in dapm_power_widgets()
2104 struct snd_soc_dapm_widget *w = file->private_data; in dapm_widget_power_read_file()
2221 static void dapm_debugfs_add_widget(struct snd_soc_dapm_widget *w) in dapm_debugfs_add_widget()
2244 static inline void dapm_debugfs_add_widget(struct snd_soc_dapm_widget *w) in dapm_debugfs_add_widget()
2388 struct snd_soc_dapm_widget *w; in dapm_widget_show_component()
2486 void snd_soc_dapm_free_widget(struct snd_soc_dapm_widget *w) in snd_soc_dapm_free_widget()
2518 struct snd_soc_dapm_widget *w, *next_w; in dapm_free_widgets()
2528 static struct snd_soc_dapm_widget *dapm_find_widget( in dapm_find_widget()
2532 struct snd_soc_dapm_widget *w; in dapm_find_widget()
2533 struct snd_soc_dapm_widget *fallback = NULL; in dapm_find_widget()
2569 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in __snd_soc_dapm_set_pin()
2650 struct snd_soc_dapm_widget *w, in dapm_update_dai_chan()
2680 struct snd_soc_dapm_widget *w; in dapm_update_dai_unlocked()
2730 static void dapm_update_widget_flags(struct snd_soc_dapm_widget *w) in dapm_update_widget_flags()
2782 struct snd_soc_dapm_widget *source, struct snd_soc_dapm_widget *sink, in snd_soc_dapm_check_dynamic_path()
2826 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in snd_soc_dapm_add_path()
2828 int (*connected)(struct snd_soc_dapm_widget *source, in snd_soc_dapm_add_path()
2829 struct snd_soc_dapm_widget *sink)) in snd_soc_dapm_add_path()
2831 struct snd_soc_dapm_widget *widgets[2]; in snd_soc_dapm_add_path()
2930 struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w; in snd_soc_dapm_add_route()
2931 struct snd_soc_dapm_widget *wtsource = NULL, *wtsink = NULL; in snd_soc_dapm_add_route()
3029 struct snd_soc_dapm_widget *wsource, *wsink; 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()
3617 struct snd_soc_dapm_widget *
3619 const struct snd_soc_dapm_widget *widget) in snd_soc_dapm_new_control_unlocked()
3622 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_control_unlocked()
3779 struct snd_soc_dapm_widget *
3781 const struct snd_soc_dapm_widget *widget) in snd_soc_dapm_new_control()
3783 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_control()
3804 const struct snd_soc_dapm_widget *widget, in snd_soc_dapm_new_controls()
3807 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_controls()
3826 snd_soc_dai_link_event_pre_pmu(struct snd_soc_dapm_widget *w, in snd_soc_dai_link_event_pre_pmu()
3943 static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w, in snd_soc_dai_link_event()
4033 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); in snd_soc_dapm_dai_link_get()
4044 struct snd_soc_dapm_widget *w = snd_kcontrol_chip(kcontrol); in snd_soc_dapm_dai_link_put()
4148 static struct snd_soc_dapm_widget *
4154 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_dai()
4155 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_dai()
4225 struct snd_soc_dapm_widget template; in snd_soc_dapm_new_dai_widgets()
4226 struct snd_soc_dapm_widget *w; in snd_soc_dapm_new_dai_widgets()
4270 struct snd_soc_dapm_widget *dai_w, *w; in snd_soc_dapm_link_dai_widgets()
4271 struct snd_soc_dapm_widget *src, *sink; in snd_soc_dapm_link_dai_widgets()
4326 struct snd_soc_dapm_widget *src, in dapm_connect_dai_routes()
4327 struct snd_soc_dapm_widget *dai, in dapm_connect_dai_routes()
4329 struct snd_soc_dapm_widget *sink) in dapm_connect_dai_routes()
4349 struct snd_soc_dapm_widget *dai, *codec, *playback_cpu, *capture_cpu; in dapm_connect_dai_pair()
4400 struct snd_soc_dapm_widget *w; in soc_dapm_dai_stream_event()
4582 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in snd_soc_dapm_force_enable_pin_unlocked()
4740 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, true); in snd_soc_dapm_get_pin_status()
4763 struct snd_soc_dapm_widget *w = dapm_find_widget(dapm, pin, false); in snd_soc_dapm_ignore_suspend()
4815 struct snd_soc_dapm_widget *w; in soc_dapm_shutdown_dapm()