Searched refs:cqhci_host (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/mmc/host/ |
A D | cqhci-core.c | 316 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_deactivate() 334 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_enable() 372 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_off() 399 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_disable() 423 struct cqhci_host *cq_host, int tag) in cqhci_prep_task_desc() 500 struct cqhci_host *cq_host, int tag) in cqhci_prep_tran_desc() 540 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_prep_dcmd_desc() 596 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_request() 665 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_recovery_needed() 693 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_error_irq() [all …]
|
A D | cqhci.h | 218 struct cqhci_host { struct 281 void (*write_l)(struct cqhci_host *host, u32 val, int reg); argument 282 u32 (*read_l)(struct cqhci_host *host, int reg); 290 int (*program_key)(struct cqhci_host *cq_host, 295 static inline void cqhci_writel(struct cqhci_host *host, u32 val, int reg) in cqhci_writel() 303 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() 315 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64); 316 struct cqhci_host *cqhci_pltfm_init(struct platform_device *pdev);
|
A D | cqhci-crypto.c | 25 static inline struct cqhci_host * 34 static int cqhci_crypto_program_key(struct cqhci_host *cq_host, in cqhci_crypto_program_key() 66 struct cqhci_host *cq_host = cqhci_host_from_crypto_profile(profile); in cqhci_crypto_keyslot_program() 108 static int cqhci_crypto_clear_keyslot(struct cqhci_host *cq_host, int slot) in cqhci_crypto_clear_keyslot() 123 struct cqhci_host *cq_host = cqhci_host_from_crypto_profile(profile); in cqhci_crypto_keyslot_evict() 168 int cqhci_crypto_init(struct cqhci_host *cq_host) in cqhci_crypto_init()
|
A D | cqhci-crypto.h | 17 int cqhci_crypto_init(struct cqhci_host *host); 38 static inline int cqhci_crypto_init(struct cqhci_host *host) in cqhci_crypto_init()
|
A D | sdhci-pci-gli.c | 733 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_pre_enable() 765 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_post_disable() 786 struct cqhci_host *cq_host; in gl9763e_add_host()
|
A D | sdhci-tegra.c | 1171 static void tegra_cqhci_writel(struct cqhci_host *cq_host, u32 val, int reg) in tegra_cqhci_writel() 1224 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_enable() 1305 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_pre_enable() 1315 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_post_disable() 1564 struct cqhci_host *cq_host; in sdhci_tegra_add_host()
|
A D | sdhci_am654.c | 558 struct cqhci_host *cq_host; in sdhci_am654_cqe_add_host() 561 cq_host = devm_kzalloc(mmc_dev(host->mmc), sizeof(struct cqhci_host), in sdhci_am654_cqe_add_host()
|
A D | sdhci-brcmstb.c | 175 struct cqhci_host *cq_host; in sdhci_brcmstb_add_host()
|
A D | sdhci-esdhc-imx.c | 1358 struct cqhci_host *cq_host = host->mmc->cqe_private; in sdhci_esdhc_imx_hwinit() 1470 struct cqhci_host *cq_host = mmc->cqe_private; in esdhc_cqe_enable() 1585 struct cqhci_host *cq_host; in sdhci_esdhc_imx_probe()
|
A D | sdhci-msm.c | 1861 struct cqhci_host *cq_host) in sdhci_msm_ice_init() 1969 static int sdhci_msm_program_key(struct cqhci_host *cq_host, in sdhci_msm_program_key() 2017 struct cqhci_host *cq_host) in sdhci_msm_ice_init() 2122 struct cqhci_host *cq_host; in sdhci_msm_cqe_add_host()
|
A D | mtk-sd.c | 470 struct cqhci_host *cq_host; 2425 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_pre_enable() 2435 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_post_disable()
|
A D | sdhci-of-arasan.c | 1527 struct cqhci_host *cq_host; in sdhci_arasan_add_host()
|
A D | sdhci-pci-core.c | 923 struct cqhci_host *cq_host; in glk_emmc_add_host()
|
Completed in 44 milliseconds