Searched refs:use_pwm_agc (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/media/dvb-frontends/ | 
| D | dib0090.h | 63 	u8 use_pwm_agc;  member
  | 
| D | dib0090.c | 1078 	if (state->config->use_pwm_agc) {  in dib0090_pwm_gain_reset() 2274 		if (state->config->use_pwm_agc && state->identity.in_soc) {  in dib0090_tune() 2453 			dib0090_write_reg(state, 0x24, lo6 | EN_LO | state->config->use_pwm_agc * EN_CRYSTAL);  in dib0090_tune() 2487 		state->wbdmux = (c << 13) | (i << 11) | (WBD | (state->config->use_pwm_agc << 1));  in dib0090_tune()
  | 
| /linux-4.1.27/drivers/media/usb/dvb-usb/ | 
| D | dib0700_devices.c | 1616 	.use_pwm_agc = 1, 1998 	.use_pwm_agc			= 1, 2323 	.use_pwm_agc = 0, 2342 		.use_pwm_agc = 0, 2358 		.use_pwm_agc = 0, 2884 	.use_pwm_agc = 1, 2942 	.use_pwm_agc = 1, 2976 		.use_pwm_agc = 1, 3004 		.use_pwm_agc = 1,
  |