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

Go to the source code of this file.

Macros

#define dprintk(num, format, args...)
 
#define BUZ_MAX   4
 

Functions

int zoran_check_jpg_settings (struct zoran *zr, struct zoran_jpg_settings *settings, int try)
 
void zoran_open_init_params (struct zoran *zr)
 
void zoran_vdev_release (struct video_device *vdev)
 
void zr36016_write (struct videocodec *codec, u16 reg, u32 val)
 

Variables

int zr36067_debug
 
struct video_device zoran_template
 

Macro Definition Documentation

#define BUZ_MAX   4

Definition at line 42 of file zoran_card.h.

#define dprintk (   num,
  format,
  args... 
)
Value:
do { \
if (zr36067_debug >= num) \
printk(format, ##args); \
} while (0)

Definition at line 35 of file zoran_card.h.

Function Documentation

int zoran_check_jpg_settings ( struct zoran zr,
struct zoran_jpg_settings settings,
int  try 
)

Definition at line 731 of file zoran_card.c.

void zoran_open_init_params ( struct zoran zr)

Definition at line 891 of file zoran_card.c.

void zoran_vdev_release ( struct video_device vdev)

Definition at line 1127 of file zoran_card.c.

void zr36016_write ( struct videocodec codec,
u16  reg,
u32  val 
)

Definition at line 233 of file zoran_card.c.

Variable Documentation

struct video_device zoran_template
int zr36067_debug

Definition at line 122 of file zoran_card.c.