Searched refs:wbd_ref (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | dib7000m.c | 42 u16 wbd_ref; member 711 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000m_set_agc_config() 714 if (state->wbd_ref != 0) in dib7000m_set_agc_config() 715 dib7000m_write_word(state, 102, state->wbd_ref); in dib7000m_set_agc_config() 717 dib7000m_write_word(state, 102, agc->wbd_ref); in dib7000m_set_agc_config()
|
D | dibx000_common.h | 77 u16 wbd_ref; member
|
D | dib7000p.c | 49 u16 wbd_ref; member 420 state->wbd_ref = value; in dib7000p_set_wbd_ref() 784 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib7000p_set_agc_config() 786 if (state->wbd_ref != 0) in dib7000p_set_agc_config() 787 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | state->wbd_ref); in dib7000p_set_agc_config() 789 dib7000p_write_word(state, 105, (agc->wbd_inv << 12) | agc->wbd_ref); in dib7000p_set_agc_config()
|
D | dib8000.c | 72 u16 wbd_ref; member 668 state->wbd_ref = value; in dib8000_set_wbd_ref() 1200 …state->wbd_ref != 0 ? state->wbd_ref : agc->wbd_ref, agc->wbd_sel, !agc->perform_agc_softsplit, ag… in dib8000_set_agc_config() 1203 if (state->wbd_ref != 0) in dib8000_set_agc_config() 1204 dib8000_write_word(state, 106, state->wbd_ref); in dib8000_set_agc_config() 1206 dib8000_write_word(state, 106, agc->wbd_ref); in dib8000_set_agc_config()
|
/linux-5.19.10/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 363 .wbd_ref = 2867, 633 .wbd_ref = 4095, 773 .wbd_ref = 3530, 1441 .wbd_ref = 3530, 1483 .wbd_ref = 3530, 1877 .wbd_ref = 1200, 1921 .wbd_ref = 1200, 2702 .wbd_ref = 1200, 2741 .wbd_ref = 1200, 3530 .wbd_ref = 0x0b33,
|
D | cxusb.c | 1049 .wbd_ref = 3530,
|
/linux-5.19.10/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1015 .wbd_ref = 3530,
|