Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
HDwps-nfc.py312 while tag.is_present:
329 while write_wait_remove and tag.is_present:
/freebsd-13-stable/sys/dev/mmc/host/
HDdwmmc.c158 static void dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present);
456 dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present) in dwmmc_handle_card_present() argument
465 if (!was_present && is_present) { in dwmmc_handle_card_present()
468 } else if (was_present && !is_present) { in dwmmc_handle_card_present()
/freebsd-13-stable/contrib/wpa/hostapd/
HDwps-ap-nfc.py202 while write_wait_remove and tag.is_present:
/freebsd-13-stable/sys/dev/sdhci/
HDsdhci.h445 void sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present);
HDsdhci.c100 bool is_present);
669 sdhci_handle_card_present_locked(struct sdhci_slot *slot, bool is_present) argument
689 if (!was_present && is_present) {
692 } else if (was_present && !is_present) {
698 sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present) argument
702 sdhci_handle_card_present_locked(slot, is_present);
/freebsd-13-stable/sys/dev/rtsx/
HDrtsx.c619 bool is_present; in rtsx_handle_card_present() local
626 is_present = rtsx_is_card_present(sc); in rtsx_handle_card_present()
627 if (is_present) in rtsx_handle_card_present()
632 if (!was_present && is_present) { in rtsx_handle_card_present()
640 } else if (was_present && !is_present) { in rtsx_handle_card_present()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp220 } is_present; member