Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/intel/boards/
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.c423 for_each_card_components(card, component) { in sof_pcm512x_remove()
Dbytcr_rt5640.c1553 for_each_card_components(card, component) { in byt_rt5640_suspend()
1572 for_each_card_components(card, component) { in byt_rt5640_resume()
/Linux-v6.6/
D.clang-format204 - 'for_each_card_components'
/Linux-v6.6/sound/soc/
Dsoc-core.c744 for_each_card_components(card, component) { in soc_resume_deferred()
777 for_each_card_components(card, component) in snd_soc_resume()
2188 for_each_card_components(card, component) in snd_soc_bind_card()
2241 for_each_card_components(card, component) in snd_soc_poweroff()
/Linux-v6.6/include/sound/
Dsoc.h1065 #define for_each_card_components(card, component) \ macro