• Home
  • Raw
  • Download

Lines Matching +full:non +full:- +full:flash

2  * V4L2 flash LED sub-device registration helpers.
15 #include <media/v4l2-ctrls.h>
16 #include <media/v4l2-subdev.h>
24 * struct v4l2_flash_ctrl_data - flash control initialization data, filled
25 * basing on the features declared by the LED flash
28 * @cid: contains v4l2 flash control id if the config
37 * struct v4l2_flash_ops - V4L2 flash operations
39 * @external_strobe_set: Setup strobing the flash by hardware pin state
56 * struct v4l2_flash_config - V4L2 Flash sub-device initialization data
59 * @intensity: non-flash strobe constraints for the LED
60 * @flash_faults: bitmask of flash faults that the LED flash class
63 * <linux/led-class-flash.h>
74 * struct v4l2_flash - Flash sub-device context
75 * @fled_cdev: LED flash class device controlled by this sub-device
77 * with the LED flash class device
78 * @ops: V4L2 specific flash ops
79 * @sd: V4L2 sub-device
80 * @hdl: flash controls handler
82 * the sub-device state
95 * v4l2_subdev_to_v4l2_flash - Returns a &struct v4l2_flash from the
107 * v4l2_ctrl_to_v4l2_flash - Returns a &struct v4l2_flash from the
114 return container_of(c->handler, struct v4l2_flash, hdl); in v4l2_ctrl_to_v4l2_flash()
119 * v4l2_flash_init - initialize V4L2 flash led sub-device
120 * @dev: flash device, e.g. an I2C device
122 * @fled_cdev: LED flash class device to wrap
123 * @ops: V4L2 Flash device ops
124 * @config: initialization data for V4L2 Flash sub-device
126 * Create V4L2 Flash sub-device wrapping given LED subsystem device.
127 * The ops pointer is stored by the V4L2 flash framework. No
141 * v4l2_flash_indicator_init - initialize V4L2 indicator sub-device
142 * @dev: flash device, e.g. an I2C device
144 * @iled_cdev: LED flash class device representing the indicator LED
145 * @config: initialization data for V4L2 Flash sub-device
147 * Create V4L2 Flash sub-device wrapping given LED subsystem device.
148 * The ops pointer is stored by the V4L2 flash framework. No
161 * v4l2_flash_release - release V4L2 Flash sub-device
162 * @v4l2_flash: the V4L2 Flash sub-device to release
164 * Release V4L2 Flash sub-device.