Home
last modified time | relevance | path

Searched defs:samsung_mipi_dcphy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.h13 struct samsung_mipi_dcphy { struct
14 struct device *dev;
15 struct clk *ref_clk;
16 struct clk *pclk;
17 struct regmap *regmap;
18 struct regmap *grf_regmap;
19 struct reset_control *m_phy_rst;
20 struct reset_control *s_phy_rst;
21 struct reset_control *apb_rst;
22 struct reset_control *grf_apb_rst;
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_samsung_dcphy_common.h15 struct samsung_mipi_dcphy { struct
16 struct device *dev;
17 struct clk *ref_clk;
18 struct clk *pclk;
19 struct regmap *regmap;
20 struct regmap *grf_regmap;
21 struct reset_control *m_phy_rst;
22 struct reset_control *s_phy_rst;
23 struct reset_control *apb_rst;
24 struct reset_control *grf_apb_rst;
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dsamsung_mipi_dcphy.c185 struct samsung_mipi_dcphy { struct
186 enum phy_mode mode;
187 void *base;
188 void *grf;
189 int lanes;
190 bool c_option;
191 struct reset_ctl m_phy_rst;
193 struct {
203 } pll;