Searched refs:mrq (Results 1 – 6 of 6) sorted by relevance
| /include/trace/events/ |
| A D | mmc.h | 48 __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 …]
|
| /include/soc/tegra/ |
| A D | bpmp.h | 61 typedef void (*tegra_bpmp_mrq_handler_t)(unsigned int mrq, 67 unsigned int mrq; member 112 unsigned int mrq; member 138 int tegra_bpmp_request_mrq(struct tegra_bpmp *bpmp, unsigned int mrq, 140 void tegra_bpmp_free_mrq(struct tegra_bpmp *bpmp, unsigned int mrq, 142 bool tegra_bpmp_mrq_is_supported(struct tegra_bpmp *bpmp, unsigned int mrq); 168 unsigned int mrq, in tegra_bpmp_request_mrq() argument 175 unsigned int mrq, void *data) in tegra_bpmp_free_mrq() argument 180 unsigned int mrq) in tegra_bpmp_mrq_is_supported() argument
|
| A D | bpmp-abi.h | 111 uint32_t mrq; member 1460 uint32_t mrq; member
|
| /include/linux/mmc/ |
| A D | core.h | 110 struct mmc_request *mrq; /* associated request */ member 140 struct mmc_request *mrq; /* associated request */ member 180 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
|
| A D | host.h | 286 int (*cqe_request)(struct mmc_host *host, struct mmc_request *mrq); 288 void (*cqe_post_req)(struct mmc_host *host, struct mmc_request *mrq); 305 bool (*cqe_timeout)(struct mmc_host *host, struct mmc_request *mrq, 609 void mmc_command_done(struct mmc_host *host, struct mmc_request *mrq); 611 void mmc_cqe_request_done(struct mmc_host *host, struct mmc_request *mrq);
|
| /include/linux/ |
| A D | memstick.h | 262 struct memstick_request **mrq); 319 void memstick_init_req_sg(struct memstick_request *mrq, unsigned char tpc, 321 void memstick_init_req(struct memstick_request *mrq, unsigned char tpc, 324 struct memstick_request **mrq);
|
Completed in 25 milliseconds