|
Linux Kernel
3.7.1
|
#include <dvbdev.h>#include <dmxdev.h>#include <dvb_demux.h>#include <dvb_net.h>#include <dvb_frontend.h>Go to the source code of this file.
Data Structures | |
| struct | videobuf_dvb |
| struct | videobuf_dvb_frontend |
| struct | videobuf_dvb_frontends |
Functions | |
| int | videobuf_dvb_register_bus (struct videobuf_dvb_frontends *f, struct module *module, void *adapter_priv, struct device *device, short *adapter_nr, int mfe_shared) |
| void | videobuf_dvb_unregister_bus (struct videobuf_dvb_frontends *f) |
| struct videobuf_dvb_frontend * | videobuf_dvb_alloc_frontend (struct videobuf_dvb_frontends *f, int id) |
| void | videobuf_dvb_dealloc_frontends (struct videobuf_dvb_frontends *f) |
| struct videobuf_dvb_frontend * | videobuf_dvb_get_frontend (struct videobuf_dvb_frontends *f, int id) |
| int | videobuf_dvb_find_frontend (struct videobuf_dvb_frontends *f, struct dvb_frontend *p) |
|
read |
Definition at line 351 of file videobuf-dvb.c.
| void videobuf_dvb_dealloc_frontends | ( | struct videobuf_dvb_frontends * | f | ) |
Definition at line 372 of file videobuf-dvb.c.
| int videobuf_dvb_find_frontend | ( | struct videobuf_dvb_frontends * | f, |
| struct dvb_frontend * | p | ||
| ) |
Definition at line 328 of file videobuf-dvb.c.
|
read |
Definition at line 306 of file videobuf-dvb.c.
| int videobuf_dvb_register_bus | ( | struct videobuf_dvb_frontends * | f, |
| struct module * | module, | ||
| void * | adapter_priv, | ||
| struct device * | device, | ||
| short * | adapter_nr, | ||
| int | mfe_shared | ||
| ) |
Definition at line 252 of file videobuf-dvb.c.
| void videobuf_dvb_unregister_bus | ( | struct videobuf_dvb_frontends * | f | ) |
Definition at line 298 of file videobuf-dvb.c.
1.8.2