Searched refs:shex_to_int (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_ex_fun.c | 696 static int shex_to_int(const char *hex_buf, int size) in shex_to_int() function 725 return (u8)shex_to_int(hex_buf, size); in shex_to_u8() 741 length = shex_to_int(buf + 3, 2); in fts_parse_buf() 807 rw_op.reg = shex_to_int(buf, 2); in fts_tprwreg_store() 811 rw_op.reg = shex_to_int(buf, 2); in fts_tprwreg_store() 812 rw_op.val = shex_to_int(buf + 2, 2); in fts_tprwreg_store()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_ex_fun.c | 729 static int shex_to_int(const char *hex_buf, int size) in shex_to_int() function 758 return (u8)shex_to_int(hex_buf, size); in shex_to_u8() 774 length = shex_to_int(buf + 3, 2); in fts_parse_buf() 833 rw_op.reg = shex_to_int(buf, 2); in fts_tprwreg_store() 837 rw_op.reg = shex_to_int(buf, 2); in fts_tprwreg_store() 838 rw_op.val = shex_to_int(buf + 2, 2); in fts_tprwreg_store()
|