Searched defs:cma3000_accl_data (Results 1 – 1 of 1) sorted by relevance
55 struct cma3000_accl_data { struct56 const struct cma3000_bus_ops *bus_ops;57 const struct cma3000_platform_data *pdata;59 struct device *dev;60 struct input_dev *input_dev;62 int bit_to_mg;63 int irq;65 int g_range;66 u8 mode;68 struct mutex mutex;[all …]