Searched refs:optpoint_softc (Results 1 – 1 of 1) sorted by relevance
56 struct optpoint_softc { struct76 static void optpoint_send(struct optpoint_softc *, int); argument77 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()[all …]