Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
int | medusa_set_videostandard (struct cx25821_dev *dev) |
void | medusa_set_resolution (struct cx25821_dev *dev, int width, int decoder_select) |
int | medusa_set_brightness (struct cx25821_dev *dev, int brightness, int decoder) |
int | medusa_set_contrast (struct cx25821_dev *dev, int contrast, int decoder) |
int | medusa_set_hue (struct cx25821_dev *dev, int hue, int decoder) |
int | medusa_set_saturation (struct cx25821_dev *dev, int saturation, int decoder) |
int | medusa_video_init (struct cx25821_dev *dev) |
Definition at line 23 of file cx25821-medusa-video.c.
int medusa_set_brightness | ( | struct cx25821_dev * | dev, |
int | brightness, | ||
int | decoder | ||
) |
Definition at line 584 of file cx25821-medusa-video.c.
int medusa_set_contrast | ( | struct cx25821_dev * | dev, |
int | contrast, | ||
int | decoder | ||
) |
Definition at line 608 of file cx25821-medusa-video.c.
int medusa_set_hue | ( | struct cx25821_dev * | dev, |
int | hue, | ||
int | decoder | ||
) |
Definition at line 633 of file cx25821-medusa-video.c.
void medusa_set_resolution | ( | struct cx25821_dev * | dev, |
int | width, | ||
int | decoder_select | ||
) |
Definition at line 428 of file cx25821-medusa-video.c.
int medusa_set_saturation | ( | struct cx25821_dev * | dev, |
int | saturation, | ||
int | decoder | ||
) |
Definition at line 661 of file cx25821-medusa-video.c.
int medusa_set_videostandard | ( | struct cx25821_dev * | dev | ) |
Definition at line 405 of file cx25821-medusa-video.c.
int medusa_video_init | ( | struct cx25821_dev * | dev | ) |
Definition at line 696 of file cx25821-medusa-video.c.