Searched defs:twl4030_madc_request (Results 1 – 1 of 1) sorted by relevance
45 struct twl4030_madc_request { struct46 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);