Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/intel/boards/
H A 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()
H A 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()
H A Dbytcr_rt5651.c814 for_each_card_components(card, component) { in byt_rt5651_suspend()
833 for_each_card_components(card, component) { in byt_rt5651_resume()
H A Dsof_pcm512x.c421 for_each_card_components(card, component) { in sof_pcm512x_remove()
H A Dbytcr_rt5640.c1636 for_each_card_components(card, component) { in byt_rt5640_suspend()
1655 for_each_card_components(card, component) { in byt_rt5640_resume()
/linux-6.15/sound/soc/
H A Dsoc-core.c766 for_each_card_components(card, component) { in soc_resume_deferred()
799 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.15/
H A D.clang-format241 - 'for_each_card_components'
/linux-6.15/include/sound/
H A Dsoc.h1113 #define for_each_card_components(card, component) \ macro