mmc_resp_type     277 drivers/mmc/host/alcor.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     295 drivers/mmc/host/alcor.c 			mmc_hostname(mmc_from_priv(host)), mmc_resp_type(cmd));
mmc_resp_type     159 drivers/mmc/host/android-goldfish.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     175 drivers/mmc/host/android-goldfish.c 			"Invalid response type: %04x\n", mmc_resp_type(cmd));
mmc_resp_type     267 drivers/mmc/host/au1xmmc.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     284 drivers/mmc/host/au1xmmc.c 			mmc_resp_type(cmd));
mmc_resp_type     145 drivers/mmc/host/cavium.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     277 drivers/mmc/host/davinci_mmc.c 		switch (mmc_resp_type(cmd)) {
mmc_resp_type     296 drivers/mmc/host/davinci_mmc.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     316 drivers/mmc/host/davinci_mmc.c 			mmc_resp_type(cmd));
mmc_resp_type     644 drivers/mmc/host/jz4740_mmc.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     772 drivers/mmc/host/jz4740_mmc.c 		if (mmc_resp_type(req->stop) & MMC_RSP_BUSY) {
mmc_resp_type     170 drivers/mmc/host/meson-mx-sdio.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     890 drivers/mmc/host/mtk-sd.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type    1130 drivers/mmc/host/mtk-sd.c 	if (mmc_resp_type(cmd) == MMC_RSP_R1B || cmd->data) {
mmc_resp_type     383 drivers/mmc/host/mxcmmc.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     398 drivers/mmc/host/mxcmmc.c 				mmc_resp_type(cmd));
mmc_resp_type     131 drivers/mmc/host/mxs-mmc.c 	if (mmc_resp_type(cmd) & MMC_RSP_PRESENT) {
mmc_resp_type     132 drivers/mmc/host/mxs-mmc.c 		if (mmc_resp_type(cmd) & MMC_RSP_136) {
mmc_resp_type     291 drivers/mmc/host/mxs-mmc.c 	ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ?
mmc_resp_type     293 drivers/mmc/host/mxs-mmc.c 	get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ?
mmc_resp_type     295 drivers/mmc/host/mxs-mmc.c 	long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ?
mmc_resp_type     363 drivers/mmc/host/mxs-mmc.c 	ignore_crc = (mmc_resp_type(cmd) & MMC_RSP_CRC) ?
mmc_resp_type     365 drivers/mmc/host/mxs-mmc.c 	get_resp = (mmc_resp_type(cmd) & MMC_RSP_PRESENT) ?
mmc_resp_type     367 drivers/mmc/host/mxs-mmc.c 	long_resp = (mmc_resp_type(cmd) & MMC_RSP_136) ?
mmc_resp_type     345 drivers/mmc/host/omap.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     360 drivers/mmc/host/omap.c 		dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd));
mmc_resp_type     242 drivers/mmc/host/pxamci.c 	switch (RSP_TYPE(mmc_resp_type(cmd))) {
mmc_resp_type     112 drivers/mmc/host/rtsx_pci_sdmmc.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     309 drivers/mmc/host/rtsx_usb_sdmmc.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     806 drivers/mmc/host/sh_mmcif.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     330 drivers/mmc/host/tifm_sd.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     253 drivers/mmc/host/tmio_mmc_core.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     262 drivers/mmc/host/tmio_mmc_core.c 		pr_debug("Unknown response type %d\n", mmc_resp_type(cmd));
mmc_resp_type     422 drivers/mmc/host/toshsd.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     442 drivers/mmc/host/toshsd.c 			mmc_resp_type(cmd));
mmc_resp_type     953 drivers/mmc/host/usdhi6rol0.c 		switch (mmc_resp_type(cmd)) {
mmc_resp_type     972 drivers/mmc/host/usdhi6rol0.c 				 mmc_resp_type(cmd));
mmc_resp_type    1222 drivers/mmc/host/usdhi6rol0.c 	if (mmc_resp_type(cmd) == MMC_RSP_NONE)
mmc_resp_type    1231 drivers/mmc/host/usdhi6rol0.c 	if (mmc_resp_type(cmd) & MMC_RSP_136)
mmc_resp_type     566 drivers/mmc/host/via-sdmmc.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     588 drivers/mmc/host/wmt-sdmmc.c 	rsptype = mmc_resp_type(req->cmd);
mmc_resp_type     419 drivers/staging/greybus/sdio.c 	switch (mmc_resp_type(cmd)) {
mmc_resp_type     437 drivers/staging/greybus/sdio.c 			mmc_resp_type(cmd));