/linux-4.1.27/drivers/mmc/card/ |
H A D | queue.h | 11 struct mmc_command sbc; 12 struct mmc_command cmd; 13 struct mmc_command stop;
|
H A D | mmc_test.c | 227 static int mmc_test_busy(struct mmc_command *cmd) mmc_test_busy() 239 struct mmc_command cmd = {0}; mmc_test_wait_busy() 243 memset(&cmd, 0, sizeof(struct mmc_command)); mmc_test_wait_busy() 274 struct mmc_command cmd = {0}; mmc_test_buffer_transfer() 275 struct mmc_command stop = {0}; mmc_test_buffer_transfer() 767 struct mmc_command *cmd, mmc_test_nonblock_reset() 768 struct mmc_command *stop, mmc_test_nonblock_reset() 772 memset(cmd, 0, sizeof(struct mmc_command)); mmc_test_nonblock_reset() 774 memset(stop, 0, sizeof(struct mmc_command)); mmc_test_nonblock_reset() 786 struct mmc_command cmd1; mmc_test_nonblock_transfer() 787 struct mmc_command stop1; mmc_test_nonblock_transfer() 791 struct mmc_command cmd2; mmc_test_nonblock_transfer() 792 struct mmc_command stop2; mmc_test_nonblock_transfer() 850 struct mmc_command cmd = {0}; mmc_test_simple_transfer() 851 struct mmc_command stop = {0}; mmc_test_simple_transfer() 875 struct mmc_command cmd = {0}; mmc_test_broken_transfer() 876 struct mmc_command stop = {0}; mmc_test_broken_transfer()
|
H A D | block.c | 453 struct mmc_command cmd = {0}; mmc_blk_ioctl_cmd() 681 struct mmc_command cmd = {0}; mmc_sd_num_wr_blocks() 696 memset(&cmd, 0, sizeof(struct mmc_command)); mmc_sd_num_wr_blocks() 731 struct mmc_command cmd = {0}; get_card_status() 796 struct mmc_command cmd = {0}; send_stop()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | sd_ops.c | 28 struct mmc_command cmd = {0}; mmc_app_cmd() 69 struct mmc_command *cmd, int retries) mmc_wait_for_app_cmd() 82 * we cannot use the retries field in mmc_command. mmc_wait_for_app_cmd() 124 struct mmc_command cmd = {0}; mmc_app_set_bus_width() 152 struct mmc_command cmd = {0}; mmc_send_app_op_cond() 198 struct mmc_command cmd = {0}; mmc_send_if_cond() 230 struct mmc_command cmd = {0}; mmc_send_relative_addr() 252 struct mmc_command cmd = {0}; mmc_app_send_scr() 311 struct mmc_command cmd = {0}; mmc_sd_switch() 356 struct mmc_command cmd = {0}; mmc_app_sd_status()
|
H A D | mmc_ops.c | 60 struct mmc_command cmd = {0}; __mmc_send_status() 93 struct mmc_command cmd = {0}; _mmc_select_card() 136 struct mmc_command cmd = {0}; mmc_set_dsr() 149 struct mmc_command cmd = {0}; mmc_go_idle() 185 struct mmc_command cmd = {0}; mmc_send_op_cond() 226 struct mmc_command cmd = {0}; mmc_all_send_cid() 247 struct mmc_command cmd = {0}; mmc_set_relative_addr() 267 struct mmc_command cmd = {0}; mmc_send_cxd_native() 294 struct mmc_command cmd = {0}; mmc_send_cxd_data() 424 struct mmc_command cmd = {0}; mmc_spi_read_ocr() 439 struct mmc_command cmd = {0}; mmc_spi_set_crc() 472 struct mmc_command cmd = {0}; __mmc_switch() 583 struct mmc_command cmd = {0}; mmc_send_tuning() 654 struct mmc_command cmd = {0}; mmc_send_bus_test() 750 struct mmc_command cmd = {0}; mmc_send_hpi_cmd()
|
H A D | sdio_ops.c | 24 struct mmc_command cmd = {0}; mmc_send_io_op_cond() 71 struct mmc_command cmd = {0}; mmc_io_rw_direct_host() 125 struct mmc_command cmd = {0}; mmc_io_rw_extended()
|
H A D | core.c | 95 struct mmc_command *cmd = mrq->cmd; mmc_should_fail_request() 133 struct mmc_command *cmd = mrq->cmd; mmc_request_done() 399 struct mmc_command *cmd; mmc_wait_for_data_req_done() 444 struct mmc_command *cmd; mmc_wait_for_req_done() 692 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries) mmc_wait_for_cmd() 1493 struct mmc_command cmd = {0}; mmc_set_signal_voltage() 1970 struct mmc_command cmd = {0}; mmc_do_erase() 2019 memset(&cmd, 0, sizeof(struct mmc_command)); mmc_do_erase() 2034 memset(&cmd, 0, sizeof(struct mmc_command)); mmc_do_erase() 2052 memset(&cmd, 0, sizeof(struct mmc_command)); mmc_do_erase() 2285 struct mmc_command cmd = {0}; mmc_set_blocklen() 2300 struct mmc_command cmd = {0}; mmc_set_blockcount()
|
H A D | mmc.c | 1516 struct mmc_command cmd = {0}; mmc_sleep()
|
/linux-4.1.27/include/linux/mmc/ |
H A D | core.h | 18 struct mmc_command { struct 120 struct mmc_command *stop; /* stop command */ 131 struct mmc_command *sbc; /* SET_BLOCK_COUNT for multiblock */ 132 struct mmc_command *cmd; 134 struct mmc_command *stop; 150 extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int); 153 struct mmc_command *, int);
|
H A D | dw_mmc.h | 142 struct mmc_command *cmd; 144 struct mmc_command stop_abort;
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | mxs-mmc.c | 67 struct mmc_command *cmd; 136 struct mmc_command *cmd); 140 struct mmc_command *cmd = host->cmd; mxs_mmc_request_done() 189 struct mmc_command *cmd = host->cmd; mxs_mmc_irq_handler() 262 struct mmc_command *cmd = host->cmd; mxs_mmc_bc() 296 struct mmc_command *cmd = host->cmd; mxs_mmc_ac() 353 struct mmc_command *cmd = host->cmd; mxs_mmc_adtc() 466 struct mmc_command *cmd) mxs_mmc_start_cmd()
|
H A D | rtsx_pci_sdmmc.c | 108 static void sd_cmd_set_sd_cmd(struct rtsx_pcr *pcr, struct mmc_command *cmd) sd_cmd_set_sd_cmd() 123 static int sd_response_type(struct mmc_command *cmd) sd_response_type() 224 struct mmc_command *cmd) sd_send_cmd_get_rsp() 341 static int sd_read_data(struct realtek_pci_sdmmc *host, struct mmc_command *cmd, sd_read_data() 395 struct mmc_command *cmd, u16 byte_cnt, u8 *buf, int buf_len, sd_write_data() 447 struct mmc_command *cmd = mrq->cmd; sd_read_long_data() 505 struct mmc_command *cmd = mrq->cmd; sd_write_long_data() 588 struct mmc_command *cmd = mrq->cmd; sd_normal_rw() 712 struct mmc_command cmd = {0}; sd_tuning_rx_cmd() 786 static inline int sdio_extblock_cmd(struct mmc_command *cmd, sdio_extblock_cmd() 792 static inline int sd_rw_cmd(struct mmc_command *cmd) sd_rw_cmd() 807 struct mmc_command *cmd = mrq->cmd; sd_request()
|
H A D | android-goldfish.c | 116 struct mmc_command *cmd; 153 goldfish_mmc_start_command(struct goldfish_mmc_host *host, struct mmc_command *cmd) goldfish_mmc_start_command() 263 struct mmc_command *cmd) goldfish_mmc_cmd_done()
|
H A D | bfin_sdh.c | 77 struct mmc_command *cmd; 210 static void sdh_start_cmd(struct sdh_host *host, struct mmc_command *cmd) sdh_start_cmd() 255 struct mmc_command *cmd = host->cmd; sdh_cmd_done()
|
H A D | mmci.h | 202 struct mmc_command *cmd;
|
H A D | mvsdio.c | 146 struct mmc_command *cmd = mrq->cmd; mvsd_request() 200 struct mmc_command *stop = data->stop; mvsd_request() 245 static u32 mvsd_finish_cmd(struct mvsd_host *host, struct mmc_command *cmd, mvsd_finish_cmd() 469 struct mmc_command *cmd = mrq->cmd; mvsd_irq()
|
H A D | toshsd.h | 170 struct mmc_command *cmd;/* Current command */
|
H A D | s3cmci.c | 188 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, prepare_dbgmsg() 207 static void dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, dbg_dumpcmd() 236 struct mmc_command *cmd, int fail) { } 238 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, prepare_dbgmsg() 612 struct mmc_command *cmd; s3cmci_irq() 848 struct mmc_command *cmd; finalize_request() 941 struct mmc_command *cmd) s3cmci_send_command() 1133 struct mmc_command *cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; s3cmci_send_request()
|
H A D | jz4740_mmc.c | 134 struct mmc_command *cmd; 609 struct mmc_command *cmd) jz4740_mmc_read_response() 632 struct mmc_command *cmd) jz4740_mmc_send_command() 681 struct mmc_command *cmd = host->req->cmd; jz_mmc_prepare_data_transfer() 697 struct mmc_command *cmd = host->req->cmd; jz_mmc_irq_worker() 776 struct mmc_command *cmd = host->cmd; jz_mmc_irq()
|
H A D | rtsx_usb_sdmmc.c | 103 static int sd_read_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, sd_read_data() 210 static int sd_write_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, sd_write_data() 297 struct mmc_command *cmd) sd_send_cmd_get_rsp() 559 struct mmc_command *cmd = mrq->cmd; sd_normal_rw() 685 struct mmc_command cmd = {0}; sd_tuning_rx_cmd() 826 struct mmc_command *cmd = mrq->cmd; sdmmc_request()
|
H A D | vub300.c | 336 struct mmc_command *cmd; 897 struct mmc_command *cmd = vub300->cmd; send_command() 1437 struct mmc_command *cmd, struct mmc_data *data) __command_read_data() 1509 struct mmc_command *cmd, struct mmc_data *data) __command_write_data() 1597 struct mmc_command *cmd, __vub300_command_response() 1717 struct mmc_command *cmd) construct_request_response() 1754 struct mmc_command *cmd = vub300->cmd; vub300_cmndwork_thread() 1802 struct mmc_command *cmd, u8 Function) examine_cyclic_buffer() 1859 struct mmc_command *cmd) satisfy_request_from_offloaded_data() 1907 struct mmc_command *cmd = req->cmd; vub300_mmc_request()
|
H A D | tifm_sd.c | 330 static unsigned int tifm_sd_op_flags(struct mmc_command *cmd) tifm_sd_op_flags() 372 static void tifm_sd_exec(struct tifm_sd *host, struct mmc_command *cmd) tifm_sd_exec() 391 static void tifm_sd_fetch_resp(struct mmc_command *cmd, struct tifm_dev *sock) tifm_sd_fetch_resp() 406 struct mmc_command *cmd = host->req->cmd; tifm_sd_check_status() 509 struct mmc_command *cmd = NULL; tifm_sd_card_event()
|
H A D | cb710-mmc.c | 346 struct mmc_command *cmd) cb710_encode_cmd_flags() 397 struct mmc_command *cmd) cb710_receive_response() 444 static int cb710_mmc_command(struct mmc_host *mmc, struct mmc_command *cmd) cb710_mmc_command()
|
H A D | dw_mmc.c | 116 struct mmc_command *cmd; dw_mci_req_show() 117 struct mmc_command *stop; dw_mci_req_show() 234 static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd) dw_mci_prepare_command() 307 static u32 dw_mci_prep_stop_abort(struct dw_mci *host, struct mmc_command *cmd) dw_mci_prep_stop_abort() 309 struct mmc_command *stop; dw_mci_prep_stop_abort() 317 memset(stop, 0, sizeof(struct mmc_command)); dw_mci_prep_stop_abort() 369 struct mmc_command *cmd, u32 cmd_flags) dw_mci_start_command() 385 struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort; send_stop_abort() 1023 struct mmc_command *cmd) __dw_mci_start_request() 1090 struct mmc_command *cmd; dw_mci_start_request() 1486 static int dw_mci_command_complete(struct dw_mci *host, struct mmc_command *cmd) dw_mci_command_complete() 1572 struct mmc_command *cmd; dw_mci_tasklet_func()
|
H A D | pxamci.c | 69 struct mmc_command *cmd; 257 static void pxamci_start_cmd(struct pxamci_host *host, struct mmc_command *cmd, unsigned int cmdat) pxamci_start_cmd() 301 struct mmc_command *cmd = host->cmd; pxamci_cmd_done()
|
H A D | sdhci.h | 460 struct mmc_command *cmd; /* Current command */ 531 struct mmc_command *cmd); 643 struct mmc_command *cmd);
|
H A D | mmc_spi.c | 250 static char *maptype(struct mmc_command *cmd) maptype() 263 struct mmc_command *cmd, int cs_on) mmc_spi_response_get() 447 struct mmc_command *cmd, int cs_on) mmc_spi_command_send() 878 mmc_spi_data_do(struct mmc_spi_host *host, struct mmc_command *cmd, mmc_spi_data_do() 1055 struct mmc_command stop; mmc_spi_request() 1060 struct mmc_command *cmd; mmc_spi_request()
|
H A D | usdhi6rol0.c | 927 struct mmc_command *cmd = mrq->cmd; usdhi6_cmd_flags() 980 struct mmc_command *cmd = mrq->cmd; usdhi6_rq_start() 1162 struct mmc_command *cmd = host->mrq->stop; usdhi6_resp_cmd12() 1168 struct mmc_command *cmd = host->mrq->cmd; usdhi6_resp_read() 1320 struct mmc_command *cmd = mrq->cmd; usdhi6_end_cmd() 1422 struct mmc_command *cmd; usdhi6_sd_bh()
|
H A D | toshsd.c | 210 struct mmc_command *cmd = host->cmd; toshsd_cmd_irq() 405 static void toshsd_start_cmd(struct toshsd_host *host, struct mmc_command *cmd) toshsd_start_cmd()
|
H A D | omap.c | 123 struct mmc_command * cmd; 335 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) mmc_omap_start_command() 552 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd) mmc_omap_cmd_done() 610 struct mmc_command *cmd; mmc_omap_abort_command()
|
H A D | tmio_mmc.h | 53 struct mmc_command *cmd;
|
H A D | sh_mmcif.c | 739 struct mmc_command *cmd) sh_mmcif_get_response() 751 struct mmc_command *cmd) sh_mmcif_get_cmd12response() 760 struct mmc_command *cmd = mrq->cmd; sh_mmcif_set_cmd() 872 struct mmc_command *cmd = mrq->cmd; sh_mmcif_start_cmd() 1078 struct mmc_command *cmd = host->mrq->cmd; sh_mmcif_end_cmd()
|
H A D | wbsd.c | 315 struct mmc_command *cmd) wbsd_get_short_reply() 333 struct mmc_command *cmd) wbsd_get_long_reply() 357 static void wbsd_send_command(struct wbsd_host *host, struct mmc_command *cmd) wbsd_send_command() 757 struct mmc_command *cmd; wbsd_request()
|
H A D | davinci_mmc.c | 182 struct mmc_command *cmd; 283 struct mmc_command *cmd) mmc_davinci_start_command() 846 struct mmc_command *cmd) mmc_davinci_cmd_done()
|
H A D | mxcmmc.c | 139 struct mmc_command *cmd; 382 static int mxcmci_start_cmd(struct mxcmci_host *host, struct mmc_command *cmd, mxcmci_start_cmd() 503 struct mmc_command *cmd = host->cmd; mxcmci_read_response()
|
H A D | tmio_mmc_pio.c | 320 static int tmio_mmc_start_command(struct tmio_mmc_host *host, struct mmc_command *cmd) tmio_mmc_start_command() 471 struct mmc_command *stop; tmio_mmc_do_data_irq() 565 struct mmc_command *cmd = host->cmd; tmio_mmc_cmd_irq()
|
H A D | via-sdmmc.c | 301 struct mmc_command *cmd; 511 struct mmc_command *cmd) via_sdc_get_response() 553 struct mmc_command *cmd) via_sdc_send_command()
|
H A D | atmel-mci.c | 194 struct mmc_command *cmd; 288 struct mmc_command *cmd; atmci_req_show() 289 struct mmc_command *stop; atmci_req_show() 663 struct mmc_command *cmd) atmci_prepare_command() 712 struct mmc_command *cmd, u32 cmd_flags) atmci_send_command() 1139 struct mmc_command *cmd; atmci_start_request() 1526 struct mmc_command *cmd) atmci_command_complete()
|
H A D | sdhci.c | 661 static u8 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_command *cmd) sdhci_calc_timeout() 742 static void sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) sdhci_set_timeout() 754 static void sdhci_prepare_data(struct sdhci_host *host, struct mmc_command *cmd) sdhci_prepare_data() 922 struct mmc_command *cmd) sdhci_set_transfer_mode() 1026 void sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) sdhci_send_command() 1995 struct mmc_command cmd = {0}; sdhci_execute_tuning()
|
H A D | moxart-mmc.c | 205 struct mmc_command *cmd) moxart_send_command()
|
H A D | omap_hsmmc.c | 179 struct mmc_command *cmd; 474 struct mmc_command *cmd) omap_hsmmc_enable_irq() 780 omap_hsmmc_start_command(struct omap_hsmmc_host *host, struct mmc_command *cmd, omap_hsmmc_start_command() 906 omap_hsmmc_cmd_done(struct omap_hsmmc_host *host, struct mmc_command *cmd) omap_hsmmc_cmd_done()
|
H A D | sdricoh_cs.c | 268 struct mmc_command *cmd = mrq->cmd; sdricoh_request()
|
H A D | au1xmmc.c | 264 struct mmc_command *cmd, struct mmc_data *data) au1xmmc_send_command() 532 struct mmc_command *cmd; au1xmmc_cmd_complete()
|
H A D | sunxi-mmc.c | 420 struct mmc_command *cmd = host->mrq->cmd; sunxi_mmc_dump_errinfo() 773 struct mmc_command *cmd = mrq->cmd; sunxi_mmc_request()
|
H A D | wmt-sdmmc.c | 205 struct mmc_command *cmd;
|
H A D | mmci.c | 878 mmci_start_command(struct mmci_host *host, struct mmc_command *cmd, u32 c) mmci_start_command() 980 mmci_cmd_irq(struct mmci_host *host, struct mmc_command *cmd, mmci_cmd_irq()
|
H A D | sdhci-esdhc-imx.c | 829 static void esdhc_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) esdhc_set_timeout()
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio.c | 56 struct mmc_command io_cmd; rsi_cmd52writebyte() 80 struct mmc_command io_cmd; rsi_cmd52readbyte() 112 struct mmc_command cmd; rsi_issue_sdiocommand() 118 memset(&cmd, 0, sizeof(struct mmc_command)); rsi_issue_sdiocommand()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | sdio.c | 138 struct mmc_command io_cmd; ath6kl_sdio_func0_cmd52_wr_byte() 262 struct mmc_command cmd; ath6kl_sdio_scat_rw() 282 memset(&cmd, 0, sizeof(struct mmc_command)); ath6kl_sdio_scat_rw()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 517 struct mmc_command mmc_cmd; brcmf_sdiod_sglist_rw() 560 memset(&mmc_cmd, 0, sizeof(struct mmc_command)); brcmf_sdiod_sglist_rw()
|