Searched refs:msw_ts (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/qcom/qdsp6/ |
D | q6asm.h | 42 int q6asm_write_async(struct audio_client *ac, uint32_t len, uint32_t msw_ts, 57 int q6asm_run(struct audio_client *ac, uint32_t flags, uint32_t msw_ts, 59 int q6asm_run_nowait(struct audio_client *ac, uint32_t flags, uint32_t msw_ts,
|
D | q6asm.c | 894 uint32_t msw_ts, uint32_t lsw_ts, bool wait) in __q6asm_run() argument 914 run->time_msw = msw_ts; in __q6asm_run() 938 uint32_t msw_ts, uint32_t lsw_ts) in q6asm_run() argument 940 return __q6asm_run(ac, flags, msw_ts, lsw_ts, true); in q6asm_run() 955 uint32_t msw_ts, uint32_t lsw_ts) in q6asm_run_nowait() argument 957 return __q6asm_run(ac, flags, msw_ts, lsw_ts, false); in q6asm_run_nowait() 1200 int q6asm_write_async(struct audio_client *ac, uint32_t len, uint32_t msw_ts, in q6asm_write_async() argument 1232 write->timestamp_msw = msw_ts; in q6asm_write_async()
|