Searched refs:opl_softc (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | opl.c | 106 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 D | oplvar.h | 43 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 D | opl_sv.c | 72 struct opl_softc *sc = device_private(self); in opl_sv_attach() 86 CFATTACH_DECL_NEW(opl_sv, sizeof (struct opl_softc),
|
H A D | opl_eso.c | 72 struct opl_softc *sc = device_private(self); in opl_eso_attach() 86 CFATTACH_DECL_NEW(opl_eso, sizeof (struct opl_softc),
|
H A D | opl_fms.c | 73 struct opl_softc *sc = device_private(self); in opl_fms_attach() 87 CFATTACH_DECL_NEW(opl_fms, sizeof (struct opl_softc),
|
H A D | opl_yds.c | 75 struct opl_softc *sc = device_private(self); in opl_yds_attach() 87 CFATTACH_DECL_NEW(opl_yds, sizeof (struct opl_softc),
|
H A D | opl_cmpci.c | 73 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 D | opl_wss.c | 59 CFATTACH_DECL_NEW(opl_wss, sizeof(struct opl_softc), 77 struct opl_softc *sc = device_private(self); in opl_wss_attach()
|
H A D | opl_sb.c | 59 CFATTACH_DECL_NEW(opl_sb, sizeof(struct opl_softc), 77 struct opl_softc *sc = device_private(self); in opl_sb_attach()
|
H A D | opl_ess.c | 61 CFATTACH_DECL_NEW(opl_ess, sizeof(struct opl_softc), 79 struct opl_softc *sc = device_private(self); in opl_ess_attach()
|
H A D | opl_ym.c | 65 CFATTACH_DECL_NEW(opl_ym, sizeof(struct opl_softc), 83 struct opl_softc *sc = device_private(self); in opl_ym_attach()
|
H A D | opl_isa.c | 62 struct opl_softc sc_opl; 103 struct opl_softc *sc = device_private(self); in opl_isa_attach()
|