Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dbcm-keypad.c66 struct bcm_kp { struct
85 static int bcm_kp_get_keycode(struct bcm_kp *kp, int row, int col) in bcm_kp_get_keycode() argument
93 static void bcm_kp_report_keys(struct bcm_kp *kp, int reg_num, int pull_mode) in bcm_kp_report_keys()
121 struct bcm_kp *kp = dev_id; in bcm_kp_isr_thread()
133 static int bcm_kp_start(struct bcm_kp *kp) in bcm_kp_start()
164 static void bcm_kp_stop(const struct bcm_kp *kp) in bcm_kp_stop()
181 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_open()
188 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_close()
193 static int bcm_kp_matrix_key_parse_dt(struct bcm_kp *kp) in bcm_kp_matrix_key_parse_dt()
308 struct bcm_kp *kp; in bcm_kp_probe()