Lines Matching refs:v4l2_flash
20 struct v4l2_flash;
38 int (*external_strobe_set)(struct v4l2_flash *v4l2_flash,
42 (struct v4l2_flash *v4l2_flash, s32 intensity);
45 (struct v4l2_flash *v4l2_flash, enum led_brightness);
79 struct v4l2_flash { struct
89 static inline struct v4l2_flash *v4l2_subdev_to_v4l2_flash( in v4l2_subdev_to_v4l2_flash() argument
92 return container_of(sd, struct v4l2_flash, sd); in v4l2_subdev_to_v4l2_flash()
95 static inline struct v4l2_flash *v4l2_ctrl_to_v4l2_flash(struct v4l2_ctrl *c) in v4l2_ctrl_to_v4l2_flash()
97 return container_of(c->handler, struct v4l2_flash, hdl); in v4l2_ctrl_to_v4l2_flash()
117 struct v4l2_flash *v4l2_flash_init(
130 void v4l2_flash_release(struct v4l2_flash *v4l2_flash);
133 static inline struct v4l2_flash *v4l2_flash_init( in v4l2_flash_init()
143 static inline void v4l2_flash_release(struct v4l2_flash *v4l2_flash) in v4l2_flash_release() argument