Lines Matching refs:hdl
1085 container_of(ctrl->handler, struct solo_enc_dev, hdl); in solo_s_ctrl()
1236 struct v4l2_ctrl_handler *hdl; in solo_enc_alloc() local
1243 hdl = &solo_enc->hdl; in solo_enc_alloc()
1249 v4l2_ctrl_handler_init(hdl, 10); in solo_enc_alloc()
1250 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1252 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1254 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1256 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1259 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1261 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1263 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1265 v4l2_ctrl_new_std_menu(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1269 v4l2_ctrl_new_std(hdl, &solo_ctrl_ops, in solo_enc_alloc()
1272 v4l2_ctrl_new_custom(hdl, &solo_osd_text_ctrl, NULL); in solo_enc_alloc()
1274 v4l2_ctrl_new_custom(hdl, &solo_md_thresholds, NULL); in solo_enc_alloc()
1275 if (hdl->error) { in solo_enc_alloc()
1276 ret = hdl->error; in solo_enc_alloc()
1330 solo_enc->vfd->ctrl_handler = hdl; in solo_enc_alloc()
1351 v4l2_ctrl_handler_free(hdl); in solo_enc_alloc()
1366 v4l2_ctrl_handler_free(&solo_enc->hdl); in solo_enc_free()