Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/intel/boards/
Dbroadwell.c234 for_each_card_components(card, component) { in broadwell_disable_jack()
254 for_each_card_components(card, component) { in broadwell_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-5.19.10/
D.clang-format203 - 'for_each_card_components'
/linux-5.19.10/sound/soc/
Dsoc-core.c670 for_each_card_components(card, component) { in soc_resume_deferred()
703 for_each_card_components(card, component) in snd_soc_resume()
2090 for_each_card_components(card, component) in snd_soc_bind_card()
2143 for_each_card_components(card, component) in snd_soc_poweroff()
/linux-5.19.10/include/sound/
Dsoc.h1031 #define for_each_card_components(card, component) \ macro