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

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
H A DHal8188ERateAdaptive.c498 u8 stage_id; odm_PTDecision_8188E() local
511 stage_id = temp_stage-j; odm_PTDecision_8188E()
513 stage_id = 0; odm_PTDecision_8188E()
515 pRaInfo->PTSmoothFactor = (pRaInfo->PTSmoothFactor>>1) + (pRaInfo->PTSmoothFactor>>2) + stage_id*16+2; odm_PTDecision_8188E()
518 stage_id = pRaInfo->PTSmoothFactor >> 6; odm_PTDecision_8188E()
519 temp_stage = stage_id*2; odm_PTDecision_8188E()
/linux-4.4.14/sound/soc/intel/haswell/
H A 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,
H A Dsst-haswell-ipc.c847 u32 stage_id, u32 channel, u32 *volume) sst_hsw_stream_get_volume()
861 struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume) sst_hsw_stream_set_volume()
876 header |= (stage_id << IPC_STG_ID_SHIFT); sst_hsw_stream_set_volume()
911 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, sst_hsw_mixer_get_volume() argument
925 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, sst_hsw_mixer_set_volume() argument
961 header |= (stage_id << IPC_STG_ID_SHIFT); sst_hsw_mixer_set_volume()
846 sst_hsw_stream_get_volume(struct sst_hsw *hsw, struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 *volume) sst_hsw_stream_get_volume() argument
860 sst_hsw_stream_set_volume(struct sst_hsw *hsw, struct sst_hsw_stream *stream, u32 stage_id, u32 channel, u32 volume) sst_hsw_stream_set_volume() argument

Completed in 125 milliseconds