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 D | rockchip_gsl3670.h | 29 unsigned int gsl_config_data_id[] = { variable
|
| H A D | rockchip_gslX680.c | 360 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 D | tp_gslx680_board.h | 28 static unsigned int gsl_config_data_id[] = { variable
|
| H A D | gslx6801.h | 37 static unsigned int gsl_config_data_id[] = { variable
|
| H A D | gslx680.h | 74 unsigned int gsl_config_data_id[] = variable
|
| H A D | gslx680_pad.h | 51 static unsigned int gsl_config_data_id[] = variable
|
| H A D | gslx680a.c | 433 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 D | gslx6801.c | 403 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 D | gslx680_pad.c | 142 {GSL680,GSLX680_FW,ARRAY_SIZE(GSLX680_FW),gsl_config_data_id,ARRAY_SIZE(gsl_config_data_id)},
|
| H A D | gslx680.c | 235 .cfg_id = gsl_config_data_id,
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/ |
| H A D | rk3368_th863c_10.h | 36 static unsigned int gsl_config_data_id[512] = variable
|
| H A D | gsl3676.c | 417 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()
|