Home
last modified time | relevance | path

Searched refs:char_to_int (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_pad.c394 static int char_to_int(char ch) in char_to_int() function
489 buf[3]=char_to_int(temp_buf[14])<<4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
490 buf[2]=char_to_int(temp_buf[16])<<4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
491 buf[1]=char_to_int(temp_buf[18])<<4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
492 buf[0]=char_to_int(temp_buf[20])<<4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
494 buf[7]=char_to_int(temp_buf[5])<<4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
495 buf[6]=char_to_int(temp_buf[7])<<4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
496 buf[5]=char_to_int(temp_buf[9])<<4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
497 buf[4]=char_to_int(temp_buf[11])<<4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
H A Dgslx680_firefly.c404 static int char_to_int(char ch) in char_to_int() function
472 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]);
473 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]);
474 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]);
475 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]);
477 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]);
478 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]);
479 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]);
480 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]);
H A Dgsl3673.c500 static int char_to_int(char ch) in char_to_int() function
566 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
567 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
568 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
569 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
570 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
571 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
572 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
573 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
H A Dgslx680a.c511 static int char_to_int(char ch) in char_to_int() function
581 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
582 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
583 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
584 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
586 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
587 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
588 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
589 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
H A Dgsl3673_800x1280.c524 static int char_to_int(char ch) in char_to_int() function
588 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
589 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
590 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
591 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
592 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
593 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
594 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
595 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
H A Dgslx680.c592 static int char_to_int(char ch) in char_to_int() function
676 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
677 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
678 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
679 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
681 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
682 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
683 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
684 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
H A Dgslx6801.c579 static int char_to_int(char ch) in char_to_int() function
654 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
655 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
656 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
657 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
659 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
660 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
661 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
662 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Dgsl3676.c492 static int char_to_int(char ch) in char_to_int() function
559 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
560 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
561 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
562 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
563 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
564 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
565 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
566 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c438 static int char_to_int(char ch) in char_to_int() function
517 buf[3] = char_to_int(temp_buf[14]) << 4 | char_to_int(temp_buf[15]); in gsl_config_write_proc()
518 buf[2] = char_to_int(temp_buf[16]) << 4 | char_to_int(temp_buf[17]); in gsl_config_write_proc()
519 buf[1] = char_to_int(temp_buf[18]) << 4 | char_to_int(temp_buf[19]); in gsl_config_write_proc()
520 buf[0] = char_to_int(temp_buf[20]) << 4 | char_to_int(temp_buf[21]); in gsl_config_write_proc()
522 buf[7] = char_to_int(temp_buf[5]) << 4 | char_to_int(temp_buf[6]); in gsl_config_write_proc()
523 buf[6] = char_to_int(temp_buf[7]) << 4 | char_to_int(temp_buf[8]); in gsl_config_write_proc()
524 buf[5] = char_to_int(temp_buf[9]) << 4 | char_to_int(temp_buf[10]); in gsl_config_write_proc()
525 buf[4] = char_to_int(temp_buf[11]) << 4 | char_to_int(temp_buf[12]); in gsl_config_write_proc()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/
H A Dhyn_cst2xx.c273 static int char_to_int(char ch) in char_to_int() function