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

/linux-master/drivers/staging/greybus/
H A Dlight.c54 struct v4l2_flash *v4l2_flash_ind; member in struct:gb_light
552 light->v4l2_flash_ind =
554 if (IS_ERR(light->v4l2_flash_ind)) {
556 return PTR_ERR(light->v4l2_flash_ind);
565 v4l2_flash_release(light->v4l2_flash_ind);

Completed in 327 milliseconds