Go to the source code of this file.
Classes | |
| struct | raw_page |
| struct | vbi |
| struct | vbi_client |
Functions | |
| struct vbi * | vbi_open (const char *vbi_dev_name, struct cache *ca, int fine_tune, int big_buf) |
| void | vbi_close (struct vbi *vbi) |
| void | vbi_reset (struct vbi *vbi) |
| int | vbi_add_handler (struct vbi *vbi, void *handler, void *data) |
| void | vbi_del_handler (struct vbi *vbi, void *handler, void *data) |
| struct vt_page * | vbi_query_page (struct vbi *vbi, int pgno, int subno) |
| void | vbi_pll_reset (struct vbi *vbi, int fine_tune) |
| void | vbi_handler (struct vbi *vbi, int fd) |
| struct vbi* vbi_open | ( | const char * | vbi_dev_name, | |
| struct cache * | ca, | |||
| int | fine_tune, | |||
| int | big_buf | |||
| ) | [read] |
Definition at line 606 of file vbi.c.
Referenced by V4LRecorder::OpenVBIDevice().
| void vbi_close | ( | struct vbi * | vbi | ) |
Definition at line 657 of file vbi.c.
Referenced by V4LRecorder::CloseVBIDevice().
| void vbi_reset | ( | struct vbi * | vbi | ) |
Definition at line 688 of file vbi.c.
Referenced by vbi_handler().
| int vbi_add_handler | ( | struct vbi * | vbi, | |
| void * | handler, | |||
| void * | data | |||
| ) |
Definition at line 444 of file vbi.c.
Referenced by V4LRecorder::OpenVBIDevice().
| void vbi_del_handler | ( | struct vbi * | vbi, | |
| void * | handler, | |||
| void * | data | |||
| ) |
Definition at line 461 of file vbi.c.
Referenced by V4LRecorder::CloseVBIDevice().
| void vbi_pll_reset | ( | struct vbi * | vbi, | |
| int | fine_tune | |||
| ) |
Definition at line 146 of file vbi.c.
Referenced by vbi_open().
| void vbi_handler | ( | struct vbi * | vbi, | |
| int | fd | |||
| ) |
Definition at line 401 of file vbi.c.
Referenced by V4LRecorder::RunVBIDevice().
1.6.3