Lines Matching refs:ctrls

154 		container_of(ctrl->handler, struct adp1653_flash, ctrls);  in adp1653_get_ctrl()
180 container_of(ctrl->handler, struct adp1653_flash, ctrls); in adp1653_set_ctrl()
213 v4l2_ctrl_handler_init(&flash->ctrls, 9); in adp1653_init_controls()
216 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
219 v4l2_ctrl_new_std_menu(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
222 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
224 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()
233 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
239 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
246 v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
252 fault = v4l2_ctrl_new_std(&flash->ctrls, &adp1653_ctrl_ops, in adp1653_init_controls()
258 if (flash->ctrls.error) in adp1653_init_controls()
259 return flash->ctrls.error; in adp1653_init_controls()
263 flash->subdev.ctrl_handler = &flash->ctrls; in adp1653_init_controls()
284 mutex_lock(flash->ctrls.lock); in adp1653_init_device()
288 mutex_unlock(flash->ctrls.lock); in adp1653_init_device()
294 mutex_lock(flash->ctrls.lock); in adp1653_init_device()
296 mutex_unlock(flash->ctrls.lock); in adp1653_init_device()
445 v4l2_ctrl_handler_free(&flash->ctrls); in adp1653_probe()
455 v4l2_ctrl_handler_free(&flash->ctrls); in adp1653_remove()