Searched refs:pid_filter_ctrl (Results 1 – 16 of 16) sorted by relevance
| /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/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 | rtl2830.c | 853 pdata->pid_filter_ctrl = rtl2830_pid_filter_ctrl; in rtl2830_probe()
|
| H A D | rtl2832.c | 1098 pdata->pid_filter_ctrl = rtl2832_pid_filter_ctrl; in rtl2832_probe()
|
| H A D | af9033.c | 1148 cfg->ops->pid_filter_ctrl = af9033_pid_filter_ctrl; in af9033_probe()
|
| H A D | af9013.c | 1515 pdata->pid_filter_ctrl = af9013_pid_filter_ctrl; in af9013_probe()
|
| H A D | dib7000p.c | 2819 ops->pid_filter_ctrl = dib7000p_pid_filter_ctrl; in dib7000p_attach()
|
| H A D | dib8000.c | 4518 ops->pid_filter_ctrl = dib8000_pid_filter_ctrl; in dib8000_attach()
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | dvb_usb_core.c | 297 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 D | lmedm04.c | 1234 .pid_filter_ctrl = lme2510_pid_filter_ctrl,
|