Home
last modified time | relevance | path

Searched refs:mmc_command (Results 1 – 25 of 66) sorted by relevance

123

/linux/include/linux/mmc/
A Dcore.h26 struct mmc_command { struct
134 struct mmc_command *stop; /* stop command */ argument
145 struct mmc_command *sbc; /* SET_BLOCK_COUNT for multiblock */
146 struct mmc_command *cmd;
148 struct mmc_command *stop;
175 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd,
/linux/drivers/mmc/core/
A Dsd_ops.c25 struct mmc_command cmd = {}; in mmc_app_cmd()
53 struct mmc_command *cmd) in mmc_wait_for_app_cmd()
99 struct mmc_command cmd = {}; in mmc_app_set_bus_width()
120 struct mmc_command cmd = {}; in mmc_send_app_op_cond()
165 struct mmc_command cmd = {}; in __mmc_send_if_cond()
241 struct mmc_command cmd = {}; in mmc_send_relative_addr()
260 struct mmc_command cmd = {}; in mmc_app_send_scr()
331 struct mmc_command cmd = {}; in mmc_app_sd_status()
A Dmmc_ops.c64 struct mmc_command cmd = {}; in __mmc_send_status()
93 struct mmc_command cmd = {}; in _mmc_select_card()
129 struct mmc_command cmd = {}; in mmc_set_dsr()
142 struct mmc_command cmd = {}; in mmc_go_idle()
178 struct mmc_command cmd = {}; in mmc_send_op_cond()
222 struct mmc_command cmd = {}; in mmc_set_relative_addr()
235 struct mmc_command cmd = {}; in mmc_send_cxd_native()
258 struct mmc_command cmd = {}; in mmc_send_adtc_data()
373 struct mmc_command cmd = {}; in mmc_spi_read_ocr()
388 struct mmc_command cmd = {}; in mmc_spi_set_crc()
[all …]
A Dqueue.h42 struct mmc_command sbc;
43 struct mmc_command cmd;
44 struct mmc_command stop;
A Dsdio_ops.c20 struct mmc_command cmd = {}; in mmc_send_io_op_cond()
65 struct mmc_command cmd = {}; in mmc_io_rw_direct_host()
118 struct mmc_command cmd = {}; in mmc_io_rw_extended()
A Dmmc_ops.h23 struct mmc_command;
42 bool mmc_prepare_busy_cmd(struct mmc_host *host, struct mmc_command *cmd,
A Dcore.c85 struct mmc_command *cmd = mrq->cmd; in mmc_should_fail_request()
141 struct mmc_command *cmd = mrq->cmd; in mmc_request_done()
400 struct mmc_command *cmd; in mmc_wait_for_req_done()
537 struct mmc_command cmd; in mmc_cqe_recovery()
622 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, int retries) in mmc_wait_for_cmd()
1195 struct mmc_command cmd = {}; in mmc_set_uhs_voltage()
1587 struct mmc_command cmd = {}; in mmc_do_erase()
1638 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_do_erase()
1653 memset(&cmd, 0, sizeof(struct mmc_command)); in mmc_do_erase()
1974 struct mmc_command cmd = {}; in mmc_set_blocklen()
A Dmmc_test.c261 struct mmc_command cmd = {}; in mmc_test_wait_busy()
293 struct mmc_command cmd = {}; in mmc_test_buffer_transfer()
294 struct mmc_command stop = {}; in mmc_test_buffer_transfer()
756 struct mmc_command sbc;
757 struct mmc_command cmd;
758 struct mmc_command stop;
759 struct mmc_command status;
878 struct mmc_command cmd = {}; in mmc_test_simple_transfer()
879 struct mmc_command stop = {}; in mmc_test_simple_transfer()
903 struct mmc_command cmd = {}; in mmc_test_broken_transfer()
[all …]
/linux/drivers/mmc/host/
A Dmeson-mx-sdio.c121 struct mmc_command *cmd;
144 static struct mmc_command *meson_mx_mmc_get_next_cmd(struct mmc_command *cmd) in meson_mx_mmc_get_next_cmd()
156 struct mmc_command *cmd) in meson_mx_mmc_start_cmd()
340 struct mmc_command *cmd = mrq->cmd; in meson_mx_mmc_request()
364 struct mmc_command *cmd) in meson_mx_mmc_read_response()
391 struct mmc_command *cmd = host->cmd; in meson_mx_mmc_process_cmd_irq()
444 struct mmc_command *cmd = host->cmd, *next_cmd; in meson_mx_mmc_irq_thread()
A Dmxs-mmc.c53 struct mmc_command *cmd;
122 struct mmc_command *cmd);
126 struct mmc_command *cmd = host->cmd; in mxs_mmc_request_done()
179 struct mmc_command *cmd = host->cmd; in mxs_mmc_irq_handler()
252 struct mmc_command *cmd = host->cmd; in mxs_mmc_bc()
286 struct mmc_command *cmd = host->cmd; in mxs_mmc_ac()
346 struct mmc_command *cmd = host->cmd; in mxs_mmc_adtc()
458 struct mmc_command *cmd) in mxs_mmc_start_cmd()
A Drtsx_pci_sdmmc.c98 static void sd_cmd_set_sd_cmd(struct rtsx_pcr *pcr, struct mmc_command *cmd) in sd_cmd_set_sd_cmd()
113 static int sd_response_type(struct mmc_command *cmd) in sd_response_type()
213 struct mmc_command *cmd) in sd_send_cmd_get_rsp()
384 struct mmc_command *cmd, u16 byte_cnt, u8 *buf, int buf_len, in sd_write_data()
436 struct mmc_command *cmd = mrq->cmd; in sd_read_long_data()
494 struct mmc_command *cmd = mrq->cmd; in sd_write_long_data()
587 struct mmc_command *cmd = mrq->cmd; in sd_normal_rw()
707 struct mmc_command cmd = {}; in sd_tuning_rx_cmd()
786 static inline int sdio_extblock_cmd(struct mmc_command *cmd, in sdio_extblock_cmd()
792 static inline int sd_rw_cmd(struct mmc_command *cmd) in sd_rw_cmd()
[all …]
A Dsdhci.h537 struct mmc_command *cmd; /* Current command */
538 struct mmc_command *data_cmd; /* Current data command */
539 struct mmc_command *deferred_cmd; /* Deferred command */
641 struct mmc_command *cmd);
815 void __sdhci_set_timeout(struct sdhci_host *host, struct mmc_command *cmd);
A Dsdhci.c877 struct mmc_command *cmd, in sdhci_target_timeout()
906 struct mmc_command *cmd) in sdhci_calc_sw_timeout()
1220 struct mmc_command *cmd) in sdhci_external_dma_setup()
1303 struct mmc_command *cmd) in sdhci_external_dma_prepare_data()
1316 struct mmc_command *cmd) in sdhci_external_dma_pre_transfer()
1385 struct mmc_command *cmd, in sdhci_auto_cmd_select()
1424 struct mmc_command *cmd) in sdhci_set_transfer_mode()
2149 struct mmc_command *cmd; in sdhci_request()
2181 struct mmc_command *cmd; in sdhci_request_atomic()
2736 struct mmc_command cmd = {}; in sdhci_send_tuning()
[all …]
A Dmeson-gx-mmc.c152 struct mmc_command *cmd;
213 static struct mmc_command *meson_mmc_get_next_command(struct mmc_command *cmd) in meson_mmc_get_next_command()
694 static void meson_mmc_set_response_bits(struct mmc_command *cmd, u32 *cmd_cfg) in meson_mmc_set_response_bits()
796 static void meson_mmc_start_cmd(struct mmc_host *mmc, struct mmc_command *cmd) in meson_mmc_start_cmd()
917 static void meson_mmc_read_resp(struct mmc_host *mmc, struct mmc_command *cmd) in meson_mmc_read_resp()
934 struct mmc_command *cmd; in meson_mmc_irq()
1025 struct mmc_command *next_cmd, *cmd = host->cmd; in meson_mmc_irq_thread()
A Dmeson-mx-sdhc-mmc.c48 struct mmc_command *cmd;
135 struct mmc_command *cmd) in meson_mx_sdhc_start_cmd()
402 struct mmc_command *cmd = mrq->cmd; in meson_mx_sdhc_request()
559 struct mmc_command *cmd = host->cmd; in meson_mx_sdhc_irq()
593 struct mmc_command *cmd; in meson_mx_sdhc_irq_thread()
A Djz4740_mmc.c159 struct mmc_command *cmd;
617 struct mmc_command *cmd) in jz4740_mmc_read_response()
640 struct mmc_command *cmd) in jz4740_mmc_send_command()
704 struct mmc_command *cmd = host->req->cmd; in jz_mmc_prepare_data_transfer()
720 struct mmc_command *cmd = host->req->cmd; in jz_mmc_irq_worker()
803 struct mmc_command *cmd = host->cmd; in jz_mmc_irq()
A Ds3cmci.c181 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
200 static void dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, in dbg_dumpcmd()
229 struct mmc_command *cmd, int fail) { } in dbg_dumpcmd()
231 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
603 struct mmc_command *cmd; in s3cmci_irq()
824 struct mmc_command *cmd; in finalize_request()
917 struct mmc_command *cmd) in s3cmci_send_command()
1101 struct mmc_command *cmd = host->cmd_is_stop ? mrq->stop : mrq->cmd; in s3cmci_send_request()
A Dmmc_spi.c223 static char *maptype(struct mmc_command *cmd) in maptype()
236 struct mmc_command *cmd, int cs_on) in mmc_spi_response_get()
424 struct mmc_command *cmd, int cs_on) in mmc_spi_command_send()
856 mmc_spi_data_do(struct mmc_spi_host *host, struct mmc_command *cmd, in mmc_spi_data_do()
1030 struct mmc_command stop; in mmc_spi_request()
1035 struct mmc_command *cmd; in mmc_spi_request()
A Dalcor.c47 struct mmc_command *cmd;
239 struct mmc_command *cmd) in alcor_prepare_data()
263 struct mmc_command *cmd, bool set_timeout) in alcor_send_cmd()
423 struct mmc_command *cmd = host->cmd; in alcor_cmd_irq_done()
780 struct mmc_command *cmd = mrq->cmd; in alcor_pre_req()
A Dmmci.h392 struct mmc_command *cmd;
393 struct mmc_command stop_abort;
A Dmtk-sd.c426 struct mmc_command *cmd;
651 struct mmc_request *mrq, struct mmc_command *cmd);
973 struct mmc_command *cmd) in msdc_cmd_find_resp()
1001 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_prepare_raw_cmd()
1074 struct mmc_command *cmd) in msdc_auto_cmd_done()
1157 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_done()
1232 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_is_ready()
1264 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_start_command()
1294 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_next()
1372 struct mmc_command *stop; in msdc_data_xfer_done()
[all …]
A Dmvsdio.c140 struct mmc_command *cmd = mrq->cmd; in mvsd_request()
195 struct mmc_command *stop = data->stop; in mvsd_request()
241 static u32 mvsd_finish_cmd(struct mvsd_host *host, struct mmc_command *cmd, in mvsd_finish_cmd()
464 struct mmc_command *cmd = mrq->cmd; in mvsd_irq()
A Drtsx_usb_sdmmc.c92 static int sd_read_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, in sd_read_data()
199 static int sd_write_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, in sd_write_data()
286 struct mmc_command *cmd) in sd_send_cmd_get_rsp()
548 struct mmc_command *cmd = mrq->cmd; in sd_normal_rw()
668 struct mmc_command cmd = {}; in sd_tuning_rx_cmd()
809 struct mmc_command *cmd = mrq->cmd; in sdmmc_request()
A Dvub300.c333 struct mmc_command *cmd;
892 struct mmc_command *cmd = vub300->cmd; in send_command()
1431 struct mmc_command *cmd, struct mmc_data *data) in __command_read_data()
1503 struct mmc_command *cmd, struct mmc_data *data) in __command_write_data()
1591 struct mmc_command *cmd, in __vub300_command_response()
1711 struct mmc_command *cmd) in construct_request_response()
1748 struct mmc_command *cmd = vub300->cmd; in vub300_cmndwork_thread()
1795 struct mmc_command *cmd, u8 Function) in examine_cyclic_buffer()
1852 struct mmc_command *cmd) in satisfy_request_from_offloaded_data()
1900 struct mmc_command *cmd = req->cmd; in vub300_mmc_request()
A Ddw_mmc.h169 struct mmc_command *cmd;
171 struct mmc_command stop_abort;

Completed in 73 milliseconds

123