Lines Matching defs:sm501_devdata
64 struct sm501_devdata { struct
65 spinlock_t reg_lock;
66 struct mutex clock_lock;
67 struct list_head devices;
68 struct sm501_gpio gpio;
70 struct device *dev;
71 struct resource *io_res;
72 struct resource *mem_res;
73 struct resource *regs_claim;
74 struct sm501_platdata *platdata;
77 unsigned int in_suspend;
78 unsigned long pm_misc;
80 int unit_power[20];
81 unsigned int pdev_id;
82 unsigned int irq;
83 void __iomem *regs;
84 unsigned int rev;