Searched defs:cma3000_accl_data (Results 1 – 1 of 1) sorted by relevance
66 struct cma3000_accl_data { struct67 const struct cma3000_bus_ops *bus_ops;68 const struct cma3000_platform_data *pdata;70 struct device *dev;71 struct input_dev *input_dev;73 int bit_to_mg;74 int irq;76 int g_range;77 u8 mode;79 struct mutex mutex;[all …]