Home
last modified time | relevance | path

Searched refs:host_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/
H A Dipc4-pcm.c1173 u64 dai_cnt, host_cnt, host_ptr; in sof_ipc4_pcm_pointer() local
1198 host_cnt = snd_sof_pcm_get_host_byte_counter(sdev, component, substream); in sof_ipc4_pcm_pointer()
1201 host_ptr = host_cnt; in sof_ipc4_pcm_pointer()
1204 host_cnt = div64_u64(host_cnt, frames_to_bytes(substream->runtime, 1)); in sof_ipc4_pcm_pointer()
1248 host_cnt += time_info->stream_start_offset - dai_cnt; in sof_ipc4_pcm_pointer()
1256 host_cnt &= DELAY_BOUNDARY; in sof_ipc4_pcm_pointer()
1259 head_cnt = host_cnt; in sof_ipc4_pcm_pointer()
1263 tail_cnt = host_cnt; in sof_ipc4_pcm_pointer()
1274 host_cnt, dai_cnt); in sof_ipc4_pcm_pointer()
/linux/drivers/memstick/host/
H A Djmb38x_ms.c68 int host_cnt; member
69 struct memstick_host *hosts[] __counted_by(host_cnt);
801 for (cnt = 0; cnt < jm->host_cnt; ++cnt) { in jmb38x_ms_suspend()
819 for (rc = 0; rc < jm->host_cnt; ++rc) { in jmb38x_ms_resume()
936 jm->host_cnt = cnt; in jmb38x_ms_probe()
939 for (cnt = 0; cnt < jm->host_cnt; ++cnt) { in jmb38x_ms_probe()
975 for (cnt = 0; cnt < jm->host_cnt; ++cnt) { in jmb38x_ms_remove()