Searched defs:mma9553_data (Results 1 – 1 of 1) sorted by relevance
182 struct mma9553_data { struct183 struct i2c_client *client;188 struct mutex mutex;189 struct mma9553_conf_regs conf;190 struct mma9553_event events[MMA9553_EVENTS_INFO_SIZE];191 int num_events;192 u8 gpio_bitnum;197 bool stepcnt_enabled;198 u16 stepcnt;199 u8 activity;[all …]