Searched refs:snd_soc_dapm_widget (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | asoc.h | 16 struct snd_soc_dapm_widget; 87 DECLARE_EVENT_CLASS(snd_soc_dapm_widget, 89 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 107 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_power, 109 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 115 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_event_start, 117 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 123 DEFINE_EVENT(snd_soc_dapm_widget, snd_soc_dapm_widget_event_done, 125 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 158 TP_PROTO(struct snd_soc_dapm_widget *widget,
|
/linux-4.19.296/include/sound/ |
D | soc-topology.h | 23 struct snd_soc_dapm_widget; 101 int (*event_handler)(struct snd_soc_dapm_widget *w, 125 struct snd_soc_dapm_widget *, 128 struct snd_soc_dapm_widget *, 187 void snd_soc_tplg_widget_remove(struct snd_soc_dapm_widget *w); 192 int snd_soc_tplg_widget_bind_event(struct snd_soc_dapm_widget *w,
|
D | soc-dapm.h | 368 struct snd_soc_dapm_widget; 379 int dapm_regulator_event(struct snd_soc_dapm_widget *w, 381 int dapm_clock_event(struct snd_soc_dapm_widget *w, 383 int dapm_pinctrl_event(struct snd_soc_dapm_widget *w, 402 const struct snd_soc_dapm_widget *widget, 404 struct snd_soc_dapm_widget *snd_soc_dapm_new_control( 406 const struct snd_soc_dapm_widget *widget); 415 struct snd_soc_dapm_widget *source, 416 struct snd_soc_dapm_widget *sink); 427 void snd_soc_dapm_free_widget(struct snd_soc_dapm_widget *w); [all …]
|
D | soc-dai.h | 18 struct snd_soc_dapm_widget; 310 struct snd_soc_dapm_widget *playback_widget; 311 struct snd_soc_dapm_widget *capture_widget;
|
D | soc.h | 756 const struct snd_soc_dapm_widget *dapm_widgets; 1081 const struct snd_soc_dapm_widget *dapm_widgets; 1085 const struct snd_soc_dapm_widget *of_dapm_widgets;
|