Searched refs:hdl (Results 201 - 225 of 238) sorted by relevance

12345678910

/linux-master/drivers/media/i2c/
H A Dtc358743.c75 struct v4l2_ctrl_handler hdl; member in struct:tc358743_state
2062 v4l2_ctrl_handler_init(&state->hdl, 3);
2064 state->detect_tx_5v_ctrl = v4l2_ctrl_new_std(&state->hdl, NULL,
2068 state->audio_sampling_rate_ctrl = v4l2_ctrl_new_custom(&state->hdl,
2071 state->audio_present_ctrl = v4l2_ctrl_new_custom(&state->hdl,
2074 sd->ctrl_handler = &state->hdl;
2075 if (state->hdl.error) {
2076 err = state->hdl.error;
2168 v4l2_ctrl_handler_free(&state->hdl);
2187 v4l2_ctrl_handler_free(&state->hdl);
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dsonixj.c1620 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; local
1622 gspca_dev->vdev.ctrl_handler = hdl;
1623 v4l2_ctrl_handler_init(hdl, 14);
1625 sd->brightness = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1628 sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1631 sd->saturation = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1633 sd->red_bal = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1635 sd->blue_bal = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1638 sd->gamma = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1642 sd->sharpness = v4l2_ctrl_new_std(hdl,
[all...]
H A Dsn9c2028.c306 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; local
309 gspca_dev->vdev.ctrl_handler = hdl;
310 v4l2_ctrl_handler_init(hdl, 2);
314 sd->gain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
316 sd->autogain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
H A Dxirlink_cit.c3001 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; local
3033 gspca_dev->vdev.ctrl_handler = hdl;
3034 v4l2_ctrl_handler_init(hdl, 5);
3036 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3039 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3042 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3045 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3048 sd->lighting = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3051 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3054 if (hdl
[all...]
H A Dvc032x.c3701 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; local
3737 gspca_dev->vdev.ctrl_handler = hdl;
3738 v4l2_ctrl_handler_init(hdl, 8);
3740 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3743 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3746 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3749 sd->hflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3751 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3755 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
3758 v4l2_ctrl_new_std_menu(hdl,
[all...]
H A Dnw80x.c2002 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; local
2004 gspca_dev->vdev.ctrl_handler = hdl;
2005 v4l2_ctrl_handler_init(hdl, 3);
2008 gspca_dev->autogain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
2012 gspca_dev->gain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
2014 gspca_dev->exposure = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
2018 gspca_dev->autogain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
2020 gspca_dev->gain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
2026 gspca_dev->exposure = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
2033 if (hdl
[all...]
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c469 &ctx->hdl);
562 v4l2_ctrl_request_complete(vb->req_obj.req, &ctx->hdl);
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-sama5d2-isc.c263 struct v4l2_ctrl_handler *hdl = &ctrls->handler; local
267 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_CONTRAST, -2048, 2047, 1, 256);
H A Dmicrochip-sama7g5-isc.c278 struct v4l2_ctrl_handler *hdl = &ctrls->handler; local
282 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_CONTRAST, -2048, 2047, 1, 16);
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-sama5d2-isc.c243 struct v4l2_ctrl_handler *hdl = &ctrls->handler; local
247 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_CONTRAST, -2048, 2047, 1, 256);
H A Datmel-sama7g5-isc.c258 struct v4l2_ctrl_handler *hdl = &ctrls->handler; local
262 v4l2_ctrl_new_std(hdl, ops, V4L2_CID_CONTRAST, -2048, 2047, 1, 16);
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c1991 struct v4l2_ctrl_handler *hdl = &video->ctrl_handler; local
2006 v4l2_ctrl_handler_init(hdl, 4);
2007 v4l2_ctrl_new_std(hdl, &aspeed_video_ctrl_ops,
2010 v4l2_ctrl_new_std_menu(hdl, &aspeed_video_ctrl_ops,
2014 v4l2_ctrl_new_custom(hdl, &aspeed_ctrl_HQ_mode, NULL);
2015 v4l2_ctrl_new_custom(hdl, &aspeed_ctrl_HQ_jpeg_quality, NULL);
2017 rc = hdl->error;
2026 v4l2_dev->ctrl_handler = hdl;
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10.h142 struct v4l2_ctrl_handler hdl; member in struct:solo_enc_dev
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821.h199 struct v4l2_ctrl_handler hdl; member in struct:cx25821_channel
/linux-master/drivers/media/pci/cx88/
H A Dcx88-blackbird.c921 v4l2_ctrl_handler_log_status(&dev->cxhdl.hdl, name);
1134 dev->mpeg_dev.ctrl_handler = &dev->cxhdl.hdl;
1179 v4l2_ctrl_add_handler(&dev->cxhdl.hdl, &core->video_hdl, NULL, false);
1226 v4l2_ctrl_handler_free(&dev->cxhdl.hdl);
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c951 struct v4l2_ctrl_handler *hdl; local
954 hdl = &dev->ctrl_handler;
965 dev->sd.ctrl_handler = hdl;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-core.c2124 struct v4l2_ctrl_handler *hdl; local
2137 hdl = &dev->ctrl_handler;
2138 v4l2_ctrl_handler_init(hdl, 6);
2139 if (hdl->error) {
2140 err = hdl->error;
2143 dev->v4l2_dev.ctrl_handler = hdl;
2206 v4l2_ctrl_handler_free(hdl);
H A Dcx23885-417.c1404 v4l2_ctrl_handler_log_status(&dev->cxhdl.hdl, name);
1464 v4l2_ctrl_handler_free(&dev->cxhdl.hdl);
1519 v4l2_ctrl_add_handler(&dev->ctrl_handler, &dev->cxhdl.hdl, NULL, false);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h285 struct brcms_info *hdl; member in struct:modulecb
/linux-master/drivers/media/dvb-frontends/
H A Dau8522_priv.h66 struct v4l2_ctrl_handler hdl; member in struct:au8522_state
/linux-master/drivers/media/pci/tw68/
H A Dtw68-core.c352 v4l2_ctrl_handler_free(&dev->hdl);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h191 void *hdl; member in struct:adreno_ocmem
H A Dadreno_gpu.c1045 adreno_ocmem->hdl = ocmem_hdl;
1057 adreno_ocmem->hdl);
/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c1361 static int qcom_slim_ngd_qmi_new_server(struct qmi_handle *hdl, argument
1365 container_of(hdl, struct qcom_slim_ngd_qmi, svc_event_hdl);
1378 static void qcom_slim_ngd_qmi_del_server(struct qmi_handle *hdl, argument
1382 container_of(hdl, struct qcom_slim_ngd_qmi, svc_event_hdl);
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.c742 cx->v4l2_dev.ctrl_handler = &cx->cxhdl.hdl;
1294 v4l2_ctrl_handler_free(&cx->av_state.hdl);

Completed in 288 milliseconds

12345678910