Lines Matching defs:sx9500_data
85 struct sx9500_data { struct
86 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;
100 unsigned int suspend_ctrl0;
101 struct completion completion;
102 int data_rdy_users, close_far_users;
103 int channel_users[SX9500_NUM_CHANNELS];