Home
last modified time | relevance | path

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

/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 Ddib7000p.c2819 ops->pid_filter_ctrl = dib7000p_pid_filter_ctrl; in dib7000p_attach()
/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/usb/dvb-usb-v2/
H A Dlmedm04.c1234 .pid_filter_ctrl = lme2510_pid_filter_ctrl,