Searched defs:mma9553_data (Results 1 – 1 of 1) sorted by relevance
173 struct mma9553_data { struct174 struct i2c_client *client;179 struct mutex mutex;180 struct mma9553_conf_regs conf;181 struct mma9553_event events[MMA9553_EVENTS_INFO_SIZE];182 int num_events;183 u8 gpio_bitnum;188 bool stepcnt_enabled;189 u16 stepcnt;190 u8 activity;[all …]