Lines Matching refs:ctrls

157 		container_of(ctrl->handler, struct adp1653_flash, ctrls);  in adp1653_get_ctrl()
183 container_of(ctrl->handler, struct adp1653_flash, ctrls); in adp1653_set_ctrl()
216 v4l2_ctrl_handler_init(&flash->ctrls, 9); in adp1653_init_controls()
219 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
222 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
225 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
227 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
230 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
236 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
242 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
249 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
255 fault = v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
261 if (flash->ctrls.error) in adp1653_init_controls()
262 return flash->ctrls.error; in adp1653_init_controls()
266 flash->subdev.ctrl_handler = &flash->ctrls; in adp1653_init_controls()
287 mutex_lock(flash->ctrls.lock); in adp1653_init_device()
291 mutex_unlock(flash->ctrls.lock); in adp1653_init_device()
297 mutex_lock(flash->ctrls.lock); in adp1653_init_device()
299 mutex_unlock(flash->ctrls.lock); in adp1653_init_device()
525 v4l2_ctrl_handler_free(&flash->ctrls); in adp1653_probe()
535 v4l2_ctrl_handler_free(&flash->ctrls); in adp1653_remove()