Home
last modified time | relevance | path

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

/linux/sound/soc/intel/boards/
H A Dcht_bsw_rt5672.c389 for_each_card_components(card, component) { in cht_suspend_pre()
406 for_each_card_components(card, component) { in cht_resume_post()
H A Dbytcht_es8316.c397 for_each_card_components(card, component) { in byt_cht_es8316_suspend()
413 for_each_card_components(card, component) { in byt_cht_es8316_resume()
H A Dsof_pcm512x.c422 for_each_card_components(card, component) { in sof_pcm512x_remove()
/linux/sound/soc/
H A Dsoc-core.c776 for_each_card_components(card, component) { in soc_resume_deferred()
809 for_each_card_components(card, component) in snd_soc_resume()
1987 for_each_card_components(card, component) { in snd_soc_remove_device_links()
2143 for_each_card_components(card, component) { in snd_soc_bind_card()
2165 for_each_card_components(card, component) { in snd_soc_bind_card()
2184 for_each_card_components(card, component) in snd_soc_bind_card()
2277 for_each_card_components(card, component) in snd_soc_poweroff()
H A Dsoc-dapm.c4928 for_each_card_components(card, component) { in snd_soc_dapm_pin_has_prefix()
/linux/include/sound/
H A Dsoc.h1116 #define for_each_card_components(card, component) \ macro