Searched refs:update_pll (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
H A D | dib7000p.h | 53 int (*update_pll)(struct dvb_frontend *fe, struct dibx000_bandwidth_config *bw); member
|
H A D | dib8000.h | 45 int (*update_pll)(struct dvb_frontend *fe, member
|
H A D | dib7000p.c | 2813 ops->update_pll = dib7000p_update_pll; in dib7000p_attach()
|
H A D | dib8000.c | 4516 ops->update_pll = dib8000_update_pll; in dib8000_attach()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 1682 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override() 1696 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override() 2130 state->dib8000_ops.update_pll(fe, &pll, fe->dtv_property_cache.bandwidth_hz / 1000, 0); in dib8096p_agc_startup() 2653 state->dib7000p_ops.update_pll(fe, &pll); in dib7090_agc_startup()
|