Searched refs:read_sdw_lcount (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/soc/sof/intel/ |
H A D | tgl.c | 147 .read_sdw_lcount = hda_sdw_check_lcount_common, 176 .read_sdw_lcount = hda_sdw_check_lcount_common, 205 .read_sdw_lcount = hda_sdw_check_lcount_common, 234 .read_sdw_lcount = hda_sdw_check_lcount_common,
|
H A D | cnl.c | 466 .read_sdw_lcount = hda_sdw_check_lcount_common, 502 .read_sdw_lcount = hda_sdw_check_lcount_common,
|
H A D | lnl.c | 180 .read_sdw_lcount = hda_sdw_check_lcount_ext,
|
H A D | icl.c | 188 .read_sdw_lcount = hda_sdw_check_lcount_common,
|
H A D | shim.h | 189 int (*read_sdw_lcount)(struct snd_sof_dev *sdev); member
|
H A D | mtl.c | 774 .read_sdw_lcount = hda_sdw_check_lcount_common, 802 .read_sdw_lcount = hda_sdw_check_lcount_common,
|
H A D | hda.c | 314 if (chip && chip->read_sdw_lcount) in hda_sdw_check_lcount() 315 return chip->read_sdw_lcount(sdev); in hda_sdw_check_lcount()
|