Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-mipi-rx.c546 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()
[all …]