Searched refs:wbd_ref (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib7000m.c | 38 u16 wbd_ref; member 707 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000m_set_agc_config() 710 if (state->wbd_ref != 0) in dib7000m_set_agc_config() 711 dib7000m_write_word(state, 102, state->wbd_ref); in dib7000m_set_agc_config() 713 dib7000m_write_word(state, 102, agc->wbd_ref); in dib7000m_set_agc_config()
|
D | dibx000_common.h | 78 u16 wbd_ref; member
|
D | dib7000p.c | 45 u16 wbd_ref; member 416 state->wbd_ref = value; in dib7000p_set_wbd_ref() 780 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000p_set_agc_config() 782 if (state->wbd_ref != 0) in dib7000p_set_agc_config() 783 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | state->wbd_ref); in dib7000p_set_agc_config() 785 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | agc->wbd_ref); in dib7000p_set_agc_config()
|
D | dib8000.c | 68 u16 wbd_ref; member 664 state->wbd_ref = value; in dib8000_set_wbd_ref() 1196 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib8000_set_agc_config() 1199 if (state->wbd_ref != 0) in dib8000_set_agc_config() 1200 dib8000_write_word(state, 106, state->wbd_ref); in dib8000_set_agc_config() 1202 dib8000_write_word(state, 106, agc->wbd_ref); in dib8000_set_agc_config()
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 364 .wbd_ref = 2867, 632 .wbd_ref = 4095, 772 .wbd_ref = 3530, 1440 .wbd_ref = 3530, 1482 .wbd_ref = 3530, 1860 .wbd_ref = 1200, 1904 .wbd_ref = 1200, 2677 .wbd_ref = 1200, 2716 .wbd_ref = 1200, 3505 .wbd_ref = 0x0b33,
|
D | cxusb.c | 1014 .wbd_ref = 3530,
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1009 .wbd_ref = 3530,
|