Home
last modified time | relevance | path

Searched defs:sx9500_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/iio/proximity/
Dsx9500.c82 struct sx9500_data { struct
83 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 …]