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

  /src/sys/dev/isa/
sb.c 110 sbmatch(struct sbdsp_softc *sc, int probing, cfdata_t match)
129 probing ? "sbmatch" : device_xname(sc->sc_dev),
136 probing ? "sbmatch" : device_xname(sc->sc_dev),
155 probing ? "sbmatch" : device_xname(sc->sc_dev),
165 probing ? "sbmatch" : device_xname(sc->sc_dev),
172 probing ? "sbmatch" : device_xname(sc->sc_dev),
182 probing ? "sbmatch" : device_xname(sc->sc_dev),
188 probing ? "sbmatch" : device_xname(sc->sc_dev),
194 probing ? "sbmatch" : device_xname(sc->sc_dev),
210 probing ? "sbmatch" : device_xname(sc->sc_dev), w
    [all...]
sb_isa.c 99 sbfind(device_t parent, struct sbdsp_softc *sc, int probing,
125 if (!sbmatch(sc, probing, match))
130 if (probing) {
pas.c 289 struct isa_attach_args *ia, int probing)
426 if (probing) {
437 if (rc == 0 || probing)
441 if (rc == 0 || probing)
wss_isa.c 120 wssfind(device_t parent, cfdata_t match, struct wss_softc *sc, int probing,
199 if (probing) {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx53-ard.dts 38 * 3V3 regulator to get LAN9220 driver probing work.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h6-pine-h64.dts 303 * flash and eMMC at the same time, as one of them would fail probing.
  /src/sys/dev/sdmmc/
sdhc.c 1591 bool probing; local in function:sdhc_exec_command
1640 probing = (cmd->c_flags & SCF_TOUT_OK) != 0;
1641 if (!sdhc_wait_intr(hp, SDHC_COMMAND_COMPLETE, SDHC_COMMAND_TIMEOUT*3, probing)) {
2283 sdhc_wait_intr(struct sdhc_host *hp, int mask, int timo, bool probing)
2331 if (!probing)

Completed in 22 milliseconds