Home
last modified time | relevance | path

Searched refs:V4L2_MBUS_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-fwnode.c49 V4L2_MBUS_UNKNOWN,
96 return conv ? conv->mbus_type : V4L2_MBUS_UNKNOWN; in v4l2_fwnode_bus_type_to_mbus()
233 if (bus_type == V4L2_MBUS_UNKNOWN) in v4l2_fwnode_endpoint_parse_csi2_bus()
419 if (vep->bus_type == V4L2_MBUS_UNKNOWN) { in __v4l2_fwnode_endpoint_parse()
440 if (vep->bus_type != V4L2_MBUS_UNKNOWN) { in __v4l2_fwnode_endpoint_parse()
441 if (mbus_type != V4L2_MBUS_UNKNOWN && in __v4l2_fwnode_endpoint_parse()
452 case V4L2_MBUS_UNKNOWN: in __v4l2_fwnode_endpoint_parse()
454 V4L2_MBUS_UNKNOWN); in __v4l2_fwnode_endpoint_parse()
458 if (vep->bus_type == V4L2_MBUS_UNKNOWN) in __v4l2_fwnode_endpoint_parse()
460 V4L2_MBUS_UNKNOWN); in __v4l2_fwnode_endpoint_parse()
/Linux-v5.10/include/media/
Dv4l2-mediabus.h108 V4L2_MBUS_UNKNOWN, enumerator
/Linux-v5.10/drivers/media/i2c/
Dtvp5150.c2003 .bus_type = V4L2_MBUS_UNKNOWN in tvp5150_parse_dt()