Home
last modified time | relevance | path

Searched refs:v4l2_flash_ind (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/staging/greybus/
Dlight.c54 struct v4l2_flash *v4l2_flash_ind; member
558 light->v4l2_flash_ind = in gb_lights_light_v4l2_register()
560 if (IS_ERR(light->v4l2_flash_ind)) { in gb_lights_light_v4l2_register()
562 return PTR_ERR(light->v4l2_flash_ind); in gb_lights_light_v4l2_register()
571 v4l2_flash_release(light->v4l2_flash_ind); in gb_lights_light_v4l2_unregister()