Home
last modified time | relevance | path

Searched defs:twl4030_madc_request (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/i2c/
Dtwl4030-madc.h45 struct twl4030_madc_request { struct
46 unsigned long channels;
47 bool do_avg;
48 u16 method;
49 u16 type;
50 bool active;
51 bool result_pending;
52 bool raw;
53 int rbuf[TWL4030_MADC_MAX_CHANNELS];
54 void (*func_cb)(int len, int channels, int *buf);