Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ivtv-fileops.c File Reference
#include "ivtv-driver.h"
#include "ivtv-fileops.h"
#include "ivtv-i2c.h"
#include "ivtv-queue.h"
#include "ivtv-udma.h"
#include "ivtv-irq.h"
#include "ivtv-vbi.h"
#include "ivtv-mailbox.h"
#include "ivtv-routing.h"
#include "ivtv-streams.h"
#include "ivtv-yuv.h"
#include "ivtv-ioctl.h"
#include "ivtv-cards.h"
#include "ivtv-firmware.h"
#include <media/v4l2-event.h>
#include <media/saa7115.h>

Go to the source code of this file.

Functions

int ivtv_claim_stream (struct ivtv_open_id *id, int type)
 
 EXPORT_SYMBOL (ivtv_claim_stream)
 
void ivtv_release_stream (struct ivtv_stream *s)
 
 EXPORT_SYMBOL (ivtv_release_stream)
 
int ivtv_start_capture (struct ivtv_open_id *id)
 
ssize_t ivtv_v4l2_read (struct file *filp, char __user *buf, size_t count, loff_t *pos)
 
int ivtv_start_decoding (struct ivtv_open_id *id, int speed)
 
ssize_t ivtv_v4l2_write (struct file *filp, const char __user *user_buf, size_t count, loff_t *pos)
 
unsigned int ivtv_v4l2_dec_poll (struct file *filp, poll_table *wait)
 
unsigned int ivtv_v4l2_enc_poll (struct file *filp, poll_table *wait)
 
void ivtv_stop_capture (struct ivtv_open_id *id, int gop_end)
 
int ivtv_v4l2_close (struct file *filp)
 
int ivtv_v4l2_open (struct file *filp)
 
void ivtv_mute (struct ivtv *itv)
 
void ivtv_unmute (struct ivtv *itv)
 

Function Documentation

EXPORT_SYMBOL ( ivtv_claim_stream  )
EXPORT_SYMBOL ( ivtv_release_stream  )
int ivtv_claim_stream ( struct ivtv_open_id id,
int  type 
)

Definition at line 44 of file ivtv-fileops.c.

void ivtv_mute ( struct ivtv itv)

Definition at line 1058 of file ivtv-fileops.c.

void ivtv_release_stream ( struct ivtv_stream s)

Definition at line 103 of file ivtv-fileops.c.

int ivtv_start_capture ( struct ivtv_open_id id)

Definition at line 427 of file ivtv-fileops.c.

int ivtv_start_decoding ( struct ivtv_open_id id,
int  speed 
)

Definition at line 523 of file ivtv-fileops.c.

void ivtv_stop_capture ( struct ivtv_open_id id,
int  gop_end 
)

Definition at line 808 of file ivtv-fileops.c.

void ivtv_unmute ( struct ivtv itv)

Definition at line 1065 of file ivtv-fileops.c.

int ivtv_v4l2_close ( struct file filp)

Definition at line 878 of file ivtv-fileops.c.

unsigned int ivtv_v4l2_dec_poll ( struct file filp,
poll_table wait 
)

Definition at line 733 of file ivtv-fileops.c.

unsigned int ivtv_v4l2_enc_poll ( struct file filp,
poll_table wait 
)

Definition at line 767 of file ivtv-fileops.c.

int ivtv_v4l2_open ( struct file filp)

Definition at line 1046 of file ivtv-fileops.c.

ssize_t ivtv_v4l2_read ( struct file filp,
char __user buf,
size_t  count,
loff_t *  pos 
)

Definition at line 505 of file ivtv-fileops.c.

ssize_t ivtv_v4l2_write ( struct file filp,
const char __user user_buf,
size_t  count,
loff_t *  pos 
)

Definition at line 720 of file ivtv-fileops.c.