Searched refs:perform_agc_softsplit (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/media/dvb-frontends/ | 
| D | dibx000_common.h | 106 	u8 perform_agc_softsplit;  member
  | 
| D | dib7000m.c | 638 …if(!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split.…  in dib7000m_agc_soft_split() 707 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag…  in dib7000m_set_agc_config() 715 	dib7000m_write_word(state, 103, (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8) );  in dib7000m_set_agc_config() 776 			if (!state->current_agc->perform_agc_softsplit) {  in dib7000m_agc_startup()
  | 
| D | dib7000p.c | 780 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag…  in dib7000p_set_agc_config() 787 …word(state, 106, (agc->wbd_sel << 13) | (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8));  in dib7000p_set_agc_config() 873 		if (!state->current_agc->perform_agc_softsplit) {  in dib7000p_agc_startup()
  | 
| D | dib8000.c | 1196 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag…  in dib8000_set_agc_config() 1209 	dib8000_write_word(state, 107, (agc->wbd_alpha << 9) | (agc->perform_agc_softsplit << 8));  in dib8000_set_agc_config() 1239 …if (!state->current_agc || !state->current_agc->perform_agc_softsplit || state->current_agc->split…  in dib8000_agc_soft_split()
  | 
| /linux-4.4.14/drivers/media/usb/dvb-usb/ | 
| D | dib0700_devices.c | 384 	.perform_agc_softsplit = 1, 652 	.perform_agc_softsplit = 0, 792 	.perform_agc_softsplit = 0, 1465 	.perform_agc_softsplit = 0, 1507 	.perform_agc_softsplit = 0, 1885 		.perform_agc_softsplit = 0, 1929 		.perform_agc_softsplit = 0, 2702 		.perform_agc_softsplit = 0, 2741 		.perform_agc_softsplit = 0, 3525 	.perform_agc_softsplit = 0x00,
  | 
| D | cxusb.c | 1034 	.perform_agc_softsplit = 0,
  | 
| /linux-4.4.14/drivers/media/pci/cx23885/ | 
| D | cx23885-dvb.c | 1027 	.perform_agc_softsplit = 0,
  |