Home
last modified time | relevance | path

Searched defs:host (Results 51 – 75 of 693) sorted by relevance

12345678910>>...28

/Linux-v6.6/drivers/mmc/core/
Dmmc_ops.c64 struct mmc_host *host; member
99 static int _mmc_select_card(struct mmc_host *host, struct mmc_card *card) in _mmc_select_card()
122 int mmc_deselect_cards(struct mmc_host *host) in mmc_deselect_cards()
135 int mmc_set_dsr(struct mmc_host *host) in mmc_set_dsr()
147 int mmc_go_idle(struct mmc_host *host) in mmc_go_idle()
187 struct mmc_host *host = data->host; in __mmc_send_op_cond_cb() local
223 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond()
261 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native()
283 int mmc_send_adtc_data(struct mmc_card *card, struct mmc_host *host, u32 opcode, in mmc_send_adtc_data()
332 static int mmc_spi_send_cxd(struct mmc_host *host, u32 *cxd, u32 opcode) in mmc_spi_send_cxd()
[all …]
Dsdio.c623 static int mmc_sdio_pre_init(struct mmc_host *host, u32 ocr, in mmc_sdio_pre_init()
658 static int mmc_sdio_init_card(struct mmc_host *host, u32 ocr, in mmc_sdio_init_card()
912 static int mmc_sdio_reinit_card(struct mmc_host *host) in mmc_sdio_reinit_card()
926 static void mmc_sdio_remove(struct mmc_host *host) in mmc_sdio_remove()
944 static int mmc_sdio_alive(struct mmc_host *host) in mmc_sdio_alive()
952 static void mmc_sdio_detect(struct mmc_host *host) in mmc_sdio_detect()
1002 static int mmc_sdio_pre_suspend(struct mmc_host *host) in mmc_sdio_pre_suspend()
1040 static int mmc_sdio_suspend(struct mmc_host *host) in mmc_sdio_suspend()
1065 static int mmc_sdio_resume(struct mmc_host *host) in mmc_sdio_resume()
1122 static int mmc_sdio_runtime_suspend(struct mmc_host *host) in mmc_sdio_runtime_suspend()
[all …]
Dsdio_irq.c30 static int sdio_get_pending_irqs(struct mmc_host *host, u8 *pending) in sdio_get_pending_irqs()
58 static int process_sdio_pending_irqs(struct mmc_host *host) in process_sdio_pending_irqs()
113 static void sdio_run_irqs(struct mmc_host *host) in sdio_run_irqs()
126 struct mmc_host *host = in sdio_irq_work() local
132 void sdio_signal_irq(struct mmc_host *host) in sdio_signal_irq()
141 struct mmc_host *host = _host; in sdio_irq_thread() local
226 struct mmc_host *host = card->host; in sdio_card_irq_get() local
251 struct mmc_host *host = card->host; in sdio_card_irq_put() local
Dpwrseq.c21 int mmc_pwrseq_alloc(struct mmc_host *host) in mmc_pwrseq_alloc()
54 void mmc_pwrseq_pre_power_on(struct mmc_host *host) in mmc_pwrseq_pre_power_on()
62 void mmc_pwrseq_post_power_on(struct mmc_host *host) in mmc_pwrseq_post_power_on()
70 void mmc_pwrseq_power_off(struct mmc_host *host) in mmc_pwrseq_power_off()
78 void mmc_pwrseq_reset(struct mmc_host *host) in mmc_pwrseq_reset()
86 void mmc_pwrseq_free(struct mmc_host *host) in mmc_pwrseq_free()
Dqueue.c38 static inline bool mmc_cqe_can_dcmd(struct mmc_host *host) in mmc_cqe_can_dcmd()
43 static enum mmc_issue_type mmc_cqe_issue_type(struct mmc_host *host, in mmc_cqe_issue_type()
62 struct mmc_host *host = mq->card->host; in mmc_issue_type() local
100 struct mmc_host *host = mq->card->host; in mmc_cqe_timed_out() local
125 struct mmc_host *host = card->host; in mmc_mq_timed_out() local
141 struct mmc_host *host = mq->card->host; in mmc_mq_recovery_handler() local
197 static unsigned short mmc_get_max_segments(struct mmc_host *host) in mmc_get_max_segments()
209 struct mmc_host *host = card->host; in mmc_mq_init_request() local
234 struct mmc_host *host = card->host; in mmc_mq_queue_rq() local
350 struct mmc_host *host = card->host; in mmc_setup_queue() local
[all …]
/Linux-v6.6/drivers/mmc/host/
Dsunplus-mmc.c176 static inline int spmmc_wait_finish(struct spmmc_host *host) in spmmc_wait_finish()
185 static inline int spmmc_wait_sdstatus(struct spmmc_host *host, unsigned int status_bit) in spmmc_wait_sdstatus()
194 #define spmmc_wait_rspbuf_full(host) spmmc_wait_sdstatus(host, SPMMC_SDSTATUS_RSP_BUF_FULL) argument
195 #define spmmc_wait_rxbuf_full(host) spmmc_wait_sdstatus(host, SPMMC_SDSTATUS_RX_DATA_BUF_FULL) argument
196 #define spmmc_wait_txbuf_empty(host) spmmc_wait_sdstatus(host, SPMMC_SDSTATUS_TX_DATA_BUF_EMPTY) argument
198 static void spmmc_get_rsp(struct spmmc_host *host, struct mmc_command *cmd) in spmmc_get_rsp()
231 static void spmmc_set_bus_clk(struct spmmc_host *host, int clk) in spmmc_set_bus_clk()
251 static void spmmc_set_bus_timing(struct spmmc_host *host, unsigned int timing) in spmmc_set_bus_timing()
304 static void spmmc_set_bus_width(struct spmmc_host *host, int width) in spmmc_set_bus_width()
328 static void spmmc_set_sdmmc_mode(struct spmmc_host *host) in spmmc_set_sdmmc_mode()
[all …]
Dmmc_spi.c144 static inline int mmc_cs_off(struct mmc_spi_host *host) in mmc_cs_off()
151 mmc_spi_readbytes(struct mmc_spi_host *host, unsigned len) in mmc_spi_readbytes()
177 static int mmc_spi_skip(struct mmc_spi_host *host, unsigned long timeout, in mmc_spi_skip()
203 mmc_spi_wait_unbusy(struct mmc_spi_host *host, unsigned long timeout) in mmc_spi_wait_unbusy()
208 static int mmc_spi_readtoken(struct mmc_spi_host *host, unsigned long timeout) in mmc_spi_readtoken()
235 static int mmc_spi_response_get(struct mmc_spi_host *host, in mmc_spi_response_get()
422 mmc_spi_command_send(struct mmc_spi_host *host, in mmc_spi_command_send()
549 struct mmc_spi_host *host, in mmc_spi_setup_data_message()
646 mmc_spi_writeblock(struct mmc_spi_host *host, struct spi_transfer *t, in mmc_spi_writeblock()
752 mmc_spi_readblock(struct mmc_spi_host *host, struct spi_transfer *t, in mmc_spi_readblock()
[all …]
Domap.c80 #define OMAP_MMC_REG(host, reg) (OMAP_MMC_REG_##reg << (host)->reg_shift) argument
81 #define OMAP_MMC_READ(host, reg) __raw_readw((host)->virt_base + OMAP_MMC_REG(host, reg)) argument
82 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG(host, r… argument
113 struct mmc_omap_host *host; member
187 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable) in mmc_omap_fclk_enable()
204 struct mmc_omap_host *host = slot->host; in mmc_omap_select_slot() local
252 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_slot_release_work() local
267 struct mmc_omap_host *host = slot->host; in mmc_omap_release_slot() local
345 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_start_command()
415 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data, in mmc_omap_release_dma()
[all …]
Dsdhci-esdhc-imx.c395 static inline void esdhc_clrset_le(struct sdhci_host *host, u32 mask, u32 val, int reg) in esdhc_clrset_le()
406 static void esdhc_dump_debug_regs(struct sdhci_host *host) in esdhc_dump_debug_regs()
431 static inline void esdhc_wait_for_card_clock_gate_off(struct sdhci_host *host) in esdhc_wait_for_card_clock_gate_off()
443 static inline void usdhc_auto_tuning_mode_sel_and_en(struct sdhci_host *host) in usdhc_auto_tuning_mode_sel_and_en()
487 static u32 esdhc_readl_le(struct sdhci_host *host, int reg) in esdhc_readl_le()
573 static void esdhc_writel_le(struct sdhci_host *host, u32 val, int reg) in esdhc_writel_le()
624 static u16 esdhc_readw_le(struct sdhci_host *host, int reg) in esdhc_readw_le()
684 static void esdhc_writew_le(struct sdhci_host *host, u16 val, int reg) in esdhc_writew_le()
809 static u8 esdhc_readb_le(struct sdhci_host *host, int reg) in esdhc_readb_le()
828 static void esdhc_writeb_le(struct sdhci_host *host, u8 val, int reg) in esdhc_writeb_le()
[all …]
Dmxs-mmc.c63 struct mxs_mmc_host *host = mmc_priv(mmc); in mxs_mmc_get_cd() local
84 static int mxs_mmc_reset(struct mxs_mmc_host *host) in mxs_mmc_reset()
123 static void mxs_mmc_request_done(struct mxs_mmc_host *host) in mxs_mmc_request_done()
170 struct mxs_mmc_host *host = param; in mxs_mmc_dma_irq_callback() local
177 struct mxs_mmc_host *host = dev_id; in mxs_mmc_irq_handler() local
214 struct mxs_mmc_host *host, unsigned long flags) in mxs_mmc_prep_dma()
248 static void mxs_mmc_bc(struct mxs_mmc_host *host) in mxs_mmc_bc()
282 static void mxs_mmc_ac(struct mxs_mmc_host *host) in mxs_mmc_ac()
343 static void mxs_mmc_adtc(struct mxs_mmc_host *host) in mxs_mmc_adtc()
456 static void mxs_mmc_start_cmd(struct mxs_mmc_host *host, in mxs_mmc_start_cmd()
[all …]
Drenesas_sdhi_internal_dmac.c294 renesas_sdhi_internal_dmac_enable_dma(struct tmio_mmc_host *host, bool enable) in renesas_sdhi_internal_dmac_enable_dma()
311 renesas_sdhi_internal_dmac_abort_dma(struct tmio_mmc_host *host) in renesas_sdhi_internal_dmac_abort_dma()
325 static bool renesas_sdhi_internal_dmac_dma_irq(struct tmio_mmc_host *host) in renesas_sdhi_internal_dmac_dma_irq()
346 renesas_sdhi_internal_dmac_dataend_dma(struct tmio_mmc_host *host) in renesas_sdhi_internal_dmac_dataend_dma()
364 renesas_sdhi_internal_dmac_unmap(struct tmio_mmc_host *host, in renesas_sdhi_internal_dmac_unmap()
379 renesas_sdhi_internal_dmac_map(struct tmio_mmc_host *host, in renesas_sdhi_internal_dmac_map()
402 renesas_sdhi_internal_dmac_start_dma(struct tmio_mmc_host *host, in renesas_sdhi_internal_dmac_start_dma()
444 struct tmio_mmc_host *host = (struct tmio_mmc_host *)arg; in renesas_sdhi_internal_dmac_issue_tasklet_fn() local
460 static bool renesas_sdhi_internal_dmac_complete(struct tmio_mmc_host *host) in renesas_sdhi_internal_dmac_complete()
488 struct tmio_mmc_host *host = (struct tmio_mmc_host *)arg; in renesas_sdhi_internal_dmac_complete_tasklet_fn() local
[all …]
Datmel-mci.c410 struct atmel_mci *host; member
430 #define atmci_test_and_clear_pending(host, event) \ argument
432 #define atmci_set_completed(host, event) \ argument
434 #define atmci_set_pending(host, event) \ argument
531 struct atmel_mci *host = s->private; in atmci_regs_show() local
612 struct atmel_mci *host = slot->host; in atmci_init_debugfs() local
706 static inline unsigned int atmci_get_version(struct atmel_mci *host) in atmci_get_version()
719 static inline unsigned int atmci_convert_chksize(struct atmel_mci *host, in atmci_convert_chksize()
736 struct atmel_mci *host; in atmci_timeout_timer() local
762 static inline unsigned int atmci_ns_to_clocks(struct atmel_mci *host, in atmci_ns_to_clocks()
[all …]
Drenesas_sdhi_sys_dmac.c95 static void renesas_sdhi_sys_dmac_enable_dma(struct tmio_mmc_host *host, in renesas_sdhi_sys_dmac_enable_dma()
107 static void renesas_sdhi_sys_dmac_abort_dma(struct tmio_mmc_host *host) in renesas_sdhi_sys_dmac_abort_dma()
119 static void renesas_sdhi_sys_dmac_dataend_dma(struct tmio_mmc_host *host) in renesas_sdhi_sys_dmac_dataend_dma()
128 struct tmio_mmc_host *host = arg; in renesas_sdhi_sys_dmac_dma_callback() local
155 static void renesas_sdhi_sys_dmac_start_dma_rx(struct tmio_mmc_host *host) in renesas_sdhi_sys_dmac_start_dma_rx()
227 static void renesas_sdhi_sys_dmac_start_dma_tx(struct tmio_mmc_host *host) in renesas_sdhi_sys_dmac_start_dma_tx()
303 static void renesas_sdhi_sys_dmac_start_dma(struct tmio_mmc_host *host, in renesas_sdhi_sys_dmac_start_dma()
317 struct tmio_mmc_host *host = (struct tmio_mmc_host *)priv; in renesas_sdhi_sys_dmac_issue_tasklet_fn() local
337 static void renesas_sdhi_sys_dmac_request_dma(struct tmio_mmc_host *host, in renesas_sdhi_sys_dmac_request_dma()
423 static void renesas_sdhi_sys_dmac_release_dma(struct tmio_mmc_host *host) in renesas_sdhi_sys_dmac_release_dma()
Dsdhci-of-dwcmshc.c101 static void dwcmshc_adma_write_desc(struct sdhci_host *host, void **desc, in dwcmshc_adma_write_desc()
120 static unsigned int dwcmshc_get_max_clock(struct sdhci_host *host) in dwcmshc_get_max_clock()
130 static unsigned int rk35xx_get_max_clock(struct sdhci_host *host) in rk35xx_get_max_clock()
140 struct sdhci_host *host = mmc_priv(mmc); in dwcmshc_check_auto_cmd23() local
160 static void dwcmshc_set_uhs_signaling(struct sdhci_host *host, in dwcmshc_set_uhs_signaling()
199 struct sdhci_host *host = mmc_priv(mmc); in dwcmshc_hs400_enhanced_strobe() local
213 static void dwcmshc_rk3568_set_clock(struct sdhci_host *host, unsigned int clock) in dwcmshc_rk3568_set_clock()
326 static void rk35xx_sdhci_reset(struct sdhci_host *host, u8 mask) in rk35xx_sdhci_reset()
382 static int dwcmshc_rk35xx_init(struct sdhci_host *host, struct dwcmshc_priv *dwc_priv) in dwcmshc_rk35xx_init()
423 static void dwcmshc_rk35xx_postinit(struct sdhci_host *host, struct dwcmshc_priv *dwc_priv) in dwcmshc_rk35xx_postinit()
[all …]
Dsdricoh_cs.c88 static inline unsigned int sdricoh_readl(struct sdricoh_host *host, in sdricoh_readl()
96 static inline void sdricoh_writel(struct sdricoh_host *host, unsigned int reg, in sdricoh_writel()
104 static inline void sdricoh_writew(struct sdricoh_host *host, unsigned int reg, in sdricoh_writew()
111 static inline unsigned int sdricoh_readb(struct sdricoh_host *host, in sdricoh_readb()
119 static bool sdricoh_status_ok(struct sdricoh_host *host, unsigned int status, in sdricoh_status_ok()
126 static int sdricoh_query_status(struct sdricoh_host *host, unsigned int wanted) in sdricoh_query_status()
150 static int sdricoh_mmc_cmd(struct sdricoh_host *host, struct mmc_command *cmd) in sdricoh_mmc_cmd()
192 static int sdricoh_reset(struct sdricoh_host *host) in sdricoh_reset()
211 static int sdricoh_blockio(struct sdricoh_host *host, int read, in sdricoh_blockio()
256 struct sdricoh_host *host = mmc_priv(mmc); in sdricoh_request() local
[all …]
Dsdhci-msm.c140 #define msm_host_readl(msm_host, host, offset) \ argument
143 #define msm_host_writel(msm_host, val, host, offset) \ argument
295 static const struct sdhci_msm_offset *sdhci_priv_msm_offset(struct sdhci_host *host) in sdhci_priv_msm_offset()
307 static u32 sdhci_msm_mci_variant_readl_relaxed(struct sdhci_host *host, in sdhci_msm_mci_variant_readl_relaxed()
316 static u32 sdhci_msm_v5_variant_readl_relaxed(struct sdhci_host *host, in sdhci_msm_v5_variant_readl_relaxed()
323 struct sdhci_host *host, u32 offset) in sdhci_msm_mci_variant_writel_relaxed()
332 struct sdhci_host *host, u32 offset) in sdhci_msm_v5_variant_writel_relaxed()
337 static unsigned int msm_get_clock_mult_for_bus_mode(struct sdhci_host *host) in msm_get_clock_mult_for_bus_mode()
354 static void msm_set_clock_rate_for_bus_mode(struct sdhci_host *host, in msm_set_clock_rate_for_bus_mode()
394 static inline int msm_dll_poll_ck_out_en(struct sdhci_host *host, u8 poll) in msm_dll_poll_ck_out_en()
[all …]
Dsdhci-pci-gli.c221 static inline void gl9750_wt_on(struct sdhci_host *host) in gl9750_wt_on()
238 static inline void gl9750_wt_off(struct sdhci_host *host) in gl9750_wt_off()
255 static void gli_set_9750(struct sdhci_host *host) in gli_set_9750()
349 static void gli_set_9750_rx_inv(struct sdhci_host *host, bool b) in gli_set_9750_rx_inv()
369 static int __sdhci_execute_tuning_9750(struct sdhci_host *host, u32 opcode) in __sdhci_execute_tuning_9750()
409 static int gl9750_execute_tuning(struct sdhci_host *host, u32 opcode) in gl9750_execute_tuning()
422 static void gl9750_disable_ssc_pll(struct sdhci_host *host) in gl9750_disable_ssc_pll()
433 static void gl9750_set_pll(struct sdhci_host *host, u8 dir, u16 ldiv, u8 pdiv) in gl9750_set_pll()
452 static bool gl9750_ssc_enable(struct sdhci_host *host) in gl9750_ssc_enable()
465 static void gl9750_set_ssc(struct sdhci_host *host, u8 enable, u8 step, u16 ppm) in gl9750_set_ssc()
[all …]
Dcavium-octeon.c90 static void octeon_mmc_acquire_bus(struct cvm_mmc_host *host) in octeon_mmc_acquire_bus()
102 static void octeon_mmc_release_bus(struct cvm_mmc_host *host) in octeon_mmc_release_bus()
110 static void octeon_mmc_int_enable(struct cvm_mmc_host *host, u64 val) in octeon_mmc_int_enable()
117 static void octeon_mmc_set_shared_power(struct cvm_mmc_host *host, int dir) in octeon_mmc_set_shared_power()
127 static void octeon_mmc_dmar_fixup(struct cvm_mmc_host *host, in octeon_mmc_dmar_fixup()
141 static void octeon_mmc_dmar_fixup_done(struct cvm_mmc_host *host) in octeon_mmc_dmar_fixup_done()
152 struct cvm_mmc_host *host; in octeon_mmc_probe() local
301 struct cvm_mmc_host *host = platform_get_drvdata(pdev); in octeon_mmc_remove() local
Dmmci_stm32_sdmmc.c81 static int sdmmc_idma_validate_data(struct mmci_host *host, in sdmmc_idma_validate_data()
131 static int _sdmmc_idma_prep_data(struct mmci_host *host, in _sdmmc_idma_prep_data()
160 static int sdmmc_idma_prep_data(struct mmci_host *host, in sdmmc_idma_prep_data()
170 static void sdmmc_idma_unprep_data(struct mmci_host *host, in sdmmc_idma_unprep_data()
188 static int sdmmc_idma_setup(struct mmci_host *host) in sdmmc_idma_setup()
219 static int sdmmc_idma_start(struct mmci_host *host, unsigned int *datactrl) in sdmmc_idma_start()
266 static void sdmmc_idma_finalize(struct mmci_host *host, struct mmc_data *data) in sdmmc_idma_finalize()
274 static void mmci_sdmmc_set_clkreg(struct mmci_host *host, unsigned int desired) in mmci_sdmmc_set_clkreg()
336 static void mmci_sdmmc_set_pwrreg(struct mmci_host *host, unsigned int pwr) in mmci_sdmmc_set_pwrreg()
384 static u32 sdmmc_get_dctrl_cfg(struct mmci_host *host) in sdmmc_get_dctrl_cfg()
[all …]
/Linux-v6.6/drivers/gpu/host1x/hw/
Dintr_hw.c18 struct host1x *host = dev_id; in syncpt_thresh_isr() local
38 static void host1x_intr_disable_all_syncpt_intrs(struct host1x *host) in host1x_intr_disable_all_syncpt_intrs()
50 static void intr_hw_init(struct host1x *host, u32 cpm) in intr_hw_init()
79 host1x_intr_init_host_sync(struct host1x *host, u32 cpm) in host1x_intr_init_host_sync()
96 static void host1x_intr_set_syncpt_threshold(struct host1x *host, in host1x_intr_set_syncpt_threshold()
103 static void host1x_intr_enable_syncpt_intr(struct host1x *host, in host1x_intr_enable_syncpt_intr()
110 static void host1x_intr_disable_syncpt_intr(struct host1x *host, in host1x_intr_disable_syncpt_intr()
/Linux-v6.6/drivers/mtd/nand/raw/
Dhisi504_nand.c144 static inline unsigned int hinfc_read(struct hinfc_host *host, unsigned int reg) in hinfc_read()
149 static inline void hinfc_write(struct hinfc_host *host, unsigned int value, in hinfc_write()
155 static void wait_controller_finished(struct hinfc_host *host) in wait_controller_finished()
179 static void hisi_nfc_dma_transfer(struct hinfc_host *host, int todev) in hisi_nfc_dma_transfer()
238 static int hisi_nfc_send_cmd_pageprog(struct hinfc_host *host) in hisi_nfc_send_cmd_pageprog()
252 static int hisi_nfc_send_cmd_readstart(struct hinfc_host *host) in hisi_nfc_send_cmd_readstart()
279 static int hisi_nfc_send_cmd_erase(struct hinfc_host *host) in hisi_nfc_send_cmd_erase()
300 static int hisi_nfc_send_cmd_readid(struct hinfc_host *host) in hisi_nfc_send_cmd_readid()
317 static int hisi_nfc_send_cmd_status(struct hinfc_host *host) in hisi_nfc_send_cmd_status()
332 static int hisi_nfc_send_cmd_reset(struct hinfc_host *host, int chipselect) in hisi_nfc_send_cmd_reset()
[all …]
/Linux-v6.6/drivers/ufs/host/
Dufs-mediatek.c96 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_is_boost_crypt_enabled() local
103 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_is_va09_supported() local
110 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_is_broken_vcc() local
117 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_is_pmc_via_fastauto() local
172 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_host_reset() local
199 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_init_reset() local
212 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_hce_enable_notify() local
246 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_bind_mphy() local
284 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_setup_ref_clk() local
333 struct ufs_mtk_host *host = ufshcd_get_variant(hba); in ufs_mtk_setup_ref_clk_wait_us() local
[all …]
/Linux-v6.6/drivers/memstick/core/
Dmemstick.c180 struct memstick_host *host = container_of(dev, struct memstick_host, in memstick_free() local
206 void memstick_detect_change(struct memstick_host *host) in memstick_detect_change()
222 int memstick_next_req(struct memstick_host *host, struct memstick_request **mrq) in memstick_next_req()
248 void memstick_new_req(struct memstick_host *host) in memstick_new_req()
376 static struct memstick_dev *memstick_alloc_card(struct memstick_host *host) in memstick_alloc_card()
418 static int memstick_power_on(struct memstick_host *host) in memstick_power_on()
430 struct memstick_host *host = container_of(work, struct memstick_host, in memstick_check() local
495 struct memstick_host *host; in memstick_alloc_host() local
513 int memstick_add_host(struct memstick_host *host) in memstick_add_host()
549 void memstick_remove_host(struct memstick_host *host) in memstick_remove_host()
[all …]
/Linux-v6.6/drivers/spi/
Dspi-hisi-sfc-v3xx.c84 static void hisi_sfc_v3xx_disable_int(struct hisi_sfc_v3xx_host *host) in hisi_sfc_v3xx_disable_int()
89 static void hisi_sfc_v3xx_enable_int(struct hisi_sfc_v3xx_host *host) in hisi_sfc_v3xx_enable_int()
94 static void hisi_sfc_v3xx_clear_int(struct hisi_sfc_v3xx_host *host) in hisi_sfc_v3xx_clear_int()
104 static int hisi_sfc_v3xx_handle_completion(struct hisi_sfc_v3xx_host *host) in hisi_sfc_v3xx_handle_completion()
137 static int hisi_sfc_v3xx_wait_cmd_idle(struct hisi_sfc_v3xx_host *host) in hisi_sfc_v3xx_wait_cmd_idle()
151 struct hisi_sfc_v3xx_host *host; in hisi_sfc_v3xx_adjust_op_size() local
175 struct hisi_sfc_v3xx_host *host; in hisi_sfc_v3xx_supports_op() local
198 static void hisi_sfc_v3xx_read_databuf(struct hisi_sfc_v3xx_host *host, in hisi_sfc_v3xx_read_databuf()
235 static void hisi_sfc_v3xx_write_databuf(struct hisi_sfc_v3xx_host *host, in hisi_sfc_v3xx_write_databuf()
273 static int hisi_sfc_v3xx_start_bus(struct hisi_sfc_v3xx_host *host, in hisi_sfc_v3xx_start_bus()
[all …]
/Linux-v6.6/drivers/staging/greybus/
Dsdio.c59 static void _gb_sdio_set_host_caps(struct gb_sdio_host *host, u32 r) in _gb_sdio_set_host_caps()
115 static int gb_sdio_get_caps(struct gb_sdio_host *host) in gb_sdio_get_caps()
159 static void _gb_queue_event(struct gb_sdio_host *host, u8 event) in _gb_queue_event()
169 static int _gb_sdio_process_events(struct gb_sdio_host *host, u8 event) in _gb_sdio_process_events()
205 struct gb_sdio_host *host = gb_connection_get_data(op->connection); in gb_sdio_request_handler() local
237 static int gb_sdio_set_ios(struct gb_sdio_host *host, in gb_sdio_set_ios()
254 static int _gb_sdio_send(struct gb_sdio_host *host, struct mmc_data *data, in _gb_sdio_send()
308 static int _gb_sdio_recv(struct gb_sdio_host *host, struct mmc_data *data, in _gb_sdio_recv()
360 static int gb_sdio_transfer(struct gb_sdio_host *host, struct mmc_data *data) in gb_sdio_transfer()
407 static int gb_sdio_command(struct gb_sdio_host *host, struct mmc_command *cmd) in gb_sdio_command()
[all …]

12345678910>>...28