Searched refs:card_task (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc_var.h | 69 struct task card_task; /* Card presence check task */ member
|
H A D | dwmmc.c | 468 taskqueue_enqueue(taskqueue_bus, &sc->card_task); in dwmmc_handle_card_present() 749 TASK_INIT(&sc->card_task, 0, dwmmc_card_task, sc); in dwmmc_attach() 781 taskqueue_drain(taskqueue_bus, &sc->card_task); in dwmmc_detach()
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci.h | 375 struct task card_task; /* Card presence check task */ member
|
H A D | sdhci.c | 770 taskqueue_enqueue(taskqueue_bus, &slot->card_task); 1135 TASK_INIT(&slot->card_task, 0, sdhci_card_task, slot); 1193 taskqueue_drain(taskqueue_bus, &slot->card_task);
|