Searched refs:sc_dev (Results 1 - 25 of 2174) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvrpmuvar.h30 struct device sc_dev; member in struct:vrpmu_softc
H A Dbcuvar.h38 struct device sc_dev; member in struct:vrbcu_softc
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dcrimevar.h38 device_t sc_dev; member in struct:crime_softc
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dnvramvar.h33 device_t sc_dev; member in struct:nvr_softc
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dlebuffervar.h33 device_t sc_dev; /* us as a device */ member in struct:lebuf_softc
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpchbvar.h36 device_t sc_dev; member in struct:pchb_softc
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dnextkbdvar.h35 struct device sc_dev; member in struct:nextkbd_softc
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dj720sspvar.h35 device_t sc_dev; member in struct:j720ssp_softc
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_cpunodevar.h35 device_t sc_dev; member in struct:cpunode_softc
H A Drmixl_cpuvar.h41 device_t sc_dev; member in struct:rmixl_cpu_softc
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dtsdiovar.h33 struct device sc_dev; member in struct:tsdio_softc
H A Dsb.c138 probing ? "sbmatch" : device_xname(sc->sc_dev),
145 probing ? "sbmatch" : device_xname(sc->sc_dev),
164 probing ? "sbmatch" : device_xname(sc->sc_dev),
174 probing ? "sbmatch" : device_xname(sc->sc_dev),
181 probing ? "sbmatch" : device_xname(sc->sc_dev),
191 probing ? "sbmatch" : device_xname(sc->sc_dev),
197 probing ? "sbmatch" : device_xname(sc->sc_dev),
203 probing ? "sbmatch" : device_xname(sc->sc_dev),
208 printf("%s: old drq conf %02x\n", device_xname(sc->sc_dev),
210 printf("%s: try drq conf %02x\n", device_xname(sc->sc_dev),
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/rmixl/
H A Dautoconf.h7 device_t sc_dev; member in struct:mainbus_softc
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dcpuvar.h35 device_t sc_dev; /* base device */ member in struct:cpu_softc
/netbsd-6-1-5-RELEASE/sys/dev/dec/
H A Dmcclockvar.h31 device_t sc_dev; member in struct:mcclock_softc
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dintersil7170var.h41 device_t sc_dev; member in struct:intersil7170_softc
H A Djoyvar.h42 device_t sc_dev; member in struct:joy_softc
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Dascvar.h34 struct device sc_dev; member in struct:asc_softc
/netbsd-6-1-5-RELEASE/sys/arch/amiga/pci/
H A Dp5membarvar.h36 device_t sc_dev; member in struct:p5membar_softc
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabrvar.h80 device_t sc_dev; member in struct:isabr_softc
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimxclockvar.h5 device_t sc_dev; member in struct:imxclock_softc
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Diopi2cvar.h42 device_t sc_dev; member in struct:iopiic_softc
H A Dbecc_button.c63 device_t sc_dev; member in struct:beccbut_softc
85 "callback: %d\n", device_xname(sc->sc_dev), rv);
106 sc->sc_dev = self;
110 sc->sc_smpsw.smpsw_name = device_xname(sc->sc_dev);
114 aprint_error_dev(sc->sc_dev,
122 aprint_error_dev(sc->sc_dev,
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dfdc_acpi.c111 sc->sc_dev = self;
116 rv = acpi_resource_parse(sc->sc_dev, aa->aa_node->ad_handle, "_CRS",
124 aprint_error_dev(sc->sc_dev,
132 aprint_error_dev(sc->sc_dev, "unable to find irq resource\n");
139 aprint_error_dev(sc->sc_dev, "unable to find drq resource\n");
147 aprint_error_dev(sc->sc_dev, "can't map i/o space\n");
158 aprint_error_dev(sc->sc_dev,
164 aprint_error_dev(sc->sc_dev,
177 aprint_error_dev(sc->sc_dev,
181 aprint_verbose_dev(sc->sc_dev,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dzusb.c55 device_t sc_dev; member in struct:zusb_softc
92 sc->sc_dev = self;
98 aprint_error_dev(sc->sc_dev, "couldn't map memory space\n");
123 DPRINTF(("%s: USB client cable changed\n", device_xname(sc->sc_dev)));
134 DPRINTF(("%s: USB host cable changed\n", device_xname(sc->sc_dev)));
149 device_xname(sc->sc_dev), host_cable, client_cable));
155 device_xname(sc->sc_dev)));
160 device_xname(sc->sc_dev)));

Completed in 208 milliseconds

1234567891011>>