Home
last modified time | relevance | path

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

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