Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dltc2664.c71 struct ltc2664_state;
75 int (*scale_get)(const struct ltc2664_state *st, int c);
76 int (*offset_get)(const struct ltc2664_state *st, int c);
97 struct ltc2664_state { struct
131 static int ltc2664_scale_get(const struct ltc2664_state *st, int c) in ltc2664_scale_get() argument
146 static int ltc2672_scale_get(const struct ltc2664_state *st, int c) in ltc2672_scale_get()
163 static int ltc2664_offset_get(const struct ltc2664_state *st, int c) in ltc2664_offset_get()
178 static int ltc2664_dac_code_write(struct ltc2664_state *st, u32 chan, u32 input, in ltc2664_dac_code_write()
217 static void ltc2664_dac_code_read(struct ltc2664_state *st, u32 chan, u32 input, in ltc2664_dac_code_read()
246 struct ltc2664_state *st = iio_priv(indio_dev); in ltc2664_read_raw()
[all …]