SYNOPSIS
struct v4l2_flash {
struct led_classdev_flash * fled_cdev;
struct led_classdev_flash * iled_cdev;
const struct v4l2_flash_ops * ops;
struct v4l2_subdev sd;
struct v4l2_ctrl_handler hdl;
struct v4l2_ctrl ** ctrls;
};
MEMBERS
fled_cdev
- LED flash class device controlled by this sub-device
iled_cdev
- LED class device representing indicator LED associated with the LED flash class device
ops
- V4L2 specific flash ops
sd
- V4L2 sub-device
hdl
- flash controls handler
ctrls
- array of pointers to controls, whose values define the sub-device state
COPYRIGHT