HomeSort by: relevance | last modified time | path
    Searched defs:tuning_timer (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/sdmmc/
sdhc.c 83 callout_t tuning_timer; member in struct:sdhc_host
302 callout_init(&hp->tuning_timer, CALLOUT_MPSAFE);
303 callout_setfunc(&hp->tuning_timer, sdhc_tuning_timer, hp);
653 callout_destroy(&hp->tuning_timer);
690 callout_halt(&hp->tuning_timer, NULL);
691 callout_destroy(&hp->tuning_timer);
946 callout_halt(&hp->tuning_timer, &hp->intr_lock);
1525 callout_schedule(&hp->tuning_timer,

Completed in 13 milliseconds