Searched refs:psm_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c415 struct psm_softc { /* Driver status information */ struct
540 #define SYN_OFFSET(field) offsetof(struct psm_softc, syninfo.field)
582 typedef int packetfunc_t(struct psm_softc *, u_char *, int *, int,
599 static int psmopen(struct psm_softc *);
600 static int psmclose(struct psm_softc *);
621 static int doinitialize(struct psm_softc *, mousemode_t *);
622 static int doopen(struct psm_softc *, int);
623 static int reinitialize(struct psm_softc *, int);
631 static void dropqueue(struct psm_softc *);
632 static void flushpackets(struct psm_softc *);
[all...]

Completed in 119 milliseconds