Searched refs:card_task (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_var.h74 struct task card_task; /* Card presence check task */ member in struct:dwmmc_softc
H A Ddwmmc.c469 taskqueue_enqueue(taskqueue_swi_giant, &sc->card_task);
767 TASK_INIT(&sc->card_task, 0, dwmmc_card_task, sc);
820 taskqueue_drain(taskqueue_swi_giant, &sc->card_task);
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h377 struct task card_task; /* Card presence check task */ member in struct:sdhci_slot
H A Dsdhci.c695 taskqueue_enqueue(taskqueue_swi_giant, &slot->card_task);
1096 TASK_INIT(&slot->card_task, 0, sdhci_card_task, slot);
1131 taskqueue_drain(taskqueue_swi_giant, &slot->card_task);

Completed in 67 milliseconds