Home
last modified time | relevance | path

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

/linux-6.14.4/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.c357 for_each_card_components(card, component) { in byt_cht_es8316_suspend()
373 for_each_card_components(card, component) { in byt_cht_es8316_resume()
Dbytcr_rt5651.c814 for_each_card_components(card, component) { in byt_rt5651_suspend()
833 for_each_card_components(card, component) { in byt_rt5651_resume()
Dsof_pcm512x.c421 for_each_card_components(card, component) { in sof_pcm512x_remove()
Dbytcr_rt5640.c1623 for_each_card_components(card, component) { in byt_rt5640_suspend()
1642 for_each_card_components(card, component) { in byt_rt5640_resume()
/linux-6.14.4/sound/soc/
Dsoc-core.c765 for_each_card_components(card, component) { in soc_resume_deferred()
798 for_each_card_components(card, component) in snd_soc_resume()
2300 for_each_card_components(card, component) in snd_soc_bind_card()
2353 for_each_card_components(card, component) in snd_soc_poweroff()
/linux-6.14.4/
D.clang-format233 - 'for_each_card_components'
/linux-6.14.4/include/sound/
Dsoc.h1157 #define for_each_card_components(card, component) \ macro