Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/keyboard/
Dbcm-keypad.c76 struct bcm_kp { struct
95 static int bcm_kp_get_keycode(struct bcm_kp *kp, int row, int col) in bcm_kp_get_keycode() argument
103 static void bcm_kp_report_keys(struct bcm_kp *kp, int reg_num, int pull_mode) in bcm_kp_report_keys()
131 struct bcm_kp *kp = dev_id; in bcm_kp_isr_thread()
143 static int bcm_kp_start(struct bcm_kp *kp) in bcm_kp_start()
174 static void bcm_kp_stop(const struct bcm_kp *kp) in bcm_kp_stop()
192 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_open()
199 struct bcm_kp *kp = input_get_drvdata(dev); in bcm_kp_close()
204 static int bcm_kp_matrix_key_parse_dt(struct bcm_kp *kp) in bcm_kp_matrix_key_parse_dt()
319 struct bcm_kp *kp; in bcm_kp_probe()