Searched refs:complete_what (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Ds3cmci.h51 enum s3cmci_waitfor complete_what; member in struct:s3cmci_host
H A Ds3cmci.c378 host->complete_what = COMPLETION_FINALIZE;
432 host->complete_what = COMPLETION_FINALIZE;
503 if (host->complete_what == COMPLETION_FINALIZE) {
525 * host->complete_what Indicates when the request is considered done
532 * 1) Driver sets up host->mrq and host->complete_what
576 if ((host->complete_what == COMPLETION_NONE) ||
577 (host->complete_what == COMPLETION_FINALIZE)) {
626 if (host->complete_what == COMPLETION_CMDSENT) {
655 if (host->complete_what == COMPLETION_RSPFIN) {
660 if (host->complete_what
[all...]

Completed in 63 milliseconds