• Home
  • Raw
  • Download

Lines Matching defs:cq_host

35 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag)  in get_desc()
40 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc()
47 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma()
54 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc()
60 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc()
90 static void cqhci_set_irqs(struct cqhci_host *cq_host, u32 set) in cqhci_set_irqs()
101 static void cqhci_dumpregs(struct cqhci_host *cq_host) in cqhci_dumpregs()
162 static int cqhci_host_alloc_tdl(struct cqhci_host *cq_host) in cqhci_host_alloc_tdl()
240 static void __cqhci_enable(struct cqhci_host *cq_host) in __cqhci_enable()
292 static void __cqhci_disable(struct cqhci_host *cq_host) in __cqhci_disable()
307 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_deactivate() local
325 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_enable() local
356 static u32 cqhci_read_ctl(struct cqhci_host *cq_host) in cqhci_read_ctl()
363 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_off() local
390 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_disable() local
478 struct cqhci_host *cq_host, int tag) in cqhci_prep_tran_desc()
518 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_prep_dcmd_desc() local
576 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_request() local
646 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_recovery_needed() local
674 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_error_irq() local
736 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_finish_mrq() local
773 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_irq() local
817 static bool cqhci_is_idle(struct cqhci_host *cq_host, int *ret) in cqhci_is_idle()
833 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_wait_for_idle() local
844 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_timeout() local
868 static bool cqhci_tasks_cleared(struct cqhci_host *cq_host) in cqhci_tasks_cleared()
875 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_clear_all_tasks() local
899 static bool cqhci_halted(struct cqhci_host *cq_host) in cqhci_halted()
906 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_halt() local
942 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_recovery_start() local
971 static void cqhci_recover_mrq(struct cqhci_host *cq_host, unsigned int tag) in cqhci_recover_mrq()
995 static void cqhci_recover_mrqs(struct cqhci_host *cq_host) in cqhci_recover_mrqs()
1015 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_recovery_finish() local
1083 struct cqhci_host *cq_host; in cqhci_pltfm_init() local
1110 static unsigned int cqhci_ver_major(struct cqhci_host *cq_host) in cqhci_ver_major()
1115 static unsigned int cqhci_ver_minor(struct cqhci_host *cq_host) in cqhci_ver_minor()
1122 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, in cqhci_init()