Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/greybus/
Dlight.c58 struct v4l2_flash *v4l2_flash_ind; member
573 light->v4l2_flash_ind = in gb_lights_light_v4l2_register()
575 if (IS_ERR(light->v4l2_flash_ind)) { in gb_lights_light_v4l2_register()
577 return PTR_ERR(light->v4l2_flash_ind); in gb_lights_light_v4l2_register()
586 v4l2_flash_release(light->v4l2_flash_ind); in gb_lights_light_v4l2_unregister()