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

Go to the source code of this file.

Functions

u16 cx18_service2vbi (int type)
 
void cx18_expand_service_set (struct v4l2_sliced_vbi_format *fmt, int is_pal)
 
u16 cx18_get_service_set (struct v4l2_sliced_vbi_format *fmt)
 
void cx18_set_funcs (struct video_device *vdev)
 
int cx18_s_std (struct file *file, void *fh, v4l2_std_id *std)
 
int cx18_s_frequency (struct file *file, void *fh, struct v4l2_frequency *vf)
 
int cx18_s_input (struct file *file, void *fh, unsigned int inp)
 

Function Documentation

void cx18_expand_service_set ( struct v4l2_sliced_vbi_format fmt,
int  is_pal 
)

Definition at line 105 of file cx18-ioctl.c.

u16 cx18_get_service_set ( struct v4l2_sliced_vbi_format fmt)

Definition at line 136 of file cx18-ioctl.c.

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

Definition at line 617 of file cx18-ioctl.c.

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

Definition at line 576 of file cx18-ioctl.c.

int cx18_s_std ( struct file file,
void fh,
v4l2_std_id std 
)

Definition at line 640 of file cx18-ioctl.c.

u16 cx18_service2vbi ( int  type)

Definition at line 44 of file cx18-ioctl.c.

void cx18_set_funcs ( struct video_device vdev)

Definition at line 1187 of file cx18-ioctl.c.