Searched defs:dsi_data (Results 1 – 1 of 1) sorted by relevance
255 struct dsi_data { struct256 struct platform_device *pdev;257 void __iomem *base;259 int irq;261 struct clk *dss_clk;262 struct clk *sys_clk;264 int (*enable_pads)(int dsi_id, unsigned lane_mask);265 void (*disable_pads)(int dsi_id, unsigned lane_mask);267 struct dsi_clock_info current_cinfo;269 bool vdds_dsi_enabled;[all …]