Home
last modified time | relevance | path

Searched refs:dib9000_fw_pid_filter (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib9000.h38 extern int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff);
82 static inline int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) in dib9000_fw_pid_filter() function
H A Ddib9000.c1809 int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) in dib9000_fw_pid_filter() function
1838 EXPORT_SYMBOL(dib9000_fw_pid_filter);
2150 dib9000_fw_pid_filter(state->fe[0], in dib9000_set_frontend()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2196 return dib9000_fw_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in dib90x0_pid_filter()