Home
last modified time | relevance | path

Searched refs:for_each_card_components (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/sound/soc/intel/boards/
Dbdw_rt286.c182 for_each_card_components(card, component) { in bdw_rt286_disable_jack()
202 for_each_card_components(card, component) { in bdw_rt286_resume()
Dcht_bsw_rt5672.c392 for_each_card_components(card, component) { in cht_suspend_pre()
409 for_each_card_components(card, component) { in cht_resume_post()
Dbytcht_es8316.c360 for_each_card_components(card, component) { in byt_cht_es8316_suspend()
376 for_each_card_components(card, component) { in byt_cht_es8316_resume()
Dbytcr_rt5651.c818 for_each_card_components(card, component) { in byt_rt5651_suspend()
837 for_each_card_components(card, component) { in byt_rt5651_resume()
Dsof_pcm512x.c424 for_each_card_components(card, component) { in sof_pcm512x_remove()
Dbytcr_rt5640.c1516 for_each_card_components(card, component) { in byt_rt5640_suspend()
1535 for_each_card_components(card, component) { in byt_rt5640_resume()
/Linux-v6.1/sound/soc/intel/avs/boards/
Drt286.c192 for_each_card_components(card, component) in avs_card_set_jack()
Drt298.c192 for_each_card_components(card, component) in avs_card_set_jack()
Dda7219.c192 for_each_card_components(card, component) in avs_card_set_jack()
Drt274.c221 for_each_card_components(card, component) in avs_card_set_jack()
Drt5682.c244 for_each_card_components(card, component) in avs_card_set_jack()
Dnau8825.c254 for_each_card_components(card, component) in avs_card_set_jack()
/Linux-v6.1/
D.clang-format203 - 'for_each_card_components'
/Linux-v6.1/sound/soc/
Dsoc-core.c669 for_each_card_components(card, component) { in soc_resume_deferred()
702 for_each_card_components(card, component) in snd_soc_resume()
2088 for_each_card_components(card, component) in snd_soc_bind_card()
2141 for_each_card_components(card, component) in snd_soc_poweroff()
/Linux-v6.1/include/sound/
Dsoc.h1044 #define for_each_card_components(card, component) \ macro