Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/greybus/
Dlight.c58 struct v4l2_flash *v4l2_flash_ind; member
574 light->v4l2_flash_ind = in gb_lights_light_v4l2_register()
576 if (IS_ERR(light->v4l2_flash_ind)) { in gb_lights_light_v4l2_register()
578 return PTR_ERR(light->v4l2_flash_ind); in gb_lights_light_v4l2_register()
587 v4l2_flash_release(light->v4l2_flash_ind); in gb_lights_light_v4l2_unregister()