Searched refs:depth_mode (Results 1 – 5 of 5) sorted by relevance
26 static bool depth_mode; variable451 if (depth_mode) in sd_probe()473 module_param(depth_mode, bool, 0644);474 MODULE_PARM_DESC(depth_mode, "0=video 1=depth");
310 struct v4l2_ctrl *depth_mode; member
1737 if (asd->depth_mode->val) in atomisp_streamon()1823 if (asd->depth_mode->val && atomisp_streaming_count(isp) == in atomisp_streamon()1835 } else if (asd->depth_mode->val && (atomisp_streaming_count(isp) < in atomisp_streamon()
1297 bool depth_mode = false; in __atomisp_css_recover() local1388 if (isp->asd[i].depth_mode->val) in __atomisp_css_recover()1450 if ((asd->depth_mode->val) && in __atomisp_css_recover()1452 depth_mode = true; in __atomisp_css_recover()1464 if (depth_mode) { in __atomisp_css_recover()
1213 asd->depth_mode = in isp_subdev_init_entities()
Completed in 33 milliseconds