Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py312 while tag.is_present:
329 while write_wait_remove and tag.is_present:
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c157 static void dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present);
455 dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present) in dwmmc_handle_card_present() argument
464 if (!was_present && is_present) { in dwmmc_handle_card_present()
467 } else if (was_present && !is_present) { in dwmmc_handle_card_present()
/freebsd/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py202 while write_wait_remove and tag.is_present:
/freebsd/sys/dev/sdhci/
H A Dsdhci.h446 void sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present);
H A Dsdhci.c100 bool is_present);
746 sdhci_handle_card_present_locked(struct sdhci_slot *slot, bool is_present) argument
766 if (!was_present && is_present) {
769 } else if (was_present && !is_present) {
775 sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present) argument
779 sdhci_handle_card_present_locked(slot, is_present);
/freebsd/sys/dev/rtsx/
H A Drtsx.c617 bool is_present; in rtsx_handle_card_present() local
624 is_present = rtsx_is_card_present(sc); in rtsx_handle_card_present()
625 if (is_present) in rtsx_handle_card_present()
630 if (!was_present && is_present) { in rtsx_handle_card_present()
638 } else if (was_present && !is_present) { in rtsx_handle_card_present()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp220 } is_present; member