HomeSort by: relevance | last modified time | path
    Searched defs:optpoint_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpcmips/dev/
optpoint.c 56 struct optpoint_softc { struct
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
    [all...]

Completed in 12 milliseconds