Searched refs:mrq (Results 1 – 6 of 6) sorted by relevance
/include/trace/events/ |
D | mmc.h | 15 TP_PROTO(struct mmc_host *host, struct mmc_request *mrq), 17 TP_ARGS(host, mrq), 43 __field(struct mmc_request *, mrq) 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; 51 __entry->cmd_retries = mrq->cmd ? mrq->cmd->retries : 0; 52 __entry->stop_opcode = mrq->stop ? mrq->stop->opcode : 0; 53 __entry->stop_arg = mrq->stop ? mrq->stop->arg : 0; 54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0; [all …]
|
/include/soc/tegra/ |
D | bpmp.h | 48 typedef void (*tegra_bpmp_mrq_handler_t)(unsigned int mrq, 54 unsigned int mrq; member 95 unsigned int mrq; member 119 int tegra_bpmp_request_mrq(struct tegra_bpmp *bpmp, unsigned int mrq, 121 void tegra_bpmp_free_mrq(struct tegra_bpmp *bpmp, unsigned int mrq, 123 bool tegra_bpmp_mrq_is_supported(struct tegra_bpmp *bpmp, unsigned int mrq); 149 unsigned int mrq, in tegra_bpmp_request_mrq() argument 156 unsigned int mrq, void *data) in tegra_bpmp_free_mrq() argument 161 unsigned int mrq) in tegra_bpmp_mrq_is_supported() argument
|
D | bpmp-abi.h | 85 uint32_t mrq; member 1365 uint32_t mrq; member
|
/include/linux/mmc/ |
D | core.h | 111 struct mmc_request *mrq; /* associated request */ member 135 struct mmc_request *mrq; /* associated request */ member 174 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
|
D | host.h | 232 int (*cqe_request)(struct mmc_host *host, struct mmc_request *mrq); 234 void (*cqe_post_req)(struct mmc_host *host, struct mmc_request *mrq); 251 bool (*cqe_timeout)(struct mmc_host *host, struct mmc_request *mrq, 272 struct mmc_request *mrq; member 572 void mmc_command_done(struct mmc_host *host, struct mmc_request *mrq); 574 void mmc_cqe_request_done(struct mmc_host *host, struct mmc_request *mrq);
|
/include/linux/ |
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);
|