Searched refs:fg_pspan (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 300 typedef struct fg_pspan { struct 306 } fg_pspan; argument 718 fg_pspan sc_pspans_x[FG_MAX_PSPANS_PER_AXIS]; 719 fg_pspan sc_pspans_y[FG_MAX_PSPANS_PER_AXIS]; 766 static void fg_detect_pspans(int *, u_int, u_int, fg_pspan *, u_int *); 771 const fg_pspan *, atp_stroke_type); 773 atp_axis, fg_pspan *, u_int, u_int); 776 static boolean_t fg_update_strokes(struct atp_softc *, fg_pspan *, u_int, 777 fg_pspan *, u_int); 780 static void fg_add_stroke(struct atp_softc *, const fg_pspan *, const fg_pspan *); [all …]
|