HomeSort by: relevance | last modified time | path
    Searched refs:ym_softc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/isa/
mpu_ym.c 70 struct ym_softc *ssc = device_private(parent);
84 struct ym_softc *ssc = device_private(parent);
107 struct ym_softc *ssc = arg;
ym.c 149 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...]
opl_ym.c 72 struct ym_softc *ssc = device_private(parent);
82 struct ym_softc *ssc = device_private(parent);
104 struct ym_softc *ssc = arg;
ymvar.h 143 struct ym_softc { struct
249 void ym_power_ctl(struct ym_softc *, int, int);
254 void ym_attach(struct ym_softc *);
  /src/sys/dev/isapnp/
ym_isapnp.c 77 CFATTACH_DECL_NEW(ym_isapnp, sizeof(struct ym_softc),
105 struct ym_softc *sc;
  /src/sys/arch/i386/pnpbios/
ym_pnpbios.c 66 CFATTACH_DECL_NEW(ym_pnpbios, sizeof(struct ym_softc),
83 struct ym_softc *sc = device_private(self);
  /src/sys/dev/acpi/
ym_acpi.c 52 CFATTACH_DECL_NEW(ym_acpi, sizeof(struct ym_softc), ym_acpi_match,
82 struct ym_softc *sc = device_private(self);

Completed in 35 milliseconds