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

Go to the source code of this file.

Macros

#define decoder_call(zr, o, f, args...)   v4l2_subdev_call(zr->decoder, o, f, ##args)
 
#define encoder_call(zr, o, f, args...)   v4l2_subdev_call(zr->encoder, o, f, ##args)
 

Functions

void GPIO (struct zoran *zr, int bit, unsigned int value)
 
int post_office_wait (struct zoran *zr)
 
int post_office_write (struct zoran *zr, unsigned guest, unsigned reg, unsigned value)
 
int post_office_read (struct zoran *zr, unsigned guest, unsigned reg)
 
void detect_guest_activity (struct zoran *zr)
 
void jpeg_codec_sleep (struct zoran *zr, int sleep)
 
int jpeg_codec_reset (struct zoran *zr)
 
void zr36057_overlay (struct zoran *zr, int on)
 
void write_overlay_mask (struct zoran_fh *fh, struct v4l2_clip *vp, int count)
 
void zr36057_set_memgrab (struct zoran *zr, int mode)
 
int wait_grab_pending (struct zoran *zr)
 
void print_interrupts (struct zoran *zr)
 
void clear_interrupt_counters (struct zoran *zr)
 
irqreturn_t zoran_irq (int irq, void *dev_id)
 
void jpeg_start (struct zoran *zr)
 
void zr36057_enable_jpg (struct zoran *zr, enum zoran_codec_mode mode)
 
void zoran_feed_stat_com (struct zoran *zr)
 
void zoran_set_pci_master (struct zoran *zr, int set_master)
 
void zoran_init_hardware (struct zoran *zr)
 
void zr36057_restart (struct zoran *zr)
 

Variables

struct zoran_format zoran_formats []
 
int v4l_nbufs
 
int v4l_bufsize
 
int jpg_nbufs
 
int jpg_bufsize
 
int pass_through
 

Macro Definition Documentation

#define decoder_call (   zr,
  o,
  f,
  args... 
)    v4l2_subdev_call(zr->decoder, o, f, ##args)

Definition at line 90 of file zoran_device.h.

#define encoder_call (   zr,
  o,
  f,
  args... 
)    v4l2_subdev_call(zr->encoder, o, f, ##args)

Definition at line 92 of file zoran_device.h.

Function Documentation

void clear_interrupt_counters ( struct zoran zr)

Definition at line 869 of file zoran_device.c.

void detect_guest_activity ( struct zoran zr)

Definition at line 194 of file zoran_device.c.

void GPIO ( struct zoran zr,
int  bit,
unsigned int  value 
)

Definition at line 87 of file zoran_device.c.

int jpeg_codec_reset ( struct zoran zr)

Definition at line 268 of file zoran_device.c.

void jpeg_codec_sleep ( struct zoran zr,
int  sleep 
)

Definition at line 248 of file zoran_device.c.

void jpeg_start ( struct zoran zr)

Definition at line 915 of file zoran_device.c.

int post_office_read ( struct zoran zr,
unsigned  guest,
unsigned  reg 
)
int post_office_wait ( struct zoran zr)

Definition at line 111 of file zoran_device.c.

int post_office_write ( struct zoran zr,
unsigned  guest,
unsigned  reg,
unsigned  value 
)
void print_interrupts ( struct zoran zr)

Definition at line 827 of file zoran_device.c.

int wait_grab_pending ( struct zoran zr)

Definition at line 644 of file zoran_device.c.

void write_overlay_mask ( struct zoran_fh fh,
struct v4l2_clip vp,
int  count 
)

Definition at line 538 of file zoran_device.c.

void zoran_feed_stat_com ( struct zoran zr)

Definition at line 1097 of file zoran_device.c.

void zoran_init_hardware ( struct zoran zr)

Definition at line 1564 of file zoran_device.c.

irqreturn_t zoran_irq ( int  irq,
void dev_id 
)

Definition at line 1342 of file zoran_device.c.

void zoran_set_pci_master ( struct zoran zr,
int  set_master 
)

Definition at line 1549 of file zoran_device.c.

void zr36057_enable_jpg ( struct zoran zr,
enum zoran_codec_mode  mode 
)

Definition at line 966 of file zoran_device.c.

void zr36057_overlay ( struct zoran zr,
int  on 
)

Definition at line 472 of file zoran_device.c.

void zr36057_restart ( struct zoran zr)

Definition at line 1602 of file zoran_device.c.

void zr36057_set_memgrab ( struct zoran zr,
int  mode 
)

Definition at line 596 of file zoran_device.c.

Variable Documentation

int jpg_bufsize

Definition at line 110 of file zoran_card.c.

int jpg_nbufs

Definition at line 109 of file zoran_card.c.

int pass_through

Definition at line 116 of file zoran_card.c.

int v4l_bufsize

Definition at line 103 of file zoran_card.c.

int v4l_nbufs

Definition at line 102 of file zoran_card.c.

struct zoran_format zoran_formats[]

Definition at line 77 of file zoran_driver.c.