Lines Matching defs:sx9310_data
118 struct sx9310_data { struct
120 struct mutex mutex;
121 struct i2c_client *client;
122 struct iio_trigger *trig;
123 struct regmap *regmap;
124 struct regulator_bulk_data supplies[2];
129 unsigned long chan_prox_stat;
130 bool trigger_enabled;
132 struct {
135 } buffer;
137 unsigned int suspend_ctrl0;
138 struct completion completion;
139 unsigned long chan_read;
140 unsigned long chan_event;
141 unsigned int whoami;