Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.h412 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume);
414 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 *volume);
417 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
419 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel,
Dsst-haswell-ipc.c843 u32 stage_id, u32 channel, u32 *volume) in sst_hsw_stream_get_volume() argument
857 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume) in sst_hsw_stream_set_volume() argument
872 header |= (stage_id << IPC_STG_ID_SHIFT); in sst_hsw_stream_set_volume()
907 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_get_volume() argument
921 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_set_volume() argument
957 header |= (stage_id << IPC_STG_ID_SHIFT); in sst_hsw_mixer_set_volume()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
DHal8188ERateAdaptive.c498 u8 stage_id; in odm_PTDecision_8188E() local
511 stage_id = temp_stage-j; in odm_PTDecision_8188E()
513 stage_id = 0; in odm_PTDecision_8188E()
515 …pRaInfo->PTSmoothFactor = (pRaInfo->PTSmoothFactor>>1) + (pRaInfo->PTSmoothFactor>>2) + stage_id*1… in odm_PTDecision_8188E()
518 stage_id = pRaInfo->PTSmoothFactor >> 6; in odm_PTDecision_8188E()
519 temp_stage = stage_id*2; in odm_PTDecision_8188E()