Searched refs:is_present (Results 1 – 7 of 7) sorted by relevance
312 while tag.is_present:329 while write_wait_remove and tag.is_present:
158 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() argument465 if (!was_present && is_present) { in dwmmc_handle_card_present()468 } else if (was_present && !is_present) { in dwmmc_handle_card_present()
202 while write_wait_remove and tag.is_present:
445 void sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present);
100 bool is_present);669 sdhci_handle_card_present_locked(struct sdhci_slot *slot, bool is_present) argument689 if (!was_present && is_present) {692 } else if (was_present && !is_present) {698 sdhci_handle_card_present(struct sdhci_slot *slot, bool is_present) argument702 sdhci_handle_card_present_locked(slot, is_present);
619 bool is_present; in rtsx_handle_card_present() local626 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()
220 } is_present; member