Searched refs:sc_enable (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-current/sys/dev/pcmcia/
H A Dif_xivar.h33 int (*sc_enable)(struct xi_softc *); member in struct:xi_softc
H A Dif_an_pcmcia.c147 sc->sc_enable = an_pcmcia_enable;
H A Dif_cs_pcmcia.c131 sc->sc_enable = cs_pcmcia_enable;
H A Dif_awi_pcmcia.c217 sc->sc_enable = awi_pcmcia_enable;
/netbsd-current/sys/arch/arm/ep93xx/
H A Deppcicvar.h60 int sc_enable; member in struct:eppcic_softc
H A Deppcic.c165 sc->sc_enable = 0;
525 if (!sc->sc_enable++)
544 if (!--sc->sc_enable)
/netbsd-current/sys/arch/arm/at91/
H A Dat91cfvar.h57 int sc_enable; member in struct:at91cf_softc
/netbsd-current/sys/dev/fdt/
H A Dfdt_panel.c57 struct fdtbus_gpio_pin * sc_enable; member in struct:panel_fdt_softc
68 if (sc->sc_enable) {
69 fdtbus_gpio_write(sc->sc_enable, true);
154 sc->sc_enable = fdtbus_gpio_acquire_index(phandle,
/netbsd-current/sys/dev/ic/
H A Dmb86950var.h71 int (*sc_enable)(struct mb86950_softc *); member in struct:mb86950_softc
H A Dsmc91cxxvar.h46 int (*sc_enable)(struct smc91cxx_softc *); member in struct:smc91cxx_softc
H A Dmb86960var.h166 int (*sc_enable)(struct mb86960_softc *); member in struct:mb86960_softc
H A Dmalovar.h106 int (*sc_enable)(struct malo_softc *); member in struct:malo_softc
H A Ddw_hdmi.h94 void (*sc_enable)(struct dwhdmi_softc *); member in struct:dwhdmi_softc
H A Dawivar.h74 int (*sc_enable)(struct awi_softc *); member in struct:awi_softc
H A Drt2661var.h98 int (*sc_enable)(struct rt2661_softc *); member in struct:rt2661_softc
H A Drt2560var.h106 int (*sc_enable)(struct rt2560_softc *); member in struct:rt2560_softc
H A Danvar.h112 int (*sc_enable)(struct an_softc *); member in struct:an_softc
H A Ddp8390var.h83 int (*sc_enable)(struct dp8390_softc *); member in struct:dp8390_softc
H A Drt2860var.h117 int (*sc_enable)(struct rt2860_softc *); member in struct:rt2860_softc
H A Dcs89x0var.h112 int (*sc_enable)(struct cs_softc *); member in struct:cs_softc
/netbsd-current/sys/arch/hppa/gsc/
H A Dgsckbc.c119 int sc_enable; /* if != 0 then enable */ member in struct:gsckbc_softc
183 sc->sc_enable = on;
212 if (sc->sc_enable != 0)
219 if (sc->sc_op->sc_enable != 0)
302 sc->sc_enable = 1;
/netbsd-current/sys/arch/macppc/dev/
H A Dif_wi_obio.c108 wisc->sc_enable = wi_obio_enable;
/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dif_ne_obio.c204 sc->nsc.sc_dp8390.sc_enable = ne_obio_enable;
/netbsd-current/sys/dev/cardbus/
H A Dif_re_cardbus.c161 sc->sc_enable = re_cardbus_enable;
H A Dif_malo_cardbus.c109 sc->sc_enable = malo_cardbus_enable;

Completed in 320 milliseconds

123