Symbol: opl_softc
sys/dev/ic/opl.c
106
static void opl_command(struct opl_softc *, int, int, int);
sys/dev/ic/opl.c
107
void opl_reset(struct opl_softc *);
sys/dev/ic/opl.c
123
void opl_set_op_reg(struct opl_softc *, int, int, int, u_char);
sys/dev/ic/opl.c
124
void opl_set_ch_reg(struct opl_softc *, int, int, u_char);
sys/dev/ic/opl.c
125
void opl_load_patch(struct opl_softc *, int);
sys/dev/ic/opl.c
141
opl_attach(struct opl_softc *sc)
sys/dev/ic/opl.c
193
opl_detach(struct opl_softc *sc, int flags)
sys/dev/ic/opl.c
205
opl_command(struct opl_softc *sc, int offs, int addr, int data)
sys/dev/ic/opl.c
228
struct opl_softc *sc;
sys/dev/ic/opl.c
241
opl_find(struct opl_softc *sc)
sys/dev/ic/opl.c
300
opl_set_op_reg(struct opl_softc *sc, int base, int voice, int op, u_char value)
sys/dev/ic/opl.c
310
opl_set_ch_reg(struct opl_softc *sc, int base, int voice, u_char value)
sys/dev/ic/opl.c
321
opl_load_patch(struct opl_softc *sc, int v)
sys/dev/ic/opl.c
380
opl_reset(struct opl_softc *sc)
sys/dev/ic/opl.c
403
struct opl_softc *sc = ms->data;
sys/dev/ic/opl.c
422
struct opl_softc *sc = ms->data;
sys/dev/ic/opl.c
441
struct opl_softc *sc = addr;
sys/dev/ic/opl.c
454
struct opl_softc *sc = addr;
sys/dev/ic/opl.c
512
struct opl_softc *sc = ms->data;
sys/dev/ic/opl.c
619
struct opl_softc *sc = ms->data;
sys/dev/ic/opl.c
675
struct opl_softc *sc = ms->data;
sys/dev/ic/opl.c
691
struct opl_softc *sc = ms->data;
sys/dev/ic/oplvar.h
100
int opl_find(struct opl_softc *);
sys/dev/ic/oplvar.h
102
void opl_attach(struct opl_softc *);
sys/dev/ic/oplvar.h
103
int opl_detach(struct opl_softc *, int);
sys/dev/isa/opl_ess.c
61
CFATTACH_DECL_NEW(opl_ess, sizeof(struct opl_softc),
sys/dev/isa/opl_ess.c
79
struct opl_softc *sc = device_private(self);
sys/dev/isa/opl_isa.c
103
struct opl_softc *sc = device_private(self);
sys/dev/isa/opl_isa.c
62
struct opl_softc sc_opl;
sys/dev/isa/opl_sb.c
59
CFATTACH_DECL_NEW(opl_sb, sizeof(struct opl_softc),
sys/dev/isa/opl_sb.c
77
struct opl_softc *sc = device_private(self);
sys/dev/isa/opl_wss.c
59
CFATTACH_DECL_NEW(opl_wss, sizeof(struct opl_softc),
sys/dev/isa/opl_wss.c
77
struct opl_softc *sc = device_private(self);
sys/dev/isa/opl_ym.c
65
CFATTACH_DECL_NEW(opl_ym, sizeof(struct opl_softc),
sys/dev/isa/opl_ym.c
83
struct opl_softc *sc = device_private(self);
sys/dev/pci/opl_cmpci.c
73
struct opl_softc *sc = device_private(self);
sys/dev/pci/opl_cmpci.c
85
CFATTACH_DECL_NEW(opl_cmpci, sizeof (struct opl_softc),
sys/dev/pci/opl_eso.c
72
struct opl_softc *sc = device_private(self);
sys/dev/pci/opl_eso.c
86
CFATTACH_DECL_NEW(opl_eso, sizeof (struct opl_softc),
sys/dev/pci/opl_fms.c
73
struct opl_softc *sc = device_private(self);
sys/dev/pci/opl_fms.c
87
CFATTACH_DECL_NEW(opl_fms, sizeof (struct opl_softc),
sys/dev/pci/opl_sv.c
72
struct opl_softc *sc = device_private(self);
sys/dev/pci/opl_sv.c
86
CFATTACH_DECL_NEW(opl_sv, sizeof (struct opl_softc),
sys/dev/pci/opl_yds.c
75
struct opl_softc *sc = device_private(self);
sys/dev/pci/opl_yds.c
87
CFATTACH_DECL_NEW(opl_yds, sizeof (struct opl_softc),