Linux Kernel
3.7.1
|
#include <v4l2-device.h>
Data Fields | |
struct device * | dev |
struct list_head | subdevs |
spinlock_t | lock |
char | name [V4L2_DEVICE_NAME_SIZE] |
void(* | notify )(struct v4l2_subdev *sd, unsigned int notification, void *arg) |
struct v4l2_ctrl_handler * | ctrl_handler |
struct v4l2_prio_state | prio |
struct mutex | ioctl_lock |
struct kref | ref |
void(* | release )(struct v4l2_device *v4l2_dev) |
Definition at line 39 of file v4l2-device.h.
struct v4l2_ctrl_handler* ctrl_handler |
Definition at line 58 of file v4l2-device.h.
Definition at line 43 of file v4l2-device.h.
Definition at line 62 of file v4l2-device.h.
spinlock_t lock |
Definition at line 51 of file v4l2-device.h.
char name[V4L2_DEVICE_NAME_SIZE] |
Definition at line 53 of file v4l2-device.h.
void(* notify)(struct v4l2_subdev *sd, unsigned int notification, void *arg) |
Definition at line 55 of file v4l2-device.h.
struct v4l2_prio_state prio |
Definition at line 60 of file v4l2-device.h.
Definition at line 64 of file v4l2-device.h.
void(* release)(struct v4l2_device *v4l2_dev) |
Definition at line 66 of file v4l2-device.h.
Definition at line 48 of file v4l2-device.h.