Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sdmmc/
H A Dsdhc.c83 callout_t tuning_timer; member
311 callout_init(&hp->tuning_timer, CALLOUT_MPSAFE); in sdhc_host_found()
312 callout_setfunc(&hp->tuning_timer, sdhc_tuning_timer, hp); in sdhc_host_found()
662 callout_destroy(&hp->tuning_timer); in sdhc_host_found()
699 callout_halt(&hp->tuning_timer, NULL); in sdhc_detach()
700 callout_destroy(&hp->tuning_timer); in sdhc_detach()
956 callout_halt(&hp->tuning_timer, &hp->intr_lock); in sdhc_bus_power()
1535 callout_schedule(&hp->tuning_timer, in sdhc_execute_tuning1()