Home
last modified time | relevance | path

Searched refs:vol_info_blk (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/intel_sst/
Dintel_sst_ipc.c439 sst_drv_ctx->vol_info_blk.ret_code = 0; in sst_process_reply()
444 sst_drv_ctx->vol_info_blk.ret_code = in sst_process_reply()
449 if (sst_drv_ctx->vol_info_blk.on == true) { in sst_process_reply()
450 sst_drv_ctx->vol_info_blk.on = false; in sst_process_reply()
451 sst_drv_ctx->vol_info_blk.condition = true; in sst_process_reply()
460 memcpy_fromio(sst_drv_ctx->vol_info_blk.data, in sst_process_reply()
463 sst_drv_ctx->vol_info_blk.ret_code = 0; in sst_process_reply()
467 sst_drv_ctx->vol_info_blk.ret_code = in sst_process_reply()
470 if (sst_drv_ctx->vol_info_blk.on == true) { in sst_process_reply()
471 sst_drv_ctx->vol_info_blk.on = false; in sst_process_reply()
[all …]
Dintel_sst_stream_encoded.c195 sst_drv_ctx->vol_info_blk.condition = false; in sst_get_vol()
196 sst_drv_ctx->vol_info_blk.ret_code = 0; in sst_get_vol()
197 sst_drv_ctx->vol_info_blk.on = true; in sst_get_vol()
204 sst_drv_ctx->vol_info_blk.data = (void *)fw_get_vol; in sst_get_vol()
210 &sst_drv_ctx->vol_info_blk, SST_BLOCK_TIMEOUT); in sst_get_vol()
248 sst_drv_ctx->vol_info_blk.condition = false; in sst_set_vol()
249 sst_drv_ctx->vol_info_blk.ret_code = 0; in sst_set_vol()
250 sst_drv_ctx->vol_info_blk.on = true; in sst_set_vol()
251 sst_drv_ctx->vol_info_blk.data = set_vol; in sst_set_vol()
257 &sst_drv_ctx->vol_info_blk, SST_BLOCK_TIMEOUT); in sst_set_vol()
Dintel_sst_common.h396 vol_info_blk, mute_info_blk, hs_info_blk; member