Searched defs:dsi_data (Results 1 – 3 of 3) sorted by relevance
330 struct dsi_data { struct331 struct device *dev;332 void __iomem *proto_base;333 void __iomem *phy_base;334 void __iomem *pll_base;336 const struct dsi_of_data *data;337 int module_id;339 int irq;341 bool is_enabled;343 struct clk *dss_clk;[all …]
301 struct dsi_data { struct302 struct platform_device *pdev;303 void __iomem *proto_base;304 void __iomem *phy_base;305 void __iomem *pll_base;307 int module_id;309 int irq;311 bool is_enabled;313 struct clk *dss_clk;315 struct dispc_clock_info user_dispc_cinfo;[all …]
94 struct dsi_data { struct95 struct dw_dsi dsi;96 struct dsi_hw_ctx ctx;