Home
last modified time | relevance | path

Searched refs:pid_filter_ctrl (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c932 return state->dib7000p_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk7700p_pid_filter_ctrl()
945 return state->dib7000p_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk70x0p_pid_filter_ctrl()
1339 return state->dib8000_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk80xx_pid_filter_ctrl()
4046 .pid_filter_ctrl = stk7700p_pid_filter_ctrl,
4150 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4162 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4215 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4260 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4341 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4386 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
[all …]
H A Ddvb-usb-dvb.c63 adap->props.fe[adap->active_fe].pid_filter_ctrl != NULL) { in dvb_usb_ctrl_feed()
64 ret = adap->props.fe[adap->active_fe].pid_filter_ctrl(adap, in dvb_usb_ctrl_feed()
/linux/drivers/media/dvb-frontends/
H A Drtl2830.h35 int (*pid_filter_ctrl)(struct dvb_frontend *, int); member
H A Drtl2832.h44 int (*pid_filter_ctrl)(struct dvb_frontend *, int); member
H A Daf9033.h86 int (*pid_filter_ctrl)(struct dvb_frontend *fe, int onoff); member
H A Daf9013.h74 int (*pid_filter_ctrl)(struct dvb_frontend *, int); member
H A Ddib7000p.h58 int (*pid_filter_ctrl)(struct dvb_frontend *fe, u8 onoff); member
H A Ddib8000.h61 int (*pid_filter_ctrl)(struct dvb_frontend *fe, u8 onoff); member
H A Drtl2830.c853 pdata->pid_filter_ctrl = rtl2830_pid_filter_ctrl; in rtl2830_probe()
H A Drtl2832.c1098 pdata->pid_filter_ctrl = rtl2832_pid_filter_ctrl; in rtl2832_probe()
H A Daf9033.c1148 cfg->ops->pid_filter_ctrl = af9033_pid_filter_ctrl; in af9033_probe()
H A Daf9013.c1515 pdata->pid_filter_ctrl = af9013_pid_filter_ctrl; in af9013_probe()
H A Ddib7000p.c2819 ops->pid_filter_ctrl = dib7000p_pid_filter_ctrl; in dib7000p_attach()
H A Ddib8000.c4518 ops->pid_filter_ctrl = dib8000_pid_filter_ctrl; in dib8000_attach()
/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c297 if (adap->pid_filtering && adap->props->pid_filter_ctrl) { in dvb_usb_start_feed()
298 ret = adap->props->pid_filter_ctrl(adap, 1); in dvb_usb_start_feed()
366 if (adap->pid_filtering && adap->props->pid_filter_ctrl) { in dvb_usb_stop_feed()
367 ret = adap->props->pid_filter_ctrl(adap, 0); in dvb_usb_stop_feed()
H A Dlmedm04.c1234 .pid_filter_ctrl = lme2510_pid_filter_ctrl,