Searched defs:cma3000_accl_data (Results 1 – 1 of 1) sorted by relevance
56 struct cma3000_accl_data { struct57 const struct cma3000_bus_ops *bus_ops;58 const struct cma3000_platform_data *pdata;60 struct device *dev;61 struct input_dev *input_dev;63 int bit_to_mg;64 int irq;66 int g_range;67 u8 mode;69 struct mutex mutex;[all …]