Searched refs:dvb_filter_pes2ts (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/staging/media/av7110/ |
H A D | dvb_filter.h | 25 struct dvb_filter_pes2ts { struct 32 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, argument 35 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes,
|
H A D | dvb_filter.c | 69 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, in dvb_filter_pes2ts_init() 82 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes, in dvb_filter_pes2ts() function
|
H A D | av7110_av.h | 10 int av7110_record_cb(struct dvb_filter_pes2ts *p2t, u8 *buf, size_t len);
|
H A D | av7110.h | 205 struct dvb_filter_pes2ts p2t[2];
|
H A D | av7110_av.c | 78 int av7110_record_cb(struct dvb_filter_pes2ts *p2t, u8 *buf, size_t len) in av7110_record_cb() 92 return dvb_filter_pes2ts(p2t, buf, len, 1); in av7110_record_cb()
|