Searched refs:alps_fields (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/input/mouse/ |
D | alps.h | 235 struct alps_fields { struct 314 int (*decode_fields)(struct alps_fields *f, unsigned char *p, 322 struct alps_fields f;
|
D | alps.c | 395 struct alps_fields *fields) in alps_process_bitmap() 516 struct alps_fields *f = &priv->f; in alps_report_mt_data() 530 struct alps_fields *f = &priv->f; in alps_report_semi_mt_data() 625 static void alps_decode_buttons_v3(struct alps_fields *f, unsigned char *p) in alps_decode_buttons_v3() 636 static int alps_decode_pinnacle(struct alps_fields *f, unsigned char *p, in alps_decode_pinnacle() 662 static int alps_decode_rushmore(struct alps_fields *f, unsigned char *p, in alps_decode_rushmore() 690 static int alps_decode_dolphin(struct alps_fields *f, unsigned char *p, in alps_decode_dolphin() 732 struct alps_fields *f = &priv->f; in alps_process_touchpad_packet_v3_v5() 895 struct alps_fields *f = &priv->f; in alps_process_packet_v4() 1028 static int alps_decode_packet_v7(struct alps_fields *f, in alps_decode_packet_v7() [all …]
|