Searched defs:sh_mobile_lcdc_priv (Results 1 – 1 of 1) sorted by relevance
96 struct sh_mobile_lcdc_priv { struct97 void __iomem *base;98 int irq;99 atomic_t hw_usecnt;100 struct device *dev;101 struct clk *dot_clk;102 unsigned long lddckr;103 struct sh_mobile_lcdc_chan ch[2];104 struct notifier_block notifier;105 int started;[all …]