vbi.h File Reference
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) |
Function Documentation
| struct vbi* vbi_open |
( |
const char * |
vbi_dev_name, |
|
|
struct cache * |
ca, |
|
|
int |
fine_tune, |
|
|
int |
big_buf | |
|
) |
| | [read] |
| 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 | |
|
) |
| | [read] |
| void vbi_pll_reset |
( |
struct vbi * |
vbi, |
|
|
int |
fine_tune | |
|
) |
| | |
| void vbi_handler |
( |
struct vbi * |
vbi, |
|
|
int |
fd | |
|
) |
| | |