Searched defs:sx9500_data (Results 1 – 1 of 1) sorted by relevance
79 struct sx9500_data { struct80 struct mutex mutex;81 struct i2c_client *client;82 struct iio_trigger *trig;83 struct regmap *regmap;84 struct gpio_desc *gpiod_rst;89 bool prox_stat[SX9500_NUM_CHANNELS];90 bool event_enabled[SX9500_NUM_CHANNELS];91 bool trigger_enabled;92 u16 *buffer;[all …]