Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dlight.c60 struct v4l2_flash *v4l2_flash_ind; member
576 light->v4l2_flash_ind = in gb_lights_light_v4l2_register()
578 if (IS_ERR(light->v4l2_flash_ind)) { in gb_lights_light_v4l2_register()
580 return PTR_ERR(light->v4l2_flash_ind); in gb_lights_light_v4l2_register()
589 v4l2_flash_release(light->v4l2_flash_ind); in gb_lights_light_v4l2_unregister()