Searched refs:use_pwm_agc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | dib0090.h | 60 u8 use_pwm_agc; member
|
D | dib0090.c | 1068 if (state->config->use_pwm_agc) { in dib0090_pwm_gain_reset() 2271 if (state->config->use_pwm_agc && state->identity.in_soc) { in dib0090_tune() 2443 dib0090_write_reg(state, 0x24, lo6 | EN_LO | state->config->use_pwm_agc * EN_CRYSTAL); in dib0090_tune() 2477 state->wbdmux = (c << 13) | (i << 11) | (WBD | (state->config->use_pwm_agc << 1)); in dib0090_tune()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 1617 .use_pwm_agc = 1, 2015 .use_pwm_agc = 1, 2340 .use_pwm_agc = 0, 2359 .use_pwm_agc = 0, 2375 .use_pwm_agc = 0, 2909 .use_pwm_agc = 1, 2967 .use_pwm_agc = 1, 3001 .use_pwm_agc = 1, 3029 .use_pwm_agc = 1,
|