Lines Matching refs:hdl
20 struct v4l2_ctrl_handler hdl; member
111 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl); in tw9906_s_ctrl()
165 struct v4l2_ctrl_handler *hdl; in tw9906_probe() local
179 hdl = &dec->hdl; in tw9906_probe()
180 v4l2_ctrl_handler_init(hdl, 4); in tw9906_probe()
181 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops, in tw9906_probe()
183 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops, in tw9906_probe()
185 v4l2_ctrl_new_std(hdl, &tw9906_ctrl_ops, in tw9906_probe()
187 sd->ctrl_handler = hdl; in tw9906_probe()
188 if (hdl->error) { in tw9906_probe()
189 int err = hdl->error; in tw9906_probe()
191 v4l2_ctrl_handler_free(hdl); in tw9906_probe()
211 v4l2_ctrl_handler_free(&to_state(sd)->hdl); in tw9906_remove()