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