Home
last modified time | relevance | path

Searched refs:is_supply (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-dapm.c190 if (p->is_supply || p->weak || !p->connect) in dapm_widget_invalidate_input_paths()
229 if (p->is_supply || p->weak || !p->connect) in dapm_widget_invalidate_output_paths()
257 if (p->weak || p->is_supply) in dapm_path_invalidate()
958 if (path->weak || path->is_supply) in is_connected_output_ep()
1016 if (path->weak || path->is_supply) in is_connected_input_ep()
1613 if (!w->is_supply) { in dapm_widget_set_power()
1827 if (w->is_supply) { in dapm_widget_power_read_file()
2356 if (wsink->is_supply && !wsource->is_supply) { in snd_soc_dapm_add_path()
2363 if (connected && !wsource->is_supply) { in snd_soc_dapm_add_path()
2370 if (wsource->is_supply && control) { in snd_soc_dapm_add_path()
[all …]
/linux-4.1.27/include/sound/
Dsoc-dapm.h512 u32 is_supply:1; /* At least one of the connected widgets is a supply */ member
551 unsigned char is_supply:1; /* Widget is a supply type widget */ member