Searched refs:pvt_id (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/intel/atom/sst/ |
| H A D | sst_pvt.c | 195 int ret = 0, pvt_id; in sst_prepare_and_post_msg() local 197 pvt_id = sst_assign_pvt_id(sst); in sst_prepare_and_post_msg() 198 if (pvt_id < 0) in sst_prepare_and_post_msg() 199 return pvt_id; in sst_prepare_and_post_msg() 203 &msg, large, sst, &block, ipc_msg, pvt_id); in sst_prepare_and_post_msg() 208 test_and_clear_bit(pvt_id, &sst->pvt_id); in sst_prepare_and_post_msg() 213 pvt_id, pipe_id, task_id, ipc_msg); in sst_prepare_and_post_msg() 215 task_id, large, pvt_id); in sst_prepare_and_post_msg() 254 test_and_clear_bit(pvt_id, &sst->pvt_id); in sst_prepare_and_post_msg() 307 local = ffz(drv->pvt_id); in sst_assign_pvt_id() [all …]
|
| H A D | sst_stream.c | 174 int pvt_id, ret = 0; in sst_send_byte_stream_mrfld() local 186 pvt_id = sst_assign_pvt_id(sst_drv_ctx); in sst_send_byte_stream_mrfld() 188 bytes->task_id, 1, pvt_id); in sst_send_byte_stream_mrfld() 195 block = sst_create_block(sst_drv_ctx, bytes->ipc_msg, pvt_id); in sst_send_byte_stream_mrfld() 231 test_and_clear_bit(pvt_id, &sst_drv_ctx->pvt_id); in sst_send_byte_stream_mrfld()
|
| H A D | sst.h | 388 volatile long unsigned pvt_id; member
|
| H A D | sst.c | 290 ctx->pvt_id = 1; in sst_context_init()
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-mfld-dsp.h | 307 u8 pvt_id; /* Private ID */ member
|