|
Linux Kernel
3.7.1
|
#include "ivtv-driver.h"#include "ivtv-i2c.h"#include "ivtv-ioctl.h"#include "ivtv-queue.h"#include "ivtv-cards.h"#include "ivtv-vbi.h"Go to the source code of this file.
Functions | |
| ssize_t | ivtv_write_vbi_from_user (struct ivtv *itv, const struct v4l2_sliced_vbi_data __user *sliced, size_t cnt) |
| void | ivtv_process_vbi_data (struct ivtv *itv, struct ivtv_buffer *buf, u64 pts_stamp, int streamtype) |
| void | ivtv_disable_cc (struct ivtv *itv) |
| void | ivtv_vbi_work_handler (struct ivtv *itv) |
Definition at line 464 of file ivtv-vbi.c.
| void ivtv_process_vbi_data | ( | struct ivtv * | itv, |
| struct ivtv_buffer * | buf, | ||
| u64 | pts_stamp, | ||
| int | streamtype | ||
| ) |
Definition at line 375 of file ivtv-vbi.c.
Definition at line 474 of file ivtv-vbi.c.
| ssize_t ivtv_write_vbi_from_user | ( | struct ivtv * | itv, |
| const struct v4l2_sliced_vbi_data __user * | sliced, | ||
| size_t | cnt | ||
| ) |
Definition at line 161 of file ivtv-vbi.c.
1.8.2