Home | History | Annotate | Download | only in dev

Lines Matching defs:optpoint_softc

56 struct optpoint_softc {
76 static void optpoint_send(struct optpoint_softc *, int);
77 static int optpoint_recv(struct optpoint_softc *);
91 CFATTACH_DECL_NEW(optpoint, sizeof(struct optpoint_softc),
110 struct optpoint_softc *sc = device_private(self);
151 struct optpoint_softc *sc = arg;
198 struct optpoint_softc *sc = arg;
229 struct optpoint_softc *sc = arg;
265 struct optpoint_softc *sc = arg;
290 optpoint_send(struct optpoint_softc *sc, int data)
300 optpoint_recv(struct optpoint_softc *sc)
313 struct optpoint_softc *sc = arg;