Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/atkbdc/
H A Dpsm.c428 struct psm_softc { /* Driver status information */ struct
552 #define SYN_OFFSET(field) offsetof(struct psm_softc, syninfo.field)
594 typedef int packetfunc_t(struct psm_softc *, u_char *, int *, int,
611 static int psmopen(struct psm_softc *);
612 static int psmclose(struct psm_softc *);
633 static int doinitialize(struct psm_softc *, mousemode_t *);
634 static int doopen(struct psm_softc *, int);
635 static int reinitialize(struct psm_softc *, int);
643 static void dropqueue(struct psm_softc *);
644 static void flushpackets(struct psm_softc *);
[all …]