Searched defs:apds9960_data (Results 1 – 2 of 2) sorted by relevance
119 struct apds9960_data { struct120 struct i2c_client *client;121 struct iio_dev *indio_dev;122 struct mutex lock;125 struct regmap *regmap;126 struct regmap_field *reg_int_als;127 struct regmap_field *reg_int_ges;128 struct regmap_field *reg_int_pxs;130 struct regmap_field *reg_enable_als;131 struct regmap_field *reg_enable_ges;[all …]
120 struct apds9960_data { struct121 struct i2c_client *client;122 struct iio_dev *indio_dev;123 struct mutex lock;126 struct regmap *regmap;127 struct regmap_field *reg_int_als;128 struct regmap_field *reg_int_ges;129 struct regmap_field *reg_int_pxs;131 struct regmap_field *reg_enable_als;132 struct regmap_field *reg_enable_ges;[all …]