Lines Matching refs:optpoint_softc
56 struct optpoint_softc { struct
76 static void optpoint_send(struct optpoint_softc *, int); argument
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); in optpoint_attach()
151 struct optpoint_softc *sc = arg; in optpoint_intr()
198 struct optpoint_softc *sc = arg; in optpoint_enable()
229 struct optpoint_softc *sc = arg; in optpoint_disable()
265 struct optpoint_softc *sc = arg; in optpoint_initialize()
290 optpoint_send(struct optpoint_softc *sc, int data) in optpoint_send()
300 optpoint_recv(struct optpoint_softc *sc) in optpoint_recv()
313 struct optpoint_softc *sc = arg; in optpoint_power()