Home
last modified time | relevance | path

Searched refs:card_poll_callout (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sdhci/
H A Dsdhci.h378 struct callout card_poll_callout;/* Card present polling callout */ member
H A Dsdhci.c786 callout_reset(&slot->card_poll_callout, SDHCI_CARD_PRESENT_TICKS,
1134 callout_init(&slot->card_poll_callout, 1);
1140 callout_reset(&slot->card_poll_callout,
1187 callout_drain(&slot->card_poll_callout);