Home
last modified time | relevance | path

Searched refs:have_clk_lane (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c134 bool have_clk_lane = false, have_data_lanes = false, in v4l2_fwnode_endpoint_parse_csi2_bus() local
208 have_clk_lane = true; in v4l2_fwnode_endpoint_parse_csi2_bus()
211 if (have_clk_lane && lanes_used & BIT(clock_lane) && in v4l2_fwnode_endpoint_parse_csi2_bus()
227 have_clk_lane || (flags & ~V4L2_MBUS_CSI2_CONTINUOUS_CLOCK)) { in v4l2_fwnode_endpoint_parse_csi2_bus()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c129 bool have_clk_lane = false, have_data_lanes = false, in v4l2_fwnode_endpoint_parse_csi2_bus() local
203 have_clk_lane = true; in v4l2_fwnode_endpoint_parse_csi2_bus()
206 if (have_clk_lane && lanes_used & BIT(clock_lane) && in v4l2_fwnode_endpoint_parse_csi2_bus()
220 lanes_used || have_clk_lane || flags) { in v4l2_fwnode_endpoint_parse_csi2_bus()

Completed in 3 milliseconds