Home
last modified time | relevance | path

Searched refs:ym_softc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dym.c149 static void ym_save_codec_regs(struct ym_softc *);
150 static void ym_restore_codec_regs(struct ym_softc *);
152 static void ym_chip_powerdown(struct ym_softc *);
153 static void ym_chip_powerup(struct ym_softc *, int);
154 static void ym_powerdown_blocks(struct ym_softc *);
156 void ym_power_ctl(struct ym_softc *, int, int);
159 static void ym_init(struct ym_softc *);
160 static void ym_mute(struct ym_softc *, int, int);
161 static void ym_set_master_gain(struct ym_softc *, struct ad1848_volume*);
162 static void ym_hvol_to_master_gain(struct ym_softc *);
[all …]
H A Dmpu_ym.c70 struct ym_softc *ssc = device_private(parent); in mpu_ym_match()
84 struct ym_softc *ssc = device_private(parent); in mpu_ym_attach()
107 struct ym_softc *ssc = arg; in mpu_ym_power_ctl()
H A Dopl_ym.c72 struct ym_softc *ssc = device_private(parent); in opl_ym_match()
82 struct ym_softc *ssc = device_private(parent); in opl_ym_attach()
104 struct ym_softc *ssc = arg; in opl_ym_power_ctl()
H A Dymvar.h143 struct ym_softc { struct
249 void ym_power_ctl(struct ym_softc *, int, int);
254 void ym_attach(struct ym_softc *);
/netbsd-src/sys/dev/isapnp/
H A Dym_isapnp.c77 CFATTACH_DECL_NEW(ym_isapnp, sizeof(struct ym_softc),
105 struct ym_softc *sc; in ym_isapnp_attach()
/netbsd-src/sys/arch/i386/pnpbios/
H A Dym_pnpbios.c66 CFATTACH_DECL_NEW(ym_pnpbios, sizeof(struct ym_softc),
83 struct ym_softc *sc = device_private(self); in ym_pnpbios_attach()
/netbsd-src/sys/dev/acpi/
H A Dym_acpi.c52 CFATTACH_DECL_NEW(ym_acpi, sizeof(struct ym_softc), ym_acpi_match,
82 struct ym_softc *sc = device_private(self); in ym_acpi_attach()