Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ivtv-ioctl.c File Reference
#include "ivtv-driver.h"
#include "ivtv-version.h"
#include "ivtv-mailbox.h"
#include "ivtv-i2c.h"
#include "ivtv-queue.h"
#include "ivtv-fileops.h"
#include "ivtv-vbi.h"
#include "ivtv-routing.h"
#include "ivtv-streams.h"
#include "ivtv-yuv.h"
#include "ivtv-ioctl.h"
#include "ivtv-gpio.h"
#include "ivtv-controls.h"
#include "ivtv-cards.h"
#include <media/saa7127.h>
#include <media/tveeprom.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-event.h>
#include <linux/dvb/audio.h>

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)
 
int ivtv_s_input (struct file *file, void *fh, unsigned int inp)
 
int ivtv_s_frequency (struct file *file, void *fh, struct v4l2_frequency *vf)
 
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_std (struct file *file, void *fh, v4l2_std_id *std)
 
void ivtv_set_funcs (struct video_device *vdev)
 

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.

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

Definition at line 1171 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.