Searched defs:sm501_devdata (Results 1 – 1 of 1) sorted by relevance
62 struct sm501_devdata { struct63 spinlock_t reg_lock;64 struct mutex clock_lock;65 struct list_head devices;66 struct sm501_gpio gpio;68 struct device *dev;69 struct resource *io_res;70 struct resource *mem_res;71 struct resource *regs_claim;72 struct sm501_platdata *platdata;[all …]