Searched refs:pid_filter_ctrl (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | rtl2830.h | 35 int (*pid_filter_ctrl)(struct dvb_frontend *, int); member
|
| H A D | rtl2832.h | 44 int (*pid_filter_ctrl)(struct dvb_frontend *, int); member
|
| H A D | af9033.h | 86 int (*pid_filter_ctrl)(struct dvb_frontend *fe, int onoff); member
|
| H A D | af9013.h | 74 int (*pid_filter_ctrl)(struct dvb_frontend *, int); member
|
| H A D | dib7000p.h | 58 int (*pid_filter_ctrl)(struct dvb_frontend *fe, u8 onoff); member
|
| H A D | dib8000.h | 61 int (*pid_filter_ctrl)(struct dvb_frontend *fe, u8 onoff); member
|
| H A D | dib7000p.c | 2819 ops->pid_filter_ctrl = dib7000p_pid_filter_ctrl; in dib7000p_attach()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 932 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 D | dvb-usb-dvb.c | 63 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 D | lmedm04.c | 1234 .pid_filter_ctrl = lme2510_pid_filter_ctrl,
|