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");
269 struct v4l2_ctrl *depth_mode; member
1399 if (asd->depth_mode->val && atomisp_streaming_count(isp) == in atomisp_start_streaming()1407 } else if (asd->depth_mode->val && (atomisp_streaming_count(isp) < in atomisp_start_streaming()
1117 bool depth_mode = false; in __atomisp_css_recover() local1191 if (isp->asd[i].depth_mode->val) in __atomisp_css_recover()1251 if ((asd->depth_mode->val) && in __atomisp_css_recover()1253 depth_mode = true; in __atomisp_css_recover()1265 if (depth_mode) { in __atomisp_css_recover()
1089 asd->depth_mode = in isp_subdev_init_entities()
Completed in 32 milliseconds