Lines Matching refs:v4l2_flash
80 struct v4l2_flash *v4l2_flash;
458 static int mt6360_flash_external_strobe_set(struct v4l2_flash *v4l2_flash,
461 struct led_classdev_flash *flash = v4l2_flash->fled_cdev;
588 led->v4l2_flash = v4l2_flash_init(parent, init_data->fwnode,
592 if (IS_ERR(led->v4l2_flash)) {
595 return PTR_ERR(led->v4l2_flash);
766 if (led->v4l2_flash)
767 v4l2_flash_release(led->v4l2_flash);