Lines Matching defs:dsi_context
86 struct dsi_context { struct87 void __iomem *base;88 struct regmap *regmap;89 struct dphy_pll pll;90 struct videomode vm;91 bool enabled;93 u8 work_mode;94 u8 burst_mode;95 u32 int0_mask;96 u32 int1_mask;120 struct dsi_context ctx; argument