Home
last modified time | relevance | path

Searched refs:gsl_config_data_id (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gsl3670.h29 unsigned int gsl_config_data_id[] = { variable
H A Drockchip_gslX680.c360 gsl_DataInit(gsl_config_data_id); in startup_chip()
469 seq_printf(m, "%d\n", gsl_config_data_id[tmp]); in gsl_config_read_proc()
537 gsl_DataInit(gsl_config_data_id); in gsl_config_write_proc()
552 gsl_config_data_id[tmp1] = tmp; in gsl_config_write_proc()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dtp_gslx680_board.h28 static unsigned int gsl_config_data_id[] = { variable
H A Dgslx6801.h37 static unsigned int gsl_config_data_id[] = { variable
H A Dgslx680.h74 unsigned int gsl_config_data_id[] = variable
H A Dgslx680_pad.h51 static unsigned int gsl_config_data_id[] = variable
H A Dgslx680a.c433 gsl_DataInit(gsl_config_data_id); in startup_chip()
536 if (tmp >= 0 && tmp < ARRAY_SIZE(gsl_config_data_id)) in gsl_config_read_proc()
537 seq_printf(m, "%d\n", gsl_config_data_id[tmp]); in gsl_config_read_proc()
614 if (tmp1 >= 0 && tmp1 < ARRAY_SIZE(gsl_config_data_id)) in gsl_config_write_proc()
615 gsl_config_data_id[tmp1] = tmp; in gsl_config_write_proc()
H A Dgslx6801.c403 gsl_DataInit(gsl_config_data_id); in startup_chip()
605 seq_printf(m, "%d\n", gsl_config_data_id[tmp]); in gsl_config_read_proc()
686 gsl_config_data_id[tmp1] = tmp; in gsl_config_write_proc()
H A Dgslx680_pad.c142 {GSL680,GSLX680_FW,ARRAY_SIZE(GSLX680_FW),gsl_config_data_id,ARRAY_SIZE(gsl_config_data_id)},
H A Dgslx680.c235 .cfg_id = gsl_config_data_id,
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Drk3368_th863c_10.h36 static unsigned int gsl_config_data_id[512] = variable
H A Dgsl3676.c417 gsl_DataInit(gsl_config_data_id); in startup_chip()
517 if (tmp >= 0 && tmp < ARRAY_SIZE(gsl_config_data_id)) in gsl_config_read_proc()
518 seq_printf(m, "%d\n", gsl_config_data_id[tmp]); in gsl_config_read_proc()
588 if (tmp1 >= 0 && tmp1 < ARRAY_SIZE(gsl_config_data_id)) in gsl_config_write_proc()
589 gsl_config_data_id[tmp1] = tmp; in gsl_config_write_proc()