Searched defs:mma9553_data (Results 1 – 1 of 1) sorted by relevance
182 struct mma9553_data { struct183 struct i2c_client *client;184 struct mutex mutex;185 struct mma9553_conf_regs conf;186 struct mma9553_event events[MMA9553_EVENTS_INFO_SIZE];187 int num_events;188 u8 gpio_bitnum;193 bool stepcnt_enabled;194 u16 stepcnt;195 u8 activity;[all …]