Home
last modified time | relevance | path

Searched refs:aw96103 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/iio/proximity/
Daw96103.c107 struct aw96103 { struct
247 static int aw96103_get_diff_raw(struct aw96103 *aw96103, unsigned int chan, in aw96103_get_diff_raw() argument
253 ret = regmap_read(aw96103->regmap, in aw96103_get_diff_raw()
266 struct aw96103 *aw96103 = iio_priv(indio_dev); in aw96103_read_raw() local
271 ret = aw96103_get_diff_raw(aw96103, chan->channel, val); in aw96103_read_raw()
281 static int aw96103_read_thresh(struct aw96103 *aw96103, in aw96103_read_thresh() argument
286 ret = regmap_read(aw96103->regmap, in aw96103_read_thresh()
294 static int aw96103_read_out_debounce(struct aw96103 *aw96103, in aw96103_read_out_debounce() argument
301 ret = regmap_read(aw96103->regmap, in aw96103_read_out_debounce()
310 static int aw96103_read_in_debounce(struct aw96103 *aw96103, in aw96103_read_in_debounce() argument
[all …]
DMakefile25 obj-$(CONFIG_AW96103) += aw96103.o
DKconfig247 module will be called aw96103.