Searched refs:alps_fields (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/input/mouse/ |
D | alps.h | 232 struct alps_fields { struct 311 int (*decode_fields)(struct alps_fields *f, unsigned char *p, 319 struct alps_fields f;
|
D | alps.c | 393 struct alps_fields *fields) in alps_process_bitmap() 514 struct alps_fields *f = &priv->f; in alps_report_mt_data() 528 struct alps_fields *f = &priv->f; in alps_report_semi_mt_data() 623 static void alps_decode_buttons_v3(struct alps_fields *f, unsigned char *p) in alps_decode_buttons_v3() 634 static int alps_decode_pinnacle(struct alps_fields *f, unsigned char *p, in alps_decode_pinnacle() 660 static int alps_decode_rushmore(struct alps_fields *f, unsigned char *p, in alps_decode_rushmore() 688 static int alps_decode_dolphin(struct alps_fields *f, unsigned char *p, in alps_decode_dolphin() 730 struct alps_fields *f = &priv->f; in alps_process_touchpad_packet_v3_v5() 893 struct alps_fields *f = &priv->f; in alps_process_packet_v4() 1026 static int alps_decode_packet_v7(struct alps_fields *f, in alps_decode_packet_v7() [all …]
|