Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dopl.c106 static void opl_command(struct opl_softc *, int, int, int);
107 void opl_reset(struct opl_softc *);
123 void opl_set_op_reg(struct opl_softc *, int, int, int, u_char);
124 void opl_set_ch_reg(struct opl_softc *, int, int, u_char);
125 void opl_load_patch(struct opl_softc *, int);
141 opl_attach(struct opl_softc *sc) in opl_attach()
193 opl_detach(struct opl_softc *sc, int flags) in opl_detach()
205 opl_command(struct opl_softc *sc, int offs, int addr, int data) in opl_command()
228 struct opl_softc *sc; in opl_match()
241 opl_find(struct opl_softc *sc) in opl_find()
[all …]
H A Doplvar.h43 struct opl_softc { struct
100 int opl_find(struct opl_softc *);
102 void opl_attach(struct opl_softc *);
103 int opl_detach(struct opl_softc *, int);
/netbsd-src/sys/dev/pci/
H A Dopl_sv.c72 struct opl_softc *sc = device_private(self); in opl_sv_attach()
86 CFATTACH_DECL_NEW(opl_sv, sizeof (struct opl_softc),
H A Dopl_eso.c72 struct opl_softc *sc = device_private(self); in opl_eso_attach()
86 CFATTACH_DECL_NEW(opl_eso, sizeof (struct opl_softc),
H A Dopl_fms.c73 struct opl_softc *sc = device_private(self); in opl_fms_attach()
87 CFATTACH_DECL_NEW(opl_fms, sizeof (struct opl_softc),
H A Dopl_yds.c75 struct opl_softc *sc = device_private(self); in opl_yds_attach()
87 CFATTACH_DECL_NEW(opl_yds, sizeof (struct opl_softc),
H A Dopl_cmpci.c73 struct opl_softc *sc = device_private(self); in opl_cmpci_attach()
85 CFATTACH_DECL_NEW(opl_cmpci, sizeof (struct opl_softc),
/netbsd-src/sys/dev/isa/
H A Dopl_wss.c59 CFATTACH_DECL_NEW(opl_wss, sizeof(struct opl_softc),
77 struct opl_softc *sc = device_private(self); in opl_wss_attach()
H A Dopl_sb.c59 CFATTACH_DECL_NEW(opl_sb, sizeof(struct opl_softc),
77 struct opl_softc *sc = device_private(self); in opl_sb_attach()
H A Dopl_ess.c61 CFATTACH_DECL_NEW(opl_ess, sizeof(struct opl_softc),
79 struct opl_softc *sc = device_private(self); in opl_ess_attach()
H A Dopl_ym.c65 CFATTACH_DECL_NEW(opl_ym, sizeof(struct opl_softc),
83 struct opl_softc *sc = device_private(self); in opl_ym_attach()
H A Dopl_isa.c62 struct opl_softc sc_opl;
103 struct opl_softc *sc = device_private(self); in opl_isa_attach()