Searched defs:v4l2_flash (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/media/ |
D | v4l2-flash-led-class.h | 79 struct v4l2_flash { struct 82 const struct v4l2_flash_ops *ops; argument 89 static inline struct v4l2_flash *v4l2_subdev_to_v4l2_flash( in v4l2_subdev_to_v4l2_flash() argument 143 static inline void v4l2_flash_release(struct v4l2_flash *v4l2_flash) in v4l2_flash_release()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-flash-led-class.c | 20 #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() 407 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() 529 struct v4l2_flash *v4l2_flash = v4l2_subdev_to_v4l2_flash(sd); in v4l2_flash_open() local [all …]
|
/linux-4.4.14/drivers/leds/ |
D | leds-aat1290.c | 72 struct v4l2_flash *v4l2_flash; member 398 struct v4l2_flash *v4l2_flash, in aat1290_intensity_to_brightness() 412 static s32 aat1290_brightness_to_intensity(struct v4l2_flash *v4l2_flash, in aat1290_brightness_to_intensity() 421 static int aat1290_led_external_strobe_set(struct v4l2_flash *v4l2_flash, in aat1290_led_external_strobe_set()
|
D | leds-max77693.c | 68 struct v4l2_flash *v4l2_flash; member 857 struct v4l2_flash *v4l2_flash, in max77693_led_external_strobe_set()
|