Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/dev/
H A Doptpoint.c56 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()
[all …]