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

Go to the source code of this file.

Functions

u16 ivtv_service2vbi (int type)
 
void ivtv_expand_service_set (struct v4l2_sliced_vbi_format *fmt, int is_pal)
 
u16 ivtv_get_service_set (struct v4l2_sliced_vbi_format *fmt)
 
void ivtv_set_osd_alpha (struct ivtv *itv)
 
int ivtv_set_speed (struct ivtv *itv, int speed)
 
void ivtv_set_funcs (struct video_device *vdev)
 
void ivtv_s_std_enc (struct ivtv *itv, v4l2_std_id *std)
 
void ivtv_s_std_dec (struct ivtv *itv, v4l2_std_id *std)
 
int ivtv_s_frequency (struct file *file, void *fh, struct v4l2_frequency *vf)
 
int ivtv_s_input (struct file *file, void *fh, unsigned int inp)
 

Function Documentation

void ivtv_expand_service_set ( struct v4l2_sliced_vbi_format fmt,
int  is_pal 
)

Definition at line 91 of file ivtv-ioctl.c.

u16 ivtv_get_service_set ( struct v4l2_sliced_vbi_format fmt)

Definition at line 115 of file ivtv-ioctl.c.

int ivtv_s_frequency ( struct file file,
void fh,
struct v4l2_frequency vf 
)

Definition at line 1081 of file ivtv-ioctl.c.

int ivtv_s_input ( struct file file,
void fh,
unsigned int  inp 
)

Definition at line 990 of file ivtv-ioctl.c.

void ivtv_s_std_dec ( struct ivtv itv,
v4l2_std_id std 
)

Definition at line 1125 of file ivtv-ioctl.c.

void ivtv_s_std_enc ( struct ivtv itv,
v4l2_std_id std 
)

Definition at line 1106 of file ivtv-ioctl.c.

u16 ivtv_service2vbi ( int  type)

Definition at line 41 of file ivtv-ioctl.c.

void ivtv_set_funcs ( struct video_device vdev)

Definition at line 1924 of file ivtv-ioctl.c.

void ivtv_set_osd_alpha ( struct ivtv itv)

Definition at line 128 of file ivtv-ioctl.c.

int ivtv_set_speed ( struct ivtv itv,
int  speed 
)

Definition at line 135 of file ivtv-ioctl.c.