Searched refs:ctrl_hdl (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/media/i2c/ | 
| D | adv7180.c | 189 	struct v4l2_ctrl_handler ctrl_hdl;  member 208 					    ctrl_hdl)->sd) 553 	v4l2_ctrl_handler_init(&state->ctrl_hdl, 4);  in adv7180_init_controls() 555 	v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,  in adv7180_init_controls() 558 	v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,  in adv7180_init_controls() 561 	v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,  in adv7180_init_controls() 564 	v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,  in adv7180_init_controls() 567 	v4l2_ctrl_new_custom(&state->ctrl_hdl, &adv7180_ctrl_fast_switch, NULL);  in adv7180_init_controls() 569 	state->sd.ctrl_handler = &state->ctrl_hdl;  in adv7180_init_controls() 570 	if (state->ctrl_hdl.error) {  in adv7180_init_controls() [all …] 
 | 
| /linux-4.4.14/drivers/media/pci/sta2x11/ | 
| D | sta2x11_vip.c | 135 	struct v4l2_ctrl_handler ctrl_hdl;  member 897 	v4l2_ctrl_handler_init(&vip->ctrl_hdl, 0);  in sta2x11_vip_init_controls() 899 	vip->v4l2_dev.ctrl_handler = &vip->ctrl_hdl;  in sta2x11_vip_init_controls() 900 	if (vip->ctrl_hdl.error) {  in sta2x11_vip_init_controls() 901 		int err = vip->ctrl_hdl.error;  in sta2x11_vip_init_controls() 903 		v4l2_ctrl_handler_free(&vip->ctrl_hdl);  in sta2x11_vip_init_controls()
  |