Home
last modified time | relevance | path

Searched refs:ascii2hex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c269 static u8 __maybe_unused ascii2hex(u8 a) in ascii2hex() function
327 high = ascii2hex(buf[i + 2]);
328 low = ascii2hex(buf[i + 3]);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c653 static u8 ascii2hex(u8 a) in ascii2hex() function
739 high = ascii2hex(buf[i+2]); in gup_update_config()
740 low = ascii2hex(buf[i+3]); in gup_update_config()