Lines Matching refs:ctrls

152 		container_of(ctrl->handler, struct adp1653_flash, ctrls);  in adp1653_get_ctrl()
178 container_of(ctrl->handler, struct adp1653_flash, ctrls); in adp1653_set_ctrl()
211 v4l2_ctrl_handler_init(&flash->ctrls, 9); in adp1653_init_controls()
214 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
217 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
220 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
222 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
225 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
231 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
237 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
244 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
250 fault = v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
256 if (flash->ctrls.error) in adp1653_init_controls()
257 return flash->ctrls.error; in adp1653_init_controls()
261 flash->subdev.ctrl_handler = &flash->ctrls; in adp1653_init_controls()
282 mutex_lock(flash->ctrls.lock); in adp1653_init_device()
286 mutex_unlock(flash->ctrls.lock); in adp1653_init_device()
292 mutex_lock(flash->ctrls.lock); in adp1653_init_device()
294 mutex_unlock(flash->ctrls.lock); in adp1653_init_device()
520 v4l2_ctrl_handler_free(&flash->ctrls); in adp1653_probe()
530 v4l2_ctrl_handler_free(&flash->ctrls); in adp1653_remove()