Searched defs:sx9500_data (Results 1 – 1 of 1) sorted by relevance
82 struct sx9500_data { struct83 struct mutex mutex;84 struct i2c_client *client;85 struct iio_trigger *trig;86 struct regmap *regmap;87 struct gpio_desc *gpiod_rst;92 bool prox_stat[SX9500_NUM_CHANNELS];93 bool event_enabled[SX9500_NUM_CHANNELS];94 bool trigger_enabled;95 u16 *buffer;[all …]