Lines Matching refs:v4l2_flash
80 struct v4l2_flash *v4l2_flash;
468 static int mt6360_flash_external_strobe_set(struct v4l2_flash *v4l2_flash,
471 struct led_classdev_flash *flash = v4l2_flash->fled_cdev;
598 led->v4l2_flash = v4l2_flash_init(parent, init_data->fwnode,
602 if (IS_ERR(led->v4l2_flash)) {
605 return PTR_ERR(led->v4l2_flash);
779 if (led->v4l2_flash)
780 v4l2_flash_release(led->v4l2_flash);