Home
last modified time | relevance | path

Searched refs:CONFIG_LEN (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_pad.c61 #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 Dgslx680_firefly.c57 #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 Dgsl3673.c110 #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 Dgslx680a.c140 #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 Dgsl3673_800x1280.c113 #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 Dgslx680.c74 #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 Dgslx6801.c58 #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 Dmoveconfig.py356 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 Dgsl3676.c112 #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 Drockchip_gslX680.c77 #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 Dhyn_cst2xx.c90 #define CONFIG_LEN 31 macro