Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ivtv-vbi.c File Reference
#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)
 

Function Documentation

void ivtv_disable_cc ( 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.

void ivtv_vbi_work_handler ( struct ivtv itv)

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.