Home
last modified time | relevance | path

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

/openbmc/linux/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.c360 for_each_card_components(card, component) { in byt_cht_es8316_suspend()
376 for_each_card_components(card, component) { in byt_cht_es8316_resume()
H A Dbytcr_rt5651.c818 for_each_card_components(card, component) { in byt_rt5651_suspend()
837 for_each_card_components(card, component) { in byt_rt5651_resume()
H A Dsof_pcm512x.c423 for_each_card_components(card, component) { in sof_pcm512x_remove()
H A Dbytcr_rt5640.c1594 for_each_card_components(card, component) { in byt_rt5640_suspend()
1613 for_each_card_components(card, component) { in byt_rt5640_resume()
/openbmc/linux/
H A D.clang-format204 - 'for_each_card_components'
/openbmc/linux/sound/soc/
H A Dsoc-core.c744 for_each_card_components(card, component) { in soc_resume_deferred()
777 for_each_card_components(card, component) in snd_soc_resume()
2191 for_each_card_components(card, component) in snd_soc_bind_card()
2244 for_each_card_components(card, component) in snd_soc_poweroff()
/openbmc/linux/include/sound/
H A Dsoc.h1084 #define for_each_card_components(card, component) \ macro