Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
HDpsm.c432 struct psm_softc { /* Driver status information */ struct
562 #define SYN_OFFSET(field) offsetof(struct psm_softc, syninfo.field)
605 typedef int packetfunc_t(struct psm_softc *, u_char *, int *, int,
621 static int psmopen(struct psm_softc *);
622 static int psmclose(struct psm_softc *);
643 static int doinitialize(struct psm_softc *, mousemode_t *);
644 static int doopen(struct psm_softc *, int);
645 static int reinitialize(struct psm_softc *, int);
655 static void dropqueue(struct psm_softc *);
656 static void flushpackets(struct psm_softc *);
[all …]