Symbol: mmc_request
sys/arm/allwinner/aw_mmc.c
1018
aw_mmc_request(device_t bus, device_t child, struct mmc_request *req)
sys/arm/allwinner/aw_mmc.c
167
struct mmc_request * aw_req;
sys/arm/allwinner/aw_mmc.c
207
static int aw_mmc_request(device_t, device_t, struct mmc_request *);
sys/arm/allwinner/aw_mmc.c
797
struct mmc_request *req;
sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
156
struct mmc_request * sc_req;
sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
208
struct mmc_request * sc_req;
sys/dev/mmc/host/dwmmc.c
1180
struct mmc_request *req;
sys/dev/mmc/host/dwmmc.c
1237
dwmmc_request(device_t brdev, device_t reqdev, struct mmc_request *req)
sys/dev/mmc/host/dwmmc_var.h
61
struct mmc_request *req;
sys/dev/mmc/mmc.c
155
struct mmc_request *req);
sys/dev/mmc/mmc.c
230
static int mmc_wait_for_req(struct mmc_softc *sc, struct mmc_request *req);
sys/dev/mmc/mmc.c
231
static void mmc_wakeup(struct mmc_request *req);
sys/dev/mmc/mmc.c
445
mmc_wakeup(struct mmc_request *req)
sys/dev/mmc/mmc.c
457
mmc_wait_for_req(struct mmc_softc *sc, struct mmc_request *req)
sys/dev/mmc/mmc.c
483
mmc_wait_for_request(device_t busdev, device_t dev, struct mmc_request *req)
sys/dev/mmc/mmc_subr.c
75
struct mmc_request mreq;
sys/dev/mmc/mmcreg.h
108
struct mmc_request *mrq; /* backpointer to request */
sys/dev/mmc/mmcreg.h
200
struct mmc_request *mrq;
sys/dev/mmc/mmcreg.h
208
void (*done)(struct mmc_request *); /* Completion function */
sys/dev/mmc/mmcreg.h
65
struct mmc_request;
sys/dev/mmc/mmcsd.c
1091
struct mmc_request req;
sys/dev/mmc/mmcsd.c
1167
struct mmc_request req;
sys/dev/mmc/mmcsd.c
1241
struct mmc_request req;
sys/dev/mmc/mmcspi.c
2005
mmcspi_request(device_t brdev, device_t reqdev, struct mmc_request *req)
sys/dev/rtsx/rtsx.c
116
struct mmc_request rtsx_cam_req; /* CAM MMC request */
sys/dev/rtsx/rtsx.c
119
struct mmc_request *rtsx_req; /* MMC request */
sys/dev/rtsx/rtsx.c
2005
struct mmc_request req = {};
sys/dev/rtsx/rtsx.c
2326
struct mmc_request *req;
sys/dev/rtsx/rtsx.c
276
static int rtsx_mmcbr_request(device_t bus, device_t child __unused, struct mmc_request *req);
sys/dev/rtsx/rtsx.c
3436
rtsx_mmcbr_request(device_t bus, device_t child __unused, struct mmc_request *req)
sys/dev/sdhci/sdhci.c
105
static void sdhci_req_wakeup(struct mmc_request *req);
sys/dev/sdhci/sdhci.c
1573
struct mmc_request *tune_req;
sys/dev/sdhci/sdhci.c
1686
struct mmc_request *req;
sys/dev/sdhci/sdhci.c
1699
sdhci_req_wakeup(struct mmc_request *req)
sys/dev/sdhci/sdhci.c
2106
const struct mmc_request *req;
sys/dev/sdhci/sdhci.c
2139
struct mmc_request *req)
sys/dev/sdhci/sdhci.h
384
struct mmc_request *req; /* Current request */
sys/dev/sdhci/sdhci.h
387
struct mmc_request *tune_req; /* Tuning request */
sys/dev/sdhci/sdhci.h
440
struct mmc_request *req);