Home
last modified time | relevance | path

Searched refs:v4l2_flash (Results 1 – 1 of 1) sorted by relevance

/include/media/
Dv4l2-flash-led-class.h17 struct v4l2_flash;
44 int (*external_strobe_set)(struct v4l2_flash *v4l2_flash,
47 (struct v4l2_flash *v4l2_flash, s32 intensity);
49 (struct v4l2_flash *v4l2_flash, enum led_brightness);
81 struct v4l2_flash { struct
97 static inline struct v4l2_flash *v4l2_subdev_to_v4l2_flash( in v4l2_subdev_to_v4l2_flash()
100 return container_of(sd, struct v4l2_flash, sd); in v4l2_subdev_to_v4l2_flash()
109 static inline struct v4l2_flash *v4l2_ctrl_to_v4l2_flash(struct v4l2_ctrl *c) in v4l2_ctrl_to_v4l2_flash()
111 return container_of(c->handler, struct v4l2_flash, hdl); in v4l2_ctrl_to_v4l2_flash()
132 struct v4l2_flash *v4l2_flash_init(
[all …]