Searched refs:gain (Results 251 - 264 of 264) sorted by relevance

<<11

/linux-master/sound/pci/asihpi/
H A Dhpi.h646 /* Volume control special gain values */
854 HPI_FILTER_TYPE_EQ_BAND = 3, /**< EQ gain */
1422 u16 hpi_tuner_set_gain(u32 h_control, short gain);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c145 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2)
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c118 rx_pwr[i] = ((p_phystrpt->path_agc[i].gain & 0x3f) * 2)
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h238 * @gain_gr: WB gain factor for the gr channels. Default 256.
239 * @gain_r: WB gain factor for the r channel. Default 256.
240 * @gain_b: WB gain factor for the b channel. Default 256.
241 * @gain_gb: WB gain factor for the gb channels. Default 256.
251 * to be applied to expose the impact of these gain operations.
624 * @gr: white balance gain for Gr channel.
625 * @r: white balance gain for R channel.
626 * @b: white balance gain for B channel.
627 * @gb: white balance gain for Gb channel.
629 * For BNR parameters WB gain facto
2188 struct ipu3_uapi_yuvp1_y_ee_nr_gain_config gain; member in struct:ipu3_uapi_yuvp1_y_ee_nr_config
[all...]
/linux-master/sound/usb/
H A Dmixer_scarlett2.c80 * - mixer-matrix gain stages
81 * - gain/volume/mute controls
88 * - input gain, autogain, safe mode
131 * +-------------+ Software gain per channel.
133 * +------+------+ to select HW or SW gain control.
177 /* maximum preamp input gain and value
178 * values are from 0 to 70, preamp gain is from 0 to 69 dB
227 /* Maximum number of mixer gain controls */
230 /* Maximum number of direct monitor mixer gain controls
907 /* the number of inputs with software-controllable gain */
999 u8 gain[SCARLETT2_INPUT_GAIN_MAX]; member in struct:scarlett2_data
[all...]
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c487 .gain = 8, /* +16 dB - maximum gain */
494 .gain = 8, /* +16 dB - maximum gain */
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h4650 uint8_t gain; member in struct:ec_param_ec_codec_dmic_set_gain_idx
4676 uint8_t gain; member in struct:ec_response_ec_codec_dmic_get_gain_idx
/linux-master/drivers/media/usb/gspca/
H A Dnw80x.c410 /* .. gain .. */
1974 /* autogain/gain/exposure control cluster */
1979 if (gspca_dev->gain->is_new)
1980 setgain(gspca_dev, gspca_dev->gain->val);
1987 autogain/gain/exposure cluster in the previous case. */
2010 /* For P35u choose coarse expo auto gain function gain minimum,
2012 gspca_dev->gain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
2020 gspca_dev->gain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
H A Dsonixj.c525 /* {0xb1, 0x5d, 0x35, 0x00, 0x67, 0x00, 0x00, 0x10}, * gain orig */
526 /* {0xb1, 0x5d, 0x35, 0x00, 0x20, 0x00, 0x00, 0x10}, * gain */
636 {0xb1, 0x5c, 0x35, 0x01, 0xc0, 0x00, 0x00, 0x10}, /* global gain */
694 0x13 was 0xc0 change to 0xc3 for auto gain and exposure */
923 /* from ms-win traces - these values change with auto gain/expo/wb.. */
928 {0xa1, 0x6e, 0x15, 0x04, 0x00, 0x00, 0x00, 0x10}, /* global gain */
1027 /* the next sequence should be used for auto gain */
1029 /* global gain ? : 07 - change with 0x15 at the end */
1655 gspca_dev->gain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1897 /* 0x40 = normal value = gain
[all...]
/linux-master/sound/pci/rme9652/
H A Dhdsp.c2637 int gain; local
2651 gain = ucontrol->value.integer.value[2];
2654 change = gain != hdsp_read_gain(hdsp, addr);
2656 hdsp_write_gain(hdsp, addr, gain);
3350 /* DA, AD and Phone gain and XLR breakout cable controls for H9632 cards */
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c250 * Maximum gain:
270 rgval |= (luma->gain << ISPRSZ_YENH_GAIN_SHIFT)
/linux-master/sound/soc/codecs/
H A Dwcd9335.c3067 dev_err(comp->dev, "%s: No gain register avail for %s\n",
3349 u8 gain)
3364 l_val = (hph_l_en & 0xC0) | 0x20 | gain;
3365 r_val = (hph_r_en & 0xC0) | 0x20 | gain;
3368 * Set HPH_L & HPH_R gain source selection to REGISTER
3348 wcd9335_codec_hph_mode_gain_opt(struct snd_soc_component *component, u8 gain) argument
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c_rfk.c1110 /* Step 0: Init RF gain & tone idx= 8.25Mhz */
1187 /* Step 4 large rf gain */
2058 static void _dpk_rf_setting(struct rtw89_dev *rtwdev, u8 gain, argument
2638 enum rtw89_rf_path path, u8 gain)
2650 _dpk_rf_setting(rtwdev, gain, path, kidx);
2637 _dpk_main(struct rtw89_dev *rtwdev, enum rtw89_phy_idx phy, enum rtw89_rf_path path, u8 gain) argument
/linux-master/include/linux/mfd/
H A Dpalmas.h402 s32 gain; member in struct:palmas_gpadc_calibration

Completed in 574 milliseconds

<<11