Searched defs:sx9500_data (Results 1 – 1 of 1) sorted by relevance
85 struct sx9500_data { struct86 struct mutex mutex;87 struct i2c_client *client;88 struct iio_trigger *trig;89 struct regmap *regmap;90 struct gpio_desc *gpiod_rst;95 bool prox_stat[SX9500_NUM_CHANNELS];96 bool event_enabled[SX9500_NUM_CHANNELS];97 bool trigger_enabled;98 u16 *buffer;[all …]