Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-dapm.c198 if (p->is_supply || p->weak || !p->connect) in dapm_widget_invalidate_paths()
260 if (p->weak || p->is_supply) in dapm_path_invalidate()
1136 if (path->weak || path->is_supply) in is_connected_ep()
1807 if (!w->is_supply) { in dapm_widget_set_power()
2023 if (w->is_supply) { in dapm_widget_power_read_file()
2651 if (wsink->is_supply && !wsource->is_supply) { in snd_soc_dapm_add_path()
2658 if (connected && !wsource->is_supply) { in snd_soc_dapm_add_path()
2665 if (wsource->is_supply && control) { in snd_soc_dapm_add_path()
2689 if (wsource->is_supply || wsink->is_supply) in snd_soc_dapm_add_path()
2690 path->is_supply = 1; in snd_soc_dapm_add_path()
[all …]
/Linux-v4.19/include/sound/
Dsoc-dapm.h572 u32 is_supply:1; /* At least one of the connected widgets is a supply */ member
611 unsigned char is_supply:1; /* Widget is a supply type widget */ member