| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680_pad.c | 61 #define CONFIG_LEN 31 macro 62 static char gsl_read[CONFIG_LEN]; 465 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() 474 pr_err("size not match [%d:%ld]\n", CONFIG_LEN, count); in gsl_config_write_proc() 487 memcpy(temp_buf,path_buf,(count<CONFIG_LEN?count:CONFIG_LEN)); in gsl_config_write_proc()
|
| H A D | gslx680_firefly.c | 57 #define CONFIG_LEN 31 macro 58 static char gsl_read[CONFIG_LEN]; 451 char temp_buf[CONFIG_LEN]; 458 print_info("size not match [%d:%ld]\n", CONFIG_LEN, count); 469 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN));
|
| H A D | gsl3673.c | 110 #define CONFIG_LEN 31 macro 111 static char gsl_read[CONFIG_LEN]; 547 char temp_buf[CONFIG_LEN] = {0}; in gsl_config_write_proc() 553 print_info("size not match [%d:%zd]\n", CONFIG_LEN, count); in gsl_config_write_proc() 565 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc()
|
| H A D | gslx680a.c | 140 #define CONFIG_LEN 31 macro 141 static char gsl_read[CONFIG_LEN]; 559 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() 566 print_info("size not match [%d:%ld]\n", CONFIG_LEN, count); in gsl_config_write_proc() 578 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc()
|
| H A D | gsl3673_800x1280.c | 113 #define CONFIG_LEN 31 macro 114 static char gsl_read[CONFIG_LEN]; 571 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() 577 print_info("size not match [%d:%zd]\n", CONFIG_LEN, count); in gsl_config_write_proc() 587 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc()
|
| H A D | gslx680.c | 74 #define CONFIG_LEN 31 macro 75 static char gsl_read[CONFIG_LEN]; 653 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() 673 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc()
|
| H A D | gslx6801.c | 58 #define CONFIG_LEN 31 macro 59 static char gsl_read[CONFIG_LEN]; 633 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() 651 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 356 CONFIG_LEN = len('CONFIG_') variable 1711 sym = find_kconfig_rules(kconf, config[CONFIG_LEN:], 1712 iconfig[CONFIG_LEN:]) 1724 sym = kconf.get_symbol(iconfig[CONFIG_LEN:]) 1741 config[CONFIG_LEN:], iconfig[CONFIG_LEN:])) 1756 add_imply_rule(config[CONFIG_LEN:], fname, linenum)
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | gsl3676.c | 112 #define CONFIG_LEN 31 macro 113 static char gsl_read[CONFIG_LEN]; 540 char temp_buf[CONFIG_LEN] = {}; in gsl_config_write_proc() 546 print_info("size not match [%d:%zd]\n", CONFIG_LEN, count); in gsl_config_write_proc() 558 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/ |
| H A D | rockchip_gslX680.c | 77 #define CONFIG_LEN 31 macro 78 static char gsl_read[CONFIG_LEN]; 497 char temp_buf[CONFIG_LEN]; in gsl_config_write_proc() 503 print_info("size not match [%d:%ld]\n", CONFIG_LEN, count); in gsl_config_write_proc() 514 memcpy(temp_buf, path_buf, (count < CONFIG_LEN ? count : CONFIG_LEN)); in gsl_config_write_proc()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 90 #define CONFIG_LEN 31 macro
|