Home
last modified time | relevance | path

Searched refs:autocontour (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-v4l.c62 .id = PWC_CID_CUSTOM(autocontour),
296 pdev->autocontour = v4l2_ctrl_new_custom(hdl, &cfg, NULL); in pwc_init_controls()
297 if (!pdev->autocontour) in pwc_init_controls()
307 v4l2_ctrl_auto_cluster(2, &pdev->autocontour, 0, false); in pwc_init_controls()
807 case PWC_CID_CUSTOM(autocontour): in pwc_s_ctrl()
808 if (pdev->autocontour->is_new) { in pwc_s_ctrl()
811 pdev->autocontour->val ? 0 : 0xff); in pwc_s_ctrl()
H A Dpwc.h320 struct v4l2_ctrl *autocontour; member