Home
last modified time | relevance | path

Searched refs:mrq (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dmmc.h48 __entry->cmd_opcode = mrq->cmd ? mrq->cmd->opcode : 0;
49 __entry->cmd_arg = mrq->cmd ? mrq->cmd->arg : 0;
50 __entry->cmd_flags = mrq->cmd ? mrq->cmd->flags : 0;
53 __entry->stop_arg = mrq->stop ? mrq->stop->arg : 0;
57 __entry->sbc_arg = mrq->sbc ? mrq->sbc->arg : 0;
58 __entry->sbc_flags = mrq->sbc ? mrq->sbc->flags : 0;
60 __entry->blksz = mrq->data ? mrq->data->blksz : 0;
61 __entry->blocks = mrq->data ? mrq->data->blocks : 0;
72 __entry->mrq = mrq;
130 __entry->cmd_err = mrq->cmd ? mrq->cmd->error : 0;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dmmc.h48 __entry->cmd_opcode = mrq->cmd ? mrq->cmd->opcode : 0;
49 __entry->cmd_arg = mrq->cmd ? mrq->cmd->arg : 0;
50 __entry->cmd_flags = mrq->cmd ? mrq->cmd->flags : 0;
53 __entry->stop_arg = mrq->stop ? mrq->stop->arg : 0;
57 __entry->sbc_arg = mrq->sbc ? mrq->sbc->arg : 0;
58 __entry->sbc_flags = mrq->sbc ? mrq->sbc->flags : 0;
60 __entry->blksz = mrq->data ? mrq->data->blksz : 0;
61 __entry->blocks = mrq->data ? mrq->data->blocks : 0;
72 __entry->mrq = mrq;
130 __entry->cmd_err = mrq->cmd ? mrq->cmd->error : 0;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dmmc.h48 __entry->cmd_opcode = mrq->cmd ? mrq->cmd->opcode : 0;
49 __entry->cmd_arg = mrq->cmd ? mrq->cmd->arg : 0;
50 __entry->cmd_flags = mrq->cmd ? mrq->cmd->flags : 0;
53 __entry->stop_arg = mrq->stop ? mrq->stop->arg : 0;
57 __entry->sbc_arg = mrq->sbc ? mrq->sbc->arg : 0;
58 __entry->sbc_flags = mrq->sbc ? mrq->sbc->flags : 0;
60 __entry->blksz = mrq->data ? mrq->data->blksz : 0;
61 __entry->blocks = mrq->data ? mrq->data->blocks : 0;
72 __entry->mrq = mrq;
130 __entry->cmd_err = mrq->cmd ? mrq->cmd->error : 0;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/core/
H A Dcore.c212 mrq->done(mrq); in mmc_request_done()
271 mrq->sbc->arg, mrq->sbc->flags); in mmc_mrq_pr_debug()
277 mrq->cmd->opcode, mrq->cmd->arg, mrq->cmd->flags); in mmc_mrq_pr_debug()
295 mrq->stop->arg, mrq->stop->flags); in mmc_mrq_pr_debug()
306 mrq->cmd->mrq = mrq; in mmc_mrq_prep()
307 mrq->cmd->data = mrq->data; in mmc_mrq_prep()
311 mrq->sbc->mrq = mrq; in mmc_mrq_prep()
325 mrq->data->mrq = mrq; in mmc_mrq_prep()
327 mrq->data->stop = mrq->stop; in mmc_mrq_prep()
329 mrq->stop->mrq = mrq; in mmc_mrq_prep()
[all …]
H A Dmmc_test.c214 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data || !mrq->stop)) in mmc_test_prepare_mrq()
676 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_prepare_broken_mrq()
697 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_check_result()
702 if (mrq->sbc && mrq->sbc->error) in mmc_test_check_result()
708 if (!ret && mrq->stop && mrq->stop->error) in mmc_test_check_result()
711 mrq->data->blocks * mrq->data->blksz) in mmc_test_check_result()
728 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_check_broken_result()
739 if (!ret && mrq->stop && mrq->stop->error) in mmc_test_check_broken_result()
845 mrq = &rq1->mrq; in mmc_test_nonblock_transfer()
2378 mrq = &rq->mrq; in mmc_test_ongoing_transfer()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/core/
H A Dcore.c212 mrq->done(mrq); in mmc_request_done()
271 mrq->sbc->arg, mrq->sbc->flags); in mmc_mrq_pr_debug()
277 mrq->cmd->opcode, mrq->cmd->arg, mrq->cmd->flags); in mmc_mrq_pr_debug()
295 mrq->stop->arg, mrq->stop->flags); in mmc_mrq_pr_debug()
306 mrq->cmd->mrq = mrq; in mmc_mrq_prep()
307 mrq->cmd->data = mrq->data; in mmc_mrq_prep()
311 mrq->sbc->mrq = mrq; in mmc_mrq_prep()
325 mrq->data->mrq = mrq; in mmc_mrq_prep()
327 mrq->data->stop = mrq->stop; in mmc_mrq_prep()
329 mrq->stop->mrq = mrq; in mmc_mrq_prep()
[all …]
H A Dmmc_test.c214 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data || !mrq->stop)) in mmc_test_prepare_mrq()
676 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_prepare_broken_mrq()
697 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_check_result()
702 if (mrq->sbc && mrq->sbc->error) in mmc_test_check_result()
708 if (!ret && mrq->stop && mrq->stop->error) in mmc_test_check_result()
711 mrq->data->blocks * mrq->data->blksz) in mmc_test_check_result()
728 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_check_broken_result()
739 if (!ret && mrq->stop && mrq->stop->error) in mmc_test_check_broken_result()
845 mrq = &rq1->mrq; in mmc_test_nonblock_transfer()
2378 mrq = &rq->mrq; in mmc_test_ongoing_transfer()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/core/
H A Dcore.c212 mrq->done(mrq); in mmc_request_done()
271 mrq->sbc->arg, mrq->sbc->flags); in mmc_mrq_pr_debug()
277 mrq->cmd->opcode, mrq->cmd->arg, mrq->cmd->flags); in mmc_mrq_pr_debug()
295 mrq->stop->arg, mrq->stop->flags); in mmc_mrq_pr_debug()
306 mrq->cmd->mrq = mrq; in mmc_mrq_prep()
307 mrq->cmd->data = mrq->data; in mmc_mrq_prep()
311 mrq->sbc->mrq = mrq; in mmc_mrq_prep()
325 mrq->data->mrq = mrq; in mmc_mrq_prep()
327 mrq->data->stop = mrq->stop; in mmc_mrq_prep()
329 mrq->stop->mrq = mrq; in mmc_mrq_prep()
[all …]
H A Dmmc_test.c214 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data || !mrq->stop)) in mmc_test_prepare_mrq()
676 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_prepare_broken_mrq()
697 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_check_result()
702 if (mrq->sbc && mrq->sbc->error) in mmc_test_check_result()
708 if (!ret && mrq->stop && mrq->stop->error) in mmc_test_check_result()
711 mrq->data->blocks * mrq->data->blksz) in mmc_test_check_result()
728 if (WARN_ON(!mrq || !mrq->cmd || !mrq->data)) in mmc_test_check_broken_result()
739 if (!ret && mrq->stop && mrq->stop->error) in mmc_test_check_broken_result()
845 mrq = &rq1->mrq; in mmc_test_nonblock_transfer()
2378 mrq = &rq->mrq; in mmc_test_ongoing_transfer()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dusdhi6rol0.c344 struct mmc_request *mrq = host->mrq; in usdhi6_sg_prep() local
512 host->mrq->cmd->opcode, host->mrq); in usdhi6_sg_advance()
553 struct mmc_request *mrq = host->mrq; in usdhi6_dma_complete() local
874 struct mmc_request *mrq = host->mrq; in usdhi6_timeout_set() local
903 struct mmc_request *mrq = host->mrq; in usdhi6_request_done() local
916 (mrq->stop && mrq->stop->error)) in usdhi6_request_done()
922 mrq->stop ? mrq->stop->error : 1); in usdhi6_request_done()
934 struct mmc_request *mrq = host->mrq; in usdhi6_cmd_flags() local
987 struct mmc_request *mrq = host->mrq; in usdhi6_rq_start() local
1098 host->mrq = mrq; in usdhi6_request()
[all …]
H A Dcqhci-core.c442 mmc_hostname(mrq->host), mrq->tag, desc1, desc0); in cqhci_prep_task_desc()
445 mmc_hostname(mrq->host), mrq->tag, desc0); in cqhci_prep_task_desc()
502 sg_count = cqhci_dma_map(mrq->host, mrq); in cqhci_prep_tran_desc()
581 return mrq->cmd ? DCMD_SLOT : mrq->tag; in cqhci_tag()
635 cq_host->slot[tag].mrq = mrq; in cqhci_request()
664 mrq->recovery_notifier(mrq); in cqhci_recovery_needed()
774 struct mmc_request *mrq = slot->mrq; in cqhci_finish_mrq() local
777 if (!mrq) { in cqhci_finish_mrq()
888 timed_out = slot->mrq == mrq; in cqhci_timeout()
1011 struct mmc_request *mrq = slot->mrq; in cqhci_recover_mrq() local
[all …]
H A Dmmc_hsq.c24 mmc->ops->request(mmc, hsq->mrq); in mmc_hsq_retry_handler()
37 if (hsq->mrq) { in mmc_hsq_pump_requests()
49 hsq->mrq = slot->mrq; in mmc_hsq_pump_requests()
57 mmc->ops->request(mmc, hsq->mrq); in mmc_hsq_pump_requests()
94 if (slot->mrq) in mmc_hsq_update_next_tag()
101 if (slot->mrq) in mmc_hsq_update_next_tag()
119 hsq->mrq = NULL; in mmc_hsq_post_request()
160 if (!hsq->enabled || !hsq->mrq || hsq->mrq != mrq) { in mmc_hsq_finalize_request()
215 int tag = mrq->tag; in mmc_hsq_request()
230 hsq->slot[tag].mrq = mrq; in mmc_hsq_request()
[all …]
H A Dsh_mmcif.c275 struct mmc_request *mrq = host->mrq; in sh_mmcif_dma_complete() local
280 if (WARN(!mrq || !mrq->data, "%s: NULL data in DMA completion!\n", in sh_mmcif_dma_complete()
924 if (mrq->data) { in sh_mmcif_start_cmd()
987 host->mrq = mrq; in sh_mmcif_request()
1192 mrq = host->mrq; in sh_mmcif_irqt()
1193 if (!mrq) { in sh_mmcif_irqt()
1262 if (mrq->stop && !mrq->cmd->error && (!data || !data->error)) { in sh_mmcif_irqt()
1274 host->mrq = NULL; in sh_mmcif_irqt()
1305 if (!host->mrq) in sh_mmcif_intr()
1322 struct mmc_request *mrq = host->mrq; in sh_mmcif_timeout_work() local
[all …]
H A Dtmio_mmc_core.c217 mrq = host->mrq; in tmio_mmc_reset_work()
250 host->mrq = NULL; in tmio_mmc_reset_work()
472 host->mrq); in tmio_mmc_do_data_irq()
475 host->mrq); in tmio_mmc_do_data_irq()
746 if (mrq->sbc && host->cmd != mrq->sbc) { in tmio_process_mrq()
747 cmd = mrq->sbc; in tmio_process_mrq()
749 cmd = mrq->cmd; in tmio_process_mrq()
791 host->mrq = mrq; in tmio_mmc_request()
807 mrq = host->mrq; in tmio_mmc_finish_request()
824 if (mrq->cmd->error || (mrq->data && mrq->data->error)) { in tmio_mmc_finish_request()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dusdhi6rol0.c344 struct mmc_request *mrq = host->mrq; in usdhi6_sg_prep() local
512 host->mrq->cmd->opcode, host->mrq); in usdhi6_sg_advance()
553 struct mmc_request *mrq = host->mrq; in usdhi6_dma_complete() local
874 struct mmc_request *mrq = host->mrq; in usdhi6_timeout_set() local
903 struct mmc_request *mrq = host->mrq; in usdhi6_request_done() local
916 (mrq->stop && mrq->stop->error)) in usdhi6_request_done()
922 mrq->stop ? mrq->stop->error : 1); in usdhi6_request_done()
934 struct mmc_request *mrq = host->mrq; in usdhi6_cmd_flags() local
987 struct mmc_request *mrq = host->mrq; in usdhi6_rq_start() local
1098 host->mrq = mrq; in usdhi6_request()
[all …]
H A Dcqhci-core.c442 mmc_hostname(mrq->host), mrq->tag, desc1, desc0); in cqhci_prep_task_desc()
445 mmc_hostname(mrq->host), mrq->tag, desc0); in cqhci_prep_task_desc()
502 sg_count = cqhci_dma_map(mrq->host, mrq); in cqhci_prep_tran_desc()
581 return mrq->cmd ? DCMD_SLOT : mrq->tag; in cqhci_tag()
635 cq_host->slot[tag].mrq = mrq; in cqhci_request()
664 mrq->recovery_notifier(mrq); in cqhci_recovery_needed()
774 struct mmc_request *mrq = slot->mrq; in cqhci_finish_mrq() local
777 if (!mrq) { in cqhci_finish_mrq()
888 timed_out = slot->mrq == mrq; in cqhci_timeout()
1011 struct mmc_request *mrq = slot->mrq; in cqhci_recover_mrq() local
[all …]
H A Dmmc_hsq.c24 mmc->ops->request(mmc, hsq->mrq); in mmc_hsq_retry_handler()
37 if (hsq->mrq) { in mmc_hsq_pump_requests()
49 hsq->mrq = slot->mrq; in mmc_hsq_pump_requests()
57 mmc->ops->request(mmc, hsq->mrq); in mmc_hsq_pump_requests()
94 if (slot->mrq) in mmc_hsq_update_next_tag()
101 if (slot->mrq) in mmc_hsq_update_next_tag()
119 hsq->mrq = NULL; in mmc_hsq_post_request()
160 if (!hsq->enabled || !hsq->mrq || hsq->mrq != mrq) { in mmc_hsq_finalize_request()
215 int tag = mrq->tag; in mmc_hsq_request()
230 hsq->slot[tag].mrq = mrq; in mmc_hsq_request()
[all …]
H A Dsh_mmcif.c275 struct mmc_request *mrq = host->mrq; in sh_mmcif_dma_complete() local
280 if (WARN(!mrq || !mrq->data, "%s: NULL data in DMA completion!\n", in sh_mmcif_dma_complete()
924 if (mrq->data) { in sh_mmcif_start_cmd()
987 host->mrq = mrq; in sh_mmcif_request()
1192 mrq = host->mrq; in sh_mmcif_irqt()
1193 if (!mrq) { in sh_mmcif_irqt()
1262 if (mrq->stop && !mrq->cmd->error && (!data || !data->error)) { in sh_mmcif_irqt()
1274 host->mrq = NULL; in sh_mmcif_irqt()
1305 if (!host->mrq) in sh_mmcif_intr()
1322 struct mmc_request *mrq = host->mrq; in sh_mmcif_timeout_work() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dusdhi6rol0.c344 struct mmc_request *mrq = host->mrq; in usdhi6_sg_prep() local
512 host->mrq->cmd->opcode, host->mrq); in usdhi6_sg_advance()
553 struct mmc_request *mrq = host->mrq; in usdhi6_dma_complete() local
874 struct mmc_request *mrq = host->mrq; in usdhi6_timeout_set() local
903 struct mmc_request *mrq = host->mrq; in usdhi6_request_done() local
916 (mrq->stop && mrq->stop->error)) in usdhi6_request_done()
922 mrq->stop ? mrq->stop->error : 1); in usdhi6_request_done()
934 struct mmc_request *mrq = host->mrq; in usdhi6_cmd_flags() local
987 struct mmc_request *mrq = host->mrq; in usdhi6_rq_start() local
1098 host->mrq = mrq; in usdhi6_request()
[all …]
H A Dcqhci-core.c442 mmc_hostname(mrq->host), mrq->tag, desc1, desc0); in cqhci_prep_task_desc()
445 mmc_hostname(mrq->host), mrq->tag, desc0); in cqhci_prep_task_desc()
502 sg_count = cqhci_dma_map(mrq->host, mrq); in cqhci_prep_tran_desc()
581 return mrq->cmd ? DCMD_SLOT : mrq->tag; in cqhci_tag()
635 cq_host->slot[tag].mrq = mrq; in cqhci_request()
664 mrq->recovery_notifier(mrq); in cqhci_recovery_needed()
774 struct mmc_request *mrq = slot->mrq; in cqhci_finish_mrq() local
777 if (!mrq) { in cqhci_finish_mrq()
888 timed_out = slot->mrq == mrq; in cqhci_timeout()
1011 struct mmc_request *mrq = slot->mrq; in cqhci_recover_mrq() local
[all …]
H A Dmmc_hsq.c24 mmc->ops->request(mmc, hsq->mrq); in mmc_hsq_retry_handler()
37 if (hsq->mrq) { in mmc_hsq_pump_requests()
49 hsq->mrq = slot->mrq; in mmc_hsq_pump_requests()
57 mmc->ops->request(mmc, hsq->mrq); in mmc_hsq_pump_requests()
94 if (slot->mrq) in mmc_hsq_update_next_tag()
101 if (slot->mrq) in mmc_hsq_update_next_tag()
119 hsq->mrq = NULL; in mmc_hsq_post_request()
160 if (!hsq->enabled || !hsq->mrq || hsq->mrq != mrq) { in mmc_hsq_finalize_request()
215 int tag = mrq->tag; in mmc_hsq_request()
230 hsq->slot[tag].mrq = mrq; in mmc_hsq_request()
[all …]
H A Dsh_mmcif.c275 struct mmc_request *mrq = host->mrq; in sh_mmcif_dma_complete() local
280 if (WARN(!mrq || !mrq->data, "%s: NULL data in DMA completion!\n", in sh_mmcif_dma_complete()
924 if (mrq->data) { in sh_mmcif_start_cmd()
987 host->mrq = mrq; in sh_mmcif_request()
1192 mrq = host->mrq; in sh_mmcif_irqt()
1193 if (!mrq) { in sh_mmcif_irqt()
1262 if (mrq->stop && !mrq->cmd->error && (!data || !data->error)) { in sh_mmcif_irqt()
1274 host->mrq = NULL; in sh_mmcif_irqt()
1305 if (!host->mrq) in sh_mmcif_intr()
1322 struct mmc_request *mrq = host->mrq; in sh_mmcif_timeout_work() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/memstick/core/
H A Dmemstick.c227 if ((*mrq) && (*mrq)->error && host->retries) { in memstick_next_req()
239 *mrq = NULL; in memstick_next_req()
268 mrq->tpc = tpc; in memstick_init_req_sg()
274 mrq->sg = *sg; in memstick_init_req_sg()
275 mrq->long_data = 1; in memstick_init_req_sg()
298 mrq->tpc = tpc; in memstick_init_req()
304 mrq->data_len = length > sizeof(mrq->data) ? sizeof(mrq->data) : length; in memstick_init_req()
306 memcpy(mrq->data, buf, mrq->data_len); in memstick_init_req()
308 mrq->long_data = 0; in memstick_init_req()
329 if (!(*mrq)) { in h_memstick_read_dev_id()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/memstick/core/
H A Dmemstick.c227 if ((*mrq) && (*mrq)->error && host->retries) { in memstick_next_req()
239 *mrq = NULL; in memstick_next_req()
268 mrq->tpc = tpc; in memstick_init_req_sg()
274 mrq->sg = *sg; in memstick_init_req_sg()
275 mrq->long_data = 1; in memstick_init_req_sg()
298 mrq->tpc = tpc; in memstick_init_req()
304 mrq->data_len = length > sizeof(mrq->data) ? sizeof(mrq->data) : length; in memstick_init_req()
306 memcpy(mrq->data, buf, mrq->data_len); in memstick_init_req()
308 mrq->long_data = 0; in memstick_init_req()
329 if (!(*mrq)) { in h_memstick_read_dev_id()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/memstick/core/
H A Dmemstick.c227 if ((*mrq) && (*mrq)->error && host->retries) { in memstick_next_req()
239 *mrq = NULL; in memstick_next_req()
268 mrq->tpc = tpc; in memstick_init_req_sg()
274 mrq->sg = *sg; in memstick_init_req_sg()
275 mrq->long_data = 1; in memstick_init_req_sg()
298 mrq->tpc = tpc; in memstick_init_req()
304 mrq->data_len = length > sizeof(mrq->data) ? sizeof(mrq->data) : length; in memstick_init_req()
306 memcpy(mrq->data, buf, mrq->data_len); in memstick_init_req()
308 mrq->long_data = 0; in memstick_init_req()
329 if (!(*mrq)) { in h_memstick_read_dev_id()
[all …]

12345678910>>...31