Lines Matching refs:mipidphy_priv

546 struct mipidphy_priv;
557 void (*individual_init)(struct mipidphy_priv *priv);
577 struct mipidphy_priv { struct
596 int (*stream_on)(struct mipidphy_priv *priv, struct v4l2_subdev *sd); argument
597 int (*stream_off)(struct mipidphy_priv *priv, struct v4l2_subdev *sd); argument
600 static inline struct mipidphy_priv *to_dphy_priv(struct v4l2_subdev *subdev) in to_dphy_priv()
602 return container_of(subdev, struct mipidphy_priv, sd); in to_dphy_priv()
605 static inline void write_grf_reg(struct mipidphy_priv *priv, in write_grf_reg()
615 static inline u32 read_grf_reg(struct mipidphy_priv *priv, int index) in read_grf_reg()
627 static inline void write_txrx_reg(struct mipidphy_priv *priv, in write_txrx_reg()
636 static void mipidphy0_wr_reg(struct mipidphy_priv *priv, in mipidphy0_wr_reg()
653 static void mipidphy1_wr_reg(struct mipidphy_priv *priv, unsigned char addr, in mipidphy1_wr_reg()
668 static inline void write_csiphy_reg(struct mipidphy_priv *priv, in write_csiphy_reg()
677 static inline void read_csiphy_reg(struct mipidphy_priv *priv, in read_csiphy_reg()
686 static void csi_mipidphy_wr_ths_settle(struct mipidphy_priv *priv, int hsfreq, in csi_mipidphy_wr_ths_settle()
733 static struct mipidphy_sensor *sd_to_sensor(struct mipidphy_priv *priv, in sd_to_sensor()
747 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_get_sensor_data_rate()
781 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_update_sensor_mbus()
819 struct mipidphy_priv *priv = to_dphy_priv(sd); in rk1126_mipidphy_dphy_sel()
849 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_s_stream_start()
872 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_s_stream_stop()
887 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_s_stream()
913 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_g_mbus_config()
930 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_s_power()
942 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_runtime_suspend()
957 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_runtime_resume()
981 struct mipidphy_priv *priv = to_dphy_priv(sd); in mipidphy_get_set_fmt()
1112 static void default_mipidphy_individual_init(struct mipidphy_priv *priv) in default_mipidphy_individual_init()
1116 static void rk3368_mipidphy_individual_init(struct mipidphy_priv *priv) in rk3368_mipidphy_individual_init()
1122 static void rk3399_mipidphy_individual_init(struct mipidphy_priv *priv) in rk3399_mipidphy_individual_init()
1135 static void rv1126_mipidphy_individual_init(struct mipidphy_priv *priv) in rv1126_mipidphy_individual_init()
1158 static int mipidphy_rx_stream_on(struct mipidphy_priv *priv, in mipidphy_rx_stream_on()
1255 static int mipidphy_txrx_stream_on(struct mipidphy_priv *priv, in mipidphy_txrx_stream_on()
1380 static int csi_mipidphy_stream_on(struct mipidphy_priv *priv, in csi_mipidphy_stream_on()
1498 static int csi_mipidphy_stream_off(struct mipidphy_priv *priv, in csi_mipidphy_stream_off()
1632 struct mipidphy_priv *priv = container_of(notifier, in rockchip_mipidphy_notifier_bound()
1633 struct mipidphy_priv, in rockchip_mipidphy_notifier_bound()
1681 struct mipidphy_priv *priv = container_of(notifier, in rockchip_mipidphy_notifier_unbind()
1682 struct mipidphy_priv, in rockchip_mipidphy_notifier_unbind()
1742 static int rockchip_mipidphy_media_init(struct mipidphy_priv *priv) in rockchip_mipidphy_media_init()
1782 struct mipidphy_priv *priv; in rockchip_mipidphy_probe()
1869 struct mipidphy_priv *priv = platform_get_drvdata(pdev); in rockchip_mipidphy_remove()