Symbol: mmc_resp_type
drivers/mmc/host/alcor.c
278
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/alcor.c
296
mmc_hostname(mmc_from_priv(host)), mmc_resp_type(cmd));
drivers/mmc/host/au1xmmc.c
268
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/au1xmmc.c
285
mmc_resp_type(cmd));
drivers/mmc/host/cavium.c
145
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/davinci_mmc.c
266
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/davinci_mmc.c
285
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/davinci_mmc.c
305
mmc_resp_type(cmd));
drivers/mmc/host/jz4740_mmc.c
692
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/jz4740_mmc.c
820
if (mmc_resp_type(req->stop) & MMC_RSP_BUSY) {
drivers/mmc/host/meson-mx-sdio.c
158
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/mtk-sd.c
1151
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/mtk-sd.c
1408
mmc_resp_type(cmd) != MMC_RSP_R1B_NO_CRC) {
drivers/mmc/host/mtk-sd.c
1446
if (mmc_resp_type(cmd) == MMC_RSP_R1B || cmd->data) {
drivers/mmc/host/mxcmmc.c
373
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/mxcmmc.c
388
mmc_resp_type(cmd));
drivers/mmc/host/mxs-mmc.c
130
if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) {
drivers/mmc/host/mxs-mmc.c
131
if (mmc_resp_type(cmd) & MMC_RSP_136) {
drivers/mmc/host/mxs-mmc.c
290
ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ?
drivers/mmc/host/mxs-mmc.c
292
get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ?
drivers/mmc/host/mxs-mmc.c
294
long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ?
drivers/mmc/host/mxs-mmc.c
362
ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ?
drivers/mmc/host/mxs-mmc.c
364
get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ?
drivers/mmc/host/mxs-mmc.c
366
long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ?
drivers/mmc/host/omap.c
357
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/omap.c
372
dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd));
drivers/mmc/host/owl-mmc.c
182
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/owl-mmc.c
254
if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) {
drivers/mmc/host/owl-mmc.c
269
if (mmc_resp_type(cmd) & MMC_RSP_136) {
drivers/mmc/host/pxamci.c
241
switch (RSP_TYPE(mmc_resp_type(cmd))) {
drivers/mmc/host/rtsx_pci_sdmmc.c
113
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/rtsx_usb_sdmmc.c
309
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/sh_mmcif.c
849
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/tifm_sd.c
326
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/tmio_mmc_core.c
296
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/tmio_mmc_core.c
304
pr_debug("Unknown response type %d\n", mmc_resp_type(cmd));
drivers/mmc/host/toshsd.c
422
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/toshsd.c
442
mmc_resp_type(cmd));
drivers/mmc/host/usdhi6rol0.c
1236
if (mmc_resp_type(cmd) == MMC_RSP_NONE)
drivers/mmc/host/usdhi6rol0.c
1245
if (mmc_resp_type(cmd) & MMC_RSP_136)
drivers/mmc/host/usdhi6rol0.c
958
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/usdhi6rol0.c
977
mmc_resp_type(cmd));
drivers/mmc/host/via-sdmmc.c
571
switch (mmc_resp_type(cmd)) {
drivers/mmc/host/wmt-sdmmc.c
587
rsptype = mmc_resp_type(req->cmd);
drivers/staging/greybus/sdio.c
418
switch (mmc_resp_type(cmd)) {
drivers/staging/greybus/sdio.c
436
mmc_resp_type(cmd));