Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dbcm-keypad.c93 static void bcm_kp_report_keys(struct bcm_kp *kp, int reg_num, int pull_mode) in bcm_kp_report_keys() argument
111 key_press = pull_mode ? !key_press : key_press; in bcm_kp_report_keys()
122 int pull_mode = (kp->kpcr >> KPCR_MODE_SHIFT) & KPCR_MODE_MASK; in bcm_kp_isr_thread() local
126 bcm_kp_report_keys(kp, reg_num, pull_mode); in bcm_kp_isr_thread()