Searched refs:atox (Results 1 – 4 of 4) sorted by relevance
113 #define atox(c) ('0' <= c && c <= '9' ? c - '0' : \ macro123 top = atox(in[0]); in HexToBinary()126 bottom = atox(in[1]); in HexToBinary()
32 u8 ato, bool atox, unsigned int *sample);207 bool atox; member
253 unsigned int channel, u8 ato, bool atox, in mc13xxx_adc_do_conversion() argument322 if (atox) in mc13xxx_adc_do_conversion()
128 priv->touch->ato, priv->touch->atox, in mc13783_ts_work()