Lines Matching refs:mbus
563 struct v4l2_mbus_config mbus; member
572 struct v4l2_mbus_config mbus; member
784 struct v4l2_mbus_config mbus; in mipidphy_update_sensor_mbus() local
792 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in mipidphy_update_sensor_mbus()
796 sensor->mbus = mbus; in mipidphy_update_sensor_mbus()
797 switch (mbus.flags & V4L2_MBUS_CSI2_LANES) { in mipidphy_update_sensor_mbus()
923 *config = sensor->mbus; in mipidphy_g_mbus_config()
1412 if (sensor->mbus.type == V4L2_MBUS_CSI2_DPHY) { in csi_mipidphy_stream_on()
1417 if (sensor->mbus.flags & V4L2_MBUS_CSI2_CONTINUOUS_CLOCK) in csi_mipidphy_stream_on()
1419 else if (sensor->mbus.flags & V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK) in csi_mipidphy_stream_on()
1645 sensor->mbus = s_asd->mbus; in rockchip_mipidphy_notifier_bound()
1647 dev_info(priv->dev, "match %s:bus type %d\n", sd->name, s_asd->mbus.type); in rockchip_mipidphy_notifier_bound()
1702 struct v4l2_mbus_config *config = &s_asd->mbus; in rockchip_mipidphy_fwnode_parse()