Home
last modified time | relevance | path

Searched refs:depth_mode (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/media/usb/gspca/
Dkinect.c26 static bool depth_mode; variable
451 if (depth_mode) in sd_probe()
473 module_param(depth_mode, bool, 0644);
474 MODULE_PARM_DESC(depth_mode, "0=video 1=depth");
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_subdev.h270 struct v4l2_ctrl *depth_mode; member
Datomisp_cmd.c1263 bool depth_mode = false; in __atomisp_css_recover() local
1337 if (isp->asd[i].depth_mode->val) in __atomisp_css_recover()
1397 if ((asd->depth_mode->val) && in __atomisp_css_recover()
1399 depth_mode = true; in __atomisp_css_recover()
1411 if (depth_mode) { in __atomisp_css_recover()
Datomisp_subdev.c1176 asd->depth_mode = in isp_subdev_init_entities()
Datomisp_ioctl.c1682 if (asd->depth_mode->val && atomisp_streaming_count(isp) == in atomisp_streamon()
1690 } else if (asd->depth_mode->val && (atomisp_streaming_count(isp) < in atomisp_streamon()