Home
last modified time | relevance | path

Searched refs:TRIGGER_LOC (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c626 gt1x_config[TRIGGER_LOC] &= 0xfe; in gt1x_init_panel()
628 gt1x_config[TRIGGER_LOC] |= 0x01; in gt1x_init_panel()
646 gt1x_int_type = (gt1x_config[TRIGGER_LOC]) & 0x03; in gt1x_init_panel()
654 gt1x_config[TRIGGER_LOC] = (gt1x_config[TRIGGER_LOC] & 0xFC) | gt1x_int_type; in gt1x_init_panel()
1929 set_reg_bit(cfg[TRIGGER_LOC], 0, gt1x_int_type); in gt1x_parse_sc_cfg()
2056 set_reg_bit(cfg[TRIGGER_LOC], 0, gt1x_int_type); in gt1x_parse_chr_cfg()
H A Dgt1x_generic.h350 #define TRIGGER_LOC (GTP_REG_CONFIG_TRIGGER - GTP_REG_CONFIG_DATA) macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h347 #define TRIGGER_LOC 8 macro
H A Dgt9xx.c1588 config[TRIGGER_LOC] &= 0xfe; in gtp_init_panel()
1592 config[TRIGGER_LOC] |= 0x01; in gtp_init_panel()
1621 ts->int_trigger_type = (config[TRIGGER_LOC]) & 0x03; in gtp_init_panel()
H A Dgt9xx_update.c308 config[TRIGGER_LOC] &= 0xfe; in gup_init_panel()
312 config[TRIGGER_LOC] |= 0x01; in gup_init_panel()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgoodix.c64 #define TRIGGER_LOC 6 macro
944 ts->int_trigger_type = ts->config[TRIGGER_LOC] & 0x03; in goodix_read_config()