Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ivtv-vbi.h File Reference

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 count)
 
void ivtv_process_vbi_data (struct ivtv *itv, struct ivtv_buffer *buf, u64 pts_stamp, int streamtype)
 
int ivtv_used_line (struct ivtv *itv, int line, int field)
 
void ivtv_disable_cc (struct ivtv *itv)
 
void ivtv_set_vbi (unsigned long arg)
 
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_set_vbi ( unsigned long  arg)
int ivtv_used_line ( struct ivtv itv,
int  line,
int  field 
)
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  count 
)

Definition at line 161 of file ivtv-vbi.c.