Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_ex_fun.c723 static u8 shex_to_u8(const char *hex_buf, int size) in shex_to_u8() function
740 rw_op.reg = shex_to_u8(buf + 1, 2); in fts_parse_buf()
770 tmpbuf[i] = shex_to_u8(buf + 5 + i * 2 - 2, 2); in fts_parse_buf()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_ex_fun.c756 static u8 shex_to_u8(const char *hex_buf, int size) in shex_to_u8() function
773 rw_op.reg = shex_to_u8(buf + 1, 2); in fts_parse_buf()
803 tmpbuf[i] = shex_to_u8(buf + 5 + i * 2 - 2, 2); in fts_parse_buf()