Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dv4l2-flash-led-class.h84 struct v4l2_flash { struct
87 const struct v4l2_flash_ops *ops; argument
95 * v4l2_subdev_to_v4l2_flash - Returns a &struct v4l2_flash from the argument
184 static inline void v4l2_flash_release(struct v4l2_flash *v4l2_flash) in v4l2_flash_release()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-flash-led-class.c20 #define has_flash_op(v4l2_flash, op) \ argument
23 #define call_flash_op(v4l2_flash, op, arg) \ argument
82 static void v4l2_flash_set_led_brightness(struct v4l2_flash *v4l2_flash, in v4l2_flash_set_led_brightness()
118 static int v4l2_flash_update_led_brightness(struct v4l2_flash *v4l2_flash, in v4l2_flash_update_led_brightness()
156 struct v4l2_flash *v4l2_flash = v4l2_ctrl_to_v4l2_flash(c); in v4l2_flash_g_volatile_ctrl() local
198 struct v4l2_flash *v4l2_flash = v4l2_ctrl_to_v4l2_flash(c); in v4l2_flash_s_ctrl() local
297 static void __fill_ctrl_init_data(struct v4l2_flash *v4l2_flash, in __fill_ctrl_init_data()
406 static int v4l2_flash_init_controls(struct v4l2_flash *v4l2_flash, in v4l2_flash_init_controls()
483 static int __sync_device_with_v4l2_controls(struct v4l2_flash *v4l2_flash) in __sync_device_with_v4l2_controls()
531 struct v4l2_flash *v4l2_flash = v4l2_subdev_to_v4l2_flash(sd); in v4l2_flash_open() local
[all …]