Lines Matching refs:hdl
495 container_of(ctrl->handler, struct au8522_state, hdl); in au8522_s_ctrl()
730 struct v4l2_ctrl_handler *hdl; in au8522_probe() local
771 hdl = &state->hdl; in au8522_probe()
772 v4l2_ctrl_handler_init(hdl, 4); in au8522_probe()
773 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops, in au8522_probe()
775 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops, in au8522_probe()
778 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops, in au8522_probe()
780 v4l2_ctrl_new_std(hdl, &au8522_ctrl_ops, in au8522_probe()
782 sd->ctrl_handler = hdl; in au8522_probe()
783 if (hdl->error) { in au8522_probe()
784 int err = hdl->error; in au8522_probe()
786 v4l2_ctrl_handler_free(hdl); in au8522_probe()