Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/dev/
H A Dopms.c206 opms_common_attach(struct opms_softc *sc, bus_space_tag_t opms_iot, in opms_common_attach()
220 struct opms_softc *sc; in opmsopen()
255 struct opms_softc *sc = device_lookup_private(&opms_cd, PMSUNIT(dev)); in opmsclose()
272 struct opms_softc *sc = device_lookup_private(&opms_cd, PMSUNIT(dev)); in opmsread()
318 struct opms_softc *sc = device_lookup_private(&opms_cd, PMSUNIT(dev)); in opmsioctl()
370 struct opms_softc *sc = arg; in opmsintr()
440 struct opms_softc *sc = device_lookup_private(&opms_cd, PMSUNIT(dev)); in opmspoll()
458 struct opms_softc *sc = kn->kn_hook; in filt_opmsrdetach()
469 struct opms_softc *sc = kn->kn_hook; in filt_opmsread()
485 struct opms_softc *sc = device_lookup_private(&opms_cd, PMSUNIT(dev)); in opmskqfilter()
H A Dopmsvar.h79 struct opms_softc { /* driver status information */ struct
96 void opms_common_attach(struct opms_softc *, bus_space_tag_t, argument
/netbsd-src/sys/arch/arc/jazz/
H A Dopms_jazzio.c49 CFATTACH_DECL_NEW(opms_jazzio, sizeof(struct opms_softc),
69 struct opms_softc *sc = device_private(self); in opms_jazzio_attach()
/netbsd-src/sys/arch/arc/isa/
H A Dopms_isa.c50 CFATTACH_DECL_NEW(opms_isa, sizeof(struct opms_softc),
102 struct opms_softc *sc = device_private(self); in opms_isa_attach()