Linux Kernel
3.7.1
|
#include <cpia2.h>
Data Fields | |
struct v4l2_device | v4l2_dev |
struct mutex | v4l2_lock |
struct v4l2_ctrl_handler | hdl |
struct { | |
struct v4l2_ctrl * top_light | |
struct v4l2_ctrl * bottom_light | |
}; | |
struct v4l2_ctrl * | usb_alt |
int | first_image_seen |
enum sensors | sensor_type |
u8 | flush |
struct v4l2_fh * | stream_fh |
u8 | mmapped |
int | streaming |
int | xfer_mode |
struct camera_params | params |
int | video_size |
struct video_device | vdev |
u32 | width |
u32 | height |
__u32 | pixelformat |
struct usb_device * | dev |
unsigned char | iface |
unsigned int | cur_alt |
unsigned int | old_alt |
struct cpia2_sbuf | sbuf [NUM_SBUF] |
wait_queue_head_t | wq_stream |
u32 | frame_size |
int | num_frames |
unsigned long | frame_count |
u8 * | frame_buffer |
struct framebuf * | buffers |
struct framebuf *volatile | curbuff |
struct framebuf * | workbuff |
int | APPn |
int | APP_len |
char | APP_data [60] |
int | COM_len |
char | COM_data [60] |
struct { ... } |
struct cpia2_sbuf sbuf[NUM_SBUF] |
struct v4l2_device v4l2_dev |
struct video_device vdev |
wait_queue_head_t wq_stream |