Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/poll.h>
#include <linux/vmalloc.h>
#include <linux/jiffies.h>
#include <asm/io.h>
#include "pwc.h"
Go to the source code of this file.
Macros | |
#define | PWC_CID_CUSTOM(ctrl) ((V4L2_CID_USER_BASE | 0xf000) + custom_ ## ctrl) |
Enumerations | |
enum | { awb_indoor, awb_outdoor, awb_fl, awb_manual, awb_auto } |
enum | { custom_autocontour, custom_contour, custom_noise_reduction, custom_awb_speed, custom_awb_delay, custom_save_user, custom_restore_user, custom_restore_factory } |
Functions | |
int | pwc_init_controls (struct pwc_device *pdev) |
Variables | |
const char *const | pwc_auto_whitebal_qmenu [] |
struct v4l2_ioctl_ops | pwc_ioctl_ops |
#define PWC_CID_CUSTOM | ( | ctrl | ) | ((V4L2_CID_USER_BASE | 0xf000) + custom_ ## ctrl) |
anonymous enum |
anonymous enum |
int pwc_init_controls | ( | struct pwc_device * | pdev | ) |
struct v4l2_ioctl_ops pwc_ioctl_ops |