Searched refs:alps_fields (Results 1 – 2 of 2) sorted by relevance
/drivers/input/mouse/ |
D | alps.h | 197 struct alps_fields { struct 275 int (*decode_fields)(struct alps_fields *f, unsigned char *p, 283 struct alps_fields f;
|
D | alps.c | 388 struct alps_fields *fields) in alps_process_bitmap() 509 struct alps_fields *f = &priv->f; in alps_report_mt_data() 523 struct alps_fields *f = &priv->f; in alps_report_semi_mt_data() 617 static void alps_decode_buttons_v3(struct alps_fields *f, unsigned char *p) in alps_decode_buttons_v3() 628 static int alps_decode_pinnacle(struct alps_fields *f, unsigned char *p, in alps_decode_pinnacle() 654 static int alps_decode_rushmore(struct alps_fields *f, unsigned char *p, in alps_decode_rushmore() 682 static int alps_decode_dolphin(struct alps_fields *f, unsigned char *p, in alps_decode_dolphin() 724 struct alps_fields *f = &priv->f; in alps_process_touchpad_packet_v3_v5() 894 struct alps_fields *f = &priv->f; in alps_process_packet_v4() 1027 static int alps_decode_packet_v7(struct alps_fields *f, in alps_decode_packet_v7() [all …]
|