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