Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mmc/host/
H A Ddwmmc_var.h69 struct task card_task; /* Card presence check task */ member
H A Ddwmmc.c469 taskqueue_enqueue(taskqueue_swi_giant, &sc->card_task); in dwmmc_handle_card_present()
754 TASK_INIT(&sc->card_task, 0, dwmmc_card_task, sc); in dwmmc_attach()
786 taskqueue_drain(taskqueue_swi_giant, &sc->card_task); in dwmmc_detach()
/freebsd-14.2/sys/dev/sdhci/
H A Dsdhci.h375 struct task card_task; /* Card presence check task */ member
H A Dsdhci.c767 taskqueue_enqueue(taskqueue_swi_giant, &slot->card_task);
1132 TASK_INIT(&slot->card_task, 0, sdhci_card_task, slot);
1187 taskqueue_drain(taskqueue_swi_giant, &slot->card_task);