Home
last modified time | relevance | path

Searched refs:GTP_CONFIG_MIN_LENGTH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h302 #define GTP_CONFIG_MIN_LENGTH 186 macro
H A Dgt9xx.c1533 if (ts->gtp_cfg_len < GTP_CONFIG_MIN_LENGTH) in gtp_init_panel()
H A Dgt9xx_update.c273 if (ts->gtp_cfg_len < GTP_CONFIG_MIN_LENGTH) in gup_init_panel()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h281 #define GTP_CONFIG_MIN_LENGTH 186 macro
H A Dgt1x_generic.c341 if (cur_len < GTP_CONFIG_MIN_LENGTH || config[cur_len - 1] != 0x01) {
599 …if (sensor_id >= 6 || cfg_lens[sensor_id] < GTP_CONFIG_MIN_LENGTH || cfg_lens[sensor_id] > GTP_CON… in gt1x_init_panel()
608 if (cfg_len < GTP_CONFIG_MIN_LENGTH || cfg_len > GTP_CONFIG_MAX_LENGTH) { in gt1x_init_panel()