Searched defs:sm501_devdata (Results 1 – 1 of 1) sorted by relevance
64 struct sm501_devdata { struct65 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;[all …]