Lines Matching refs:v4l2_flash
72 struct v4l2_flash *v4l2_flash;
343 static int mt6370_flash_external_strobe_set(struct v4l2_flash *v4l2_flash,
346 struct led_classdev_flash *flash = v4l2_flash->fled_cdev;
398 static void mt6370_v4l2_flash_release(void *v4l2_flash)
400 v4l2_flash_release(v4l2_flash);
415 led->v4l2_flash = v4l2_flash_init(parent, fwnode, &led->flash, &v4l2_flash_ops,
417 if (IS_ERR(led->v4l2_flash))
418 return dev_err_probe(parent, PTR_ERR(led->v4l2_flash),
421 return devm_add_action_or_reset(parent, mt6370_v4l2_flash_release, led->v4l2_flash);