/linux-4.4.14/include/linux/mmc/ |
D | core.h | 18 struct mmc_command { struct 120 struct mmc_command *stop; /* stop command */ argument 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);
|
D | dw_mmc.h | 155 struct mmc_command *cmd; 157 struct mmc_command stop_abort;
|
/linux-4.4.14/drivers/mmc/core/ |
D | sd_ops.c | 28 struct mmc_command cmd = {0}; in mmc_app_cmd() 69 struct mmc_command *cmd, int retries) in mmc_wait_for_app_cmd() 124 struct mmc_command cmd = {0}; in mmc_app_set_bus_width() 152 struct mmc_command cmd = {0}; in mmc_send_app_op_cond() 198 struct mmc_command cmd = {0}; in mmc_send_if_cond() 230 struct mmc_command cmd = {0}; in mmc_send_relative_addr() 252 struct mmc_command cmd = {0}; in mmc_app_send_scr() 311 struct mmc_command cmd = {0}; in mmc_sd_switch() 356 struct mmc_command cmd = {0}; in mmc_app_sd_status()
|
D | mmc_ops.c | 61 struct mmc_command cmd = {0}; in __mmc_send_status() 94 struct mmc_command cmd = {0}; in _mmc_select_card() 137 struct mmc_command cmd = {0}; in mmc_set_dsr() 150 struct mmc_command cmd = {0}; in mmc_go_idle() 186 struct mmc_command cmd = {0}; in mmc_send_op_cond() 227 struct mmc_command cmd = {0}; in mmc_all_send_cid() 248 struct mmc_command cmd = {0}; in mmc_set_relative_addr() 268 struct mmc_command cmd = {0}; in mmc_send_cxd_native() 295 struct mmc_command cmd = {0}; in mmc_send_cxd_data() 425 struct mmc_command cmd = {0}; in mmc_spi_read_ocr() [all …]
|
D | sdio_ops.c | 24 struct mmc_command cmd = {0}; in mmc_send_io_op_cond() 71 struct mmc_command cmd = {0}; in mmc_io_rw_direct_host() 125 struct mmc_command cmd = {0}; in mmc_io_rw_extended()
|
D | core.c | 95 struct mmc_command *cmd = mrq->cmd; in mmc_should_fail_request() 133 struct mmc_command *cmd = mrq->cmd; in mmc_request_done() 443 struct mmc_command *cmd; in mmc_wait_for_data_req_done() 488 struct mmc_command *cmd; in mmc_wait_for_req_done() 734 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries) in mmc_wait_for_cmd() 1563 struct mmc_command cmd = {0}; in mmc_set_signal_voltage() 2055 struct mmc_command cmd = {0}; in mmc_do_erase() 2106 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_do_erase() 2121 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_do_erase() 2139 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_do_erase() [all …]
|
D | mmc.c | 1682 struct mmc_command cmd = {0}; in mmc_sleep()
|
/linux-4.4.14/drivers/mmc/card/ |
D | queue.h | 11 struct mmc_command sbc; 12 struct mmc_command cmd; 13 struct mmc_command stop;
|
D | mmc_test.c | 227 static int mmc_test_busy(struct mmc_command *cmd) in mmc_test_busy() 239 struct mmc_command cmd = {0}; in mmc_test_wait_busy() 243 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_test_wait_busy() 272 struct mmc_command cmd = {0}; in mmc_test_buffer_transfer() 273 struct mmc_command stop = {0}; in mmc_test_buffer_transfer() 761 struct mmc_command *cmd, in mmc_test_nonblock_reset() 762 struct mmc_command *stop, in mmc_test_nonblock_reset() 766 memset(cmd, 0, sizeof(struct mmc_command)); in mmc_test_nonblock_reset() 768 memset(stop, 0, sizeof(struct mmc_command)); in mmc_test_nonblock_reset() 780 struct mmc_command cmd1; in mmc_test_nonblock_transfer() [all …]
|
D | block.c | 470 struct mmc_command cmd = {0}; in __mmc_blk_ioctl_cmd() 778 struct mmc_command cmd = {0}; in mmc_sd_num_wr_blocks() 793 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_sd_num_wr_blocks() 828 struct mmc_command cmd = {0}; in get_card_status() 893 struct mmc_command cmd = {0}; in send_stop()
|
/linux-4.4.14/drivers/mmc/host/ |
D | mxs-mmc.c | 67 struct mmc_command *cmd; 136 struct mmc_command *cmd); 140 struct mmc_command *cmd = host->cmd; in mxs_mmc_request_done() 189 struct mmc_command *cmd = host->cmd; in mxs_mmc_irq_handler() 262 struct mmc_command *cmd = host->cmd; in mxs_mmc_bc() 296 struct mmc_command *cmd = host->cmd; in mxs_mmc_ac() 353 struct mmc_command *cmd = host->cmd; in mxs_mmc_adtc() 466 struct mmc_command *cmd) in mxs_mmc_start_cmd()
|
D | rtsx_pci_sdmmc.c | 108 static void sd_cmd_set_sd_cmd(struct rtsx_pcr *pcr, struct mmc_command *cmd) in sd_cmd_set_sd_cmd() 123 static int sd_response_type(struct mmc_command *cmd) in sd_response_type() 224 struct mmc_command *cmd) in sd_send_cmd_get_rsp() 341 static int sd_read_data(struct realtek_pci_sdmmc *host, struct mmc_command *cmd, in sd_read_data() 395 struct mmc_command *cmd, u16 byte_cnt, u8 *buf, int buf_len, in sd_write_data() 447 struct mmc_command *cmd = mrq->cmd; in sd_read_long_data() 505 struct mmc_command *cmd = mrq->cmd; in sd_write_long_data() 588 struct mmc_command *cmd = mrq->cmd; in sd_normal_rw() 712 struct mmc_command cmd = {0}; in sd_tuning_rx_cmd() 786 static inline int sdio_extblock_cmd(struct mmc_command *cmd, in sdio_extblock_cmd() [all …]
|
D | mtk-sd.c | 302 struct mmc_command *cmd; 380 struct mmc_request *mrq, struct mmc_command *cmd); 588 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_find_resp() 616 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_prepare_raw_cmd() 670 struct mmc_command *cmd, struct mmc_data *data) in msdc_start_data() 688 struct mmc_command *cmd) in msdc_auto_cmd_done() 713 struct mmc_command *cmd, struct mmc_data *data) in msdc_track_cmd_data() 745 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_done() 810 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_is_ready() 842 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_start_command() [all …]
|
D | sdhci.h | 466 struct mmc_command *cmd; /* Current command */ 536 struct mmc_command *cmd); 652 struct mmc_command *cmd);
|
D | android-goldfish.c | 116 struct mmc_command *cmd; 153 goldfish_mmc_start_command(struct goldfish_mmc_host *host, struct mmc_command *cmd) in goldfish_mmc_start_command() 263 struct mmc_command *cmd) in goldfish_mmc_cmd_done()
|
D | jz4740_mmc.c | 134 struct mmc_command *cmd; 609 struct mmc_command *cmd) in jz4740_mmc_read_response() 632 struct mmc_command *cmd) in jz4740_mmc_send_command() 681 struct mmc_command *cmd = host->req->cmd; in jz_mmc_prepare_data_transfer() 697 struct mmc_command *cmd = host->req->cmd; in jz_mmc_irq_worker() 776 struct mmc_command *cmd = host->cmd; in jz_mmc_irq()
|
D | mmc_spi.c | 250 static char *maptype(struct mmc_command *cmd) in maptype() 263 struct mmc_command *cmd, int cs_on) in mmc_spi_response_get() 447 struct mmc_command *cmd, int cs_on) in mmc_spi_command_send() 878 mmc_spi_data_do(struct mmc_spi_host *host, struct mmc_command *cmd, in mmc_spi_data_do() 1055 struct mmc_command stop; in mmc_spi_request() 1060 struct mmc_command *cmd; in mmc_spi_request()
|
D | s3cmci.c | 188 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg() 207 static void dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, in dbg_dumpcmd() 236 struct mmc_command *cmd, int fail) { } in dbg_dumpcmd() 238 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg() 612 struct mmc_command *cmd; in s3cmci_irq() 848 struct mmc_command *cmd; in finalize_request() 941 struct mmc_command *cmd) in s3cmci_send_command() 1133 struct mmc_command *cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in s3cmci_send_request()
|
D | toshsd.h | 170 struct mmc_command *cmd;/* Current command */
|
D | bfin_sdh.c | 77 struct mmc_command *cmd; 210 static void sdh_start_cmd(struct sdh_host *host, struct mmc_command *cmd) in sdh_start_cmd() 255 struct mmc_command *cmd = host->cmd; in sdh_cmd_done()
|
D | rtsx_usb_sdmmc.c | 103 static int sd_read_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, in sd_read_data() 210 static int sd_write_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, in sd_write_data() 297 struct mmc_command *cmd) in sd_send_cmd_get_rsp() 559 struct mmc_command *cmd = mrq->cmd; in sd_normal_rw() 685 struct mmc_command cmd = {0}; in sd_tuning_rx_cmd() 826 struct mmc_command *cmd = mrq->cmd; in sdmmc_request()
|
D | tifm_sd.c | 330 static unsigned int tifm_sd_op_flags(struct mmc_command *cmd) in tifm_sd_op_flags() 372 static void tifm_sd_exec(struct tifm_sd *host, struct mmc_command *cmd) in tifm_sd_exec() 391 static void tifm_sd_fetch_resp(struct mmc_command *cmd, struct tifm_dev *sock) in tifm_sd_fetch_resp() 406 struct mmc_command *cmd = host->req->cmd; in tifm_sd_check_status() 509 struct mmc_command *cmd = NULL; in tifm_sd_card_event()
|
D | mmci.h | 202 struct mmc_command *cmd;
|
D | vub300.c | 336 struct mmc_command *cmd; 897 struct mmc_command *cmd = vub300->cmd; in send_command() 1437 struct mmc_command *cmd, struct mmc_data *data) in __command_read_data() 1509 struct mmc_command *cmd, struct mmc_data *data) in __command_write_data() 1597 struct mmc_command *cmd, in __vub300_command_response() 1717 struct mmc_command *cmd) in construct_request_response() 1754 struct mmc_command *cmd = vub300->cmd; in vub300_cmndwork_thread() 1802 struct mmc_command *cmd, u8 Function) in examine_cyclic_buffer() 1859 struct mmc_command *cmd) in satisfy_request_from_offloaded_data() 1907 struct mmc_command *cmd = req->cmd; in vub300_mmc_request()
|
D | mvsdio.c | 146 struct mmc_command *cmd = mrq->cmd; in mvsd_request() 200 struct mmc_command *stop = data->stop; in mvsd_request() 245 static u32 mvsd_finish_cmd(struct mvsd_host *host, struct mmc_command *cmd, in mvsd_finish_cmd() 469 struct mmc_command *cmd = mrq->cmd; in mvsd_irq()
|
D | dw_mmc.c | 114 struct mmc_command *cmd; in dw_mci_req_show() 115 struct mmc_command *stop; in dw_mci_req_show() 232 static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd) in dw_mci_prepare_command() 305 static u32 dw_mci_prep_stop_abort(struct dw_mci *host, struct mmc_command *cmd) in dw_mci_prep_stop_abort() 307 struct mmc_command *stop; in dw_mci_prep_stop_abort() 315 memset(stop, 0, sizeof(struct mmc_command)); in dw_mci_prep_stop_abort() 367 struct mmc_command *cmd, u32 cmd_flags) in dw_mci_start_command() 383 struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort; in send_stop_abort() 1146 struct mmc_command *cmd) in __dw_mci_start_request() 1213 struct mmc_command *cmd; in dw_mci_start_request() [all …]
|
D | cb710-mmc.c | 346 struct mmc_command *cmd) in cb710_encode_cmd_flags() 397 struct mmc_command *cmd) in cb710_receive_response() 444 static int cb710_mmc_command(struct mmc_host *mmc, struct mmc_command *cmd) in cb710_mmc_command()
|
D | tmio_mmc.h | 53 struct mmc_command *cmd;
|
D | pxamci.c | 70 struct mmc_command *cmd; 258 static void pxamci_start_cmd(struct pxamci_host *host, struct mmc_command *cmd, unsigned int cmdat) in pxamci_start_cmd() 302 struct mmc_command *cmd = host->cmd; in pxamci_cmd_done()
|
D | usdhi6rol0.c | 927 struct mmc_command *cmd = mrq->cmd; in usdhi6_cmd_flags() 980 struct mmc_command *cmd = mrq->cmd; in usdhi6_rq_start() 1162 struct mmc_command *cmd = host->mrq->stop; in usdhi6_resp_cmd12() 1168 struct mmc_command *cmd = host->mrq->cmd; in usdhi6_resp_read() 1320 struct mmc_command *cmd = mrq->cmd; in usdhi6_end_cmd() 1422 struct mmc_command *cmd; in usdhi6_sd_bh()
|
D | sh_mmcif.c | 791 struct mmc_command *cmd) in sh_mmcif_get_response() 803 struct mmc_command *cmd) in sh_mmcif_get_cmd12response() 813 struct mmc_command *cmd = mrq->cmd; in sh_mmcif_set_cmd() 927 struct mmc_command *cmd = mrq->cmd; in sh_mmcif_start_cmd() 1161 struct mmc_command *cmd = host->mrq->cmd; in sh_mmcif_end_cmd()
|
D | wbsd.c | 315 struct mmc_command *cmd) in wbsd_get_short_reply() 333 struct mmc_command *cmd) in wbsd_get_long_reply() 357 static void wbsd_send_command(struct wbsd_host *host, struct mmc_command *cmd) in wbsd_send_command() 757 struct mmc_command *cmd; in wbsd_request()
|
D | atmel-mci.c | 193 struct mmc_command *cmd; 287 struct mmc_command *cmd; in atmci_req_show() 288 struct mmc_command *stop; in atmci_req_show() 662 struct mmc_command *cmd) in atmci_prepare_command() 711 struct mmc_command *cmd, u32 cmd_flags) in atmci_send_command() 1138 struct mmc_command *cmd; in atmci_start_request() 1525 struct mmc_command *cmd) in atmci_command_complete()
|
D | toshsd.c | 210 struct mmc_command *cmd = host->cmd; in toshsd_cmd_irq() 405 static void toshsd_start_cmd(struct toshsd_host *host, struct mmc_command *cmd) in toshsd_start_cmd()
|
D | omap.c | 123 struct mmc_command * cmd; 335 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_start_command() 552 mmc_omap_cmd_done(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_cmd_done() 610 struct mmc_command *cmd; in mmc_omap_abort_command()
|
D | tmio_mmc_pio.c | 322 static int tmio_mmc_start_command(struct tmio_mmc_host *host, struct mmc_command *cmd) in tmio_mmc_start_command() 473 struct mmc_command *stop; in tmio_mmc_do_data_irq() 567 struct mmc_command *cmd = host->cmd; in tmio_mmc_cmd_irq()
|
D | mxcmmc.c | 139 struct mmc_command *cmd; 382 static int mxcmci_start_cmd(struct mxcmci_host *host, struct mmc_command *cmd, in mxcmci_start_cmd() 503 struct mmc_command *cmd = host->cmd; in mxcmci_read_response()
|
D | davinci_mmc.c | 182 struct mmc_command *cmd; 283 struct mmc_command *cmd) in mmc_davinci_start_command() 846 struct mmc_command *cmd) in mmc_davinci_cmd_done()
|
D | via-sdmmc.c | 301 struct mmc_command *cmd; 511 struct mmc_command *cmd) in via_sdc_get_response() 553 struct mmc_command *cmd) in via_sdc_send_command()
|
D | sdhci.c | 646 static u8 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_calc_timeout() 727 static void sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_set_timeout() 739 static void sdhci_prepare_data(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_prepare_data() 907 struct mmc_command *cmd) in sdhci_set_transfer_mode() 1011 void sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) in sdhci_send_command() 1978 struct mmc_command cmd = {0}; in sdhci_execute_tuning()
|
D | sdricoh_cs.c | 268 struct mmc_command *cmd = mrq->cmd; in sdricoh_request()
|
D | sunxi-mmc.c | 431 struct mmc_command *cmd = host->mrq->cmd; in sunxi_mmc_dump_errinfo() 778 struct mmc_command *cmd = mrq->cmd; in sunxi_mmc_request()
|
D | omap_hsmmc.c | 180 struct mmc_command *cmd; 577 struct mmc_command *cmd) in omap_hsmmc_enable_irq() 883 omap_hsmmc_start_command(struct omap_hsmmc_host *host, struct mmc_command *cmd, in omap_hsmmc_start_command() 1009 omap_hsmmc_cmd_done(struct omap_hsmmc_host *host, struct mmc_command *cmd) in omap_hsmmc_cmd_done()
|
D | au1xmmc.c | 264 struct mmc_command *cmd, struct mmc_data *data) in au1xmmc_send_command() 532 struct mmc_command *cmd; in au1xmmc_cmd_complete()
|
D | moxart-mmc.c | 205 struct mmc_command *cmd) in moxart_send_command()
|
D | mmci.c | 878 mmci_start_command(struct mmci_host *host, struct mmc_command *cmd, u32 c) in mmci_start_command() 980 mmci_cmd_irq(struct mmci_host *host, struct mmc_command *cmd, in mmci_cmd_irq()
|
D | wmt-sdmmc.c | 205 struct mmc_command *cmd;
|
D | sdhci-esdhc-imx.c | 922 static void esdhc_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) in esdhc_set_timeout()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_sdio.c | 56 struct mmc_command io_cmd; in rsi_cmd52writebyte() 80 struct mmc_command io_cmd; in rsi_cmd52readbyte() 112 struct mmc_command cmd; in rsi_issue_sdiocommand() 118 memset(&cmd, 0, sizeof(struct mmc_command)); in rsi_issue_sdiocommand()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | sdio.c | 138 struct mmc_command io_cmd; in ath6kl_sdio_func0_cmd52_wr_byte() 262 struct mmc_command cmd; in ath6kl_sdio_scat_rw() 282 memset(&cmd, 0, sizeof(struct mmc_command)); in ath6kl_sdio_scat_rw()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 518 struct mmc_command mmc_cmd; in brcmf_sdiod_sglist_rw() 561 memset(&mmc_cmd, 0, sizeof(struct mmc_command)); in brcmf_sdiod_sglist_rw()
|