Searched refs:card_task (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 | 469 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 D | sdhci.h | 375 struct task card_task; /* Card presence check task */ member
|
| H A D | sdhci.c | 767 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);
|