Lines Matching refs:hdl
1079 container_of(ctrl->handler, struct solo_enc_dev, hdl); in solo_s_ctrl()
1230 struct v4l2_ctrl_handler *hdl; in solo_enc_alloc() local
1237 hdl = &solo_enc->hdl; in solo_enc_alloc()
1243 v4l2_ctrl_handler_init(hdl, 10); in solo_enc_alloc()
1244 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1246 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1248 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1250 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1253 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1255 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1257 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1259 v4l2_ctrl_new_std_menu(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1263 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1266 v4l2_ctrl_new_custom(hdl, &solo_osd_text_ctrl, NULL); in solo_enc_alloc()
1268 v4l2_ctrl_new_custom(hdl, &solo_md_thresholds, NULL); in solo_enc_alloc()
1269 if (hdl->error) { in solo_enc_alloc()
1270 ret = hdl->error; in solo_enc_alloc()
1324 solo_enc->vfd->ctrl_handler = hdl; in solo_enc_alloc()
1345 v4l2_ctrl_handler_free(hdl); in solo_enc_alloc()
1360 v4l2_ctrl_handler_free(&solo_enc->hdl); in solo_enc_free()