Lines Matching refs:neo_softc
116 struct neo_softc { struct
170 static int nm_waitcd(struct neo_softc *); argument
171 static int nm_loadcoeff(struct neo_softc *, int, int);
172 static int nm_init(struct neo_softc *);
207 CFATTACH_DECL_NEW(neo, sizeof(struct neo_softc),
284 nm_waitcd(struct neo_softc *sc) in nm_waitcd()
303 nm_ackint(struct neo_softc *sc, uint32_t num) in nm_ackint()
318 nm_loadcoeff(struct neo_softc *sc, int dir, int num) in nm_loadcoeff()
343 struct neo_softc *sc; in neo_intr()
347 sc = (struct neo_softc *)p; in neo_intr()
416 nm_init(struct neo_softc *sc) in nm_init()
537 struct neo_softc *sc = device_private(dv); in neo_resume()
552 struct neo_softc *sc; in neo_attach()
644 struct neo_softc *sc; in neo_read_codec()
660 struct neo_softc *sc; in neo_write_codec()
681 struct neo_softc *sc; in neo_attach_codec()
691 struct neo_softc *sc; in neo_reset_codec()
736 struct neo_softc *sc; in neo_set_format()
779 struct neo_softc *sc; in neo_trigger_output()
809 struct neo_softc *sc; in neo_trigger_input()
841 struct neo_softc *sc; in neo_halt_output()
843 sc = (struct neo_softc *)addr; in neo_halt_output()
854 struct neo_softc *sc; in neo_halt_input()
856 sc = (struct neo_softc *)addr; in neo_halt_input()
874 struct neo_softc *sc; in neo_mixer_set_port()
883 struct neo_softc *sc; in neo_mixer_get_port()
892 struct neo_softc *sc; in neo_query_devinfo()
901 struct neo_softc *sc; in neo_malloc()
928 struct neo_softc *sc; in neo_free()
959 struct neo_softc *sc; in neo_get_locks()