| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-of-esdhc.c | 108 static u32 esdhc_readl_fixup(struct sdhci_host *host, in esdhc_readl_fixup() 171 static u16 esdhc_readw_fixup(struct sdhci_host *host, in esdhc_readw_fixup() 195 static u8 esdhc_readb_fixup(struct sdhci_host *host, in esdhc_readb_fixup() 234 static u32 esdhc_writel_fixup(struct sdhci_host *host, in esdhc_writel_fixup() 252 static u32 esdhc_writew_fixup(struct sdhci_host *host, in esdhc_writew_fixup() 286 static u32 esdhc_writeb_fixup(struct sdhci_host *host, in esdhc_writeb_fixup() 328 static u32 esdhc_be_readl(struct sdhci_host *host, int reg) in esdhc_be_readl() 343 static u32 esdhc_le_readl(struct sdhci_host *host, int reg) in esdhc_le_readl() 358 static u16 esdhc_be_readw(struct sdhci_host *host, int reg) in esdhc_be_readw() 369 static u16 esdhc_le_readw(struct sdhci_host *host, int reg) in esdhc_le_readw() [all …]
|
| H A D | omap_hsmmc.c | 153 #define mmc_pdata(host) host->pdata argument 219 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_enable_supply() local 251 struct omap_hsmmc_host *host = mmc_priv(mmc); in omap_hsmmc_disable_supply() local 280 static int omap_hsmmc_set_pbias(struct omap_hsmmc_host *host, bool power_on) in omap_hsmmc_set_pbias() 310 static int omap_hsmmc_set_power(struct omap_hsmmc_host *host, int power_on) in omap_hsmmc_set_power() 381 static int omap_hsmmc_disable_boot_regulators(struct omap_hsmmc_host *host) in omap_hsmmc_disable_boot_regulators() 414 static int omap_hsmmc_reg_get(struct omap_hsmmc_host *host) in omap_hsmmc_reg_get() 463 static void omap_hsmmc_start_clock(struct omap_hsmmc_host *host) in omap_hsmmc_start_clock() 472 static void omap_hsmmc_stop_clock(struct omap_hsmmc_host *host) in omap_hsmmc_stop_clock() 480 static void omap_hsmmc_enable_irq(struct omap_hsmmc_host *host, in omap_hsmmc_enable_irq() [all …]
|
| H A D | sdhci-esdhc-mcf.c | 46 static inline void esdhc_clrset_be(struct sdhci_host *host, in esdhc_clrset_be() 65 static void esdhc_mcf_writeb_be(struct sdhci_host *host, u8 val, int reg) in esdhc_mcf_writeb_be() 93 static void esdhc_mcf_writew_be(struct sdhci_host *host, u16 val, int reg) in esdhc_mcf_writew_be() 121 static void esdhc_mcf_writel_be(struct sdhci_host *host, u32 val, int reg) in esdhc_mcf_writel_be() 126 static u8 esdhc_mcf_readb_be(struct sdhci_host *host, int reg) in esdhc_mcf_readb_be() 143 static u16 esdhc_mcf_readw_be(struct sdhci_host *host, int reg) in esdhc_mcf_readw_be() 155 static u32 esdhc_mcf_readl_be(struct sdhci_host *host, int reg) in esdhc_mcf_readl_be() 178 static unsigned int esdhc_mcf_get_max_timeout_count(struct sdhci_host *host) in esdhc_mcf_get_max_timeout_count() 183 static void esdhc_mcf_set_timeout(struct sdhci_host *host, in esdhc_mcf_set_timeout() 191 static void esdhc_mcf_reset(struct sdhci_host *host, u8 mask) in esdhc_mcf_reset() [all …]
|
| H A D | mxcmmc.c | 192 static inline int is_imx31_mmc(struct mxcmci_host *host) in is_imx31_mmc() 197 static inline int is_mpc512x_mmc(struct mxcmci_host *host) in is_mpc512x_mmc() 202 static inline u32 mxcmci_readl(struct mxcmci_host *host, int reg) in mxcmci_readl() 210 static inline void mxcmci_writel(struct mxcmci_host *host, u32 val, int reg) in mxcmci_writel() 218 static inline u16 mxcmci_readw(struct mxcmci_host *host, int reg) in mxcmci_readw() 226 static inline void mxcmci_writew(struct mxcmci_host *host, u16 val, int reg) in mxcmci_writew() 236 static void mxcmci_set_power(struct mxcmci_host *host, unsigned int vdd) in mxcmci_set_power() 251 static inline int mxcmci_use_dma(struct mxcmci_host *host) in mxcmci_use_dma() 256 static void mxcmci_softreset(struct mxcmci_host *host) in mxcmci_softreset() 296 static int mxcmci_setup_data(struct mxcmci_host *host, struct mmc_data *data) in mxcmci_setup_data() [all …]
|
| H A D | pxamci.c | 77 static int pxamci_init_ocr(struct pxamci_host *host) in pxamci_init_ocr() 96 static inline int pxamci_set_power(struct pxamci_host *host, in pxamci_set_power() 117 static void pxamci_stop_clock(struct pxamci_host *host) in pxamci_stop_clock() 137 static void pxamci_enable_irq(struct pxamci_host *host, unsigned int mask) in pxamci_enable_irq() 147 static void pxamci_disable_irq(struct pxamci_host *host, unsigned int mask) in pxamci_disable_irq() 159 static void pxamci_setup_data(struct pxamci_host *host, struct mmc_data *data) in pxamci_setup_data() 233 static void pxamci_start_cmd(struct pxamci_host *host, struct mmc_command *cmd, unsigned int cmdat) in pxamci_start_cmd() 267 static void pxamci_finish_request(struct pxamci_host *host, struct mmc_request *mrq) in pxamci_finish_request() 275 static int pxamci_cmd_done(struct pxamci_host *host, unsigned int stat) in pxamci_cmd_done() 330 static int pxamci_data_done(struct pxamci_host *host, unsigned int stat) in pxamci_data_done() [all …]
|
| H A D | au1xmmc.c | 164 static inline void IRQ_ON(struct au1xmmc_host *host, u32 mask) in IRQ_ON() 172 static inline void FLUSH_FIFO(struct au1xmmc_host *host) in FLUSH_FIFO() 187 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) in IRQ_OFF() 195 static inline void SEND_STOP(struct au1xmmc_host *host) in SEND_STOP() 211 static void au1xmmc_set_power(struct au1xmmc_host *host, int state) in au1xmmc_set_power() 219 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_card_inserted() local 229 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_card_readonly() local 237 static void au1xmmc_finish_request(struct au1xmmc_host *host) in au1xmmc_finish_request() 258 struct au1xmmc_host *host = (struct au1xmmc_host *) param; in au1xmmc_tasklet_finish() local 262 static int au1xmmc_send_command(struct au1xmmc_host *host, in au1xmmc_send_command() [all …]
|
| H A D | jz4740_mmc.c | 186 static void jz4740_mmc_write_irq_mask(struct jz4740_mmc_host *host, in jz4740_mmc_write_irq_mask() 195 static void jz4740_mmc_write_irq_reg(struct jz4740_mmc_host *host, in jz4740_mmc_write_irq_reg() 204 static uint32_t jz4740_mmc_read_irq_reg(struct jz4740_mmc_host *host) in jz4740_mmc_read_irq_reg() 215 static void jz4740_mmc_release_dma_channels(struct jz4740_mmc_host *host) in jz4740_mmc_release_dma_channels() 224 static int jz4740_mmc_acquire_dma_channels(struct jz4740_mmc_host *host) in jz4740_mmc_acquire_dma_channels() 262 static inline struct dma_chan *jz4740_mmc_get_dma_chan(struct jz4740_mmc_host *host, in jz4740_mmc_get_dma_chan() 268 static void jz4740_mmc_dma_unmap(struct jz4740_mmc_host *host, in jz4740_mmc_dma_unmap() 281 static int jz4740_mmc_prepare_dma_data(struct jz4740_mmc_host *host, in jz4740_mmc_prepare_dma_data() 309 static int jz4740_mmc_start_dma_transfer(struct jz4740_mmc_host *host, in jz4740_mmc_start_dma_transfer() 359 struct jz4740_mmc_host *host = mmc_priv(mmc); in jz4740_mmc_pre_request() local [all …]
|
| H A D | mmci_stm32_sdmmc.c | 54 static int sdmmc_idma_validate_data(struct mmci_host *host, in sdmmc_idma_validate_data() 84 static int _sdmmc_idma_prep_data(struct mmci_host *host, in _sdmmc_idma_prep_data() 102 static int sdmmc_idma_prep_data(struct mmci_host *host, in sdmmc_idma_prep_data() 112 static void sdmmc_idma_unprep_data(struct mmci_host *host, in sdmmc_idma_unprep_data() 119 static int sdmmc_idma_setup(struct mmci_host *host) in sdmmc_idma_setup() 148 static int sdmmc_idma_start(struct mmci_host *host, unsigned int *datactrl) in sdmmc_idma_start() 187 static void sdmmc_idma_finalize(struct mmci_host *host, struct mmc_data *data) in sdmmc_idma_finalize() 195 static void mmci_sdmmc_set_clkreg(struct mmci_host *host, unsigned int desired) in mmci_sdmmc_set_clkreg() 266 static void mmci_sdmmc_set_pwrreg(struct mmci_host *host, unsigned int pwr) in mmci_sdmmc_set_pwrreg() 313 static u32 sdmmc_get_dctrl_cfg(struct mmci_host *host) in sdmmc_get_dctrl_cfg() [all …]
|
| H A D | sdhci-esdhc-imx.c | 336 static inline void esdhc_clrset_le(struct sdhci_host *host, u32 mask, u32 val, int reg) in esdhc_clrset_le() 347 static void esdhc_dump_debug_regs(struct sdhci_host *host) in esdhc_dump_debug_regs() 372 static inline void esdhc_wait_for_card_clock_gate_off(struct sdhci_host *host) in esdhc_wait_for_card_clock_gate_off() 383 static u32 esdhc_readl_le(struct sdhci_host *host, int reg) in esdhc_readl_le() 472 static void esdhc_writel_le(struct sdhci_host *host, u32 val, int reg) in esdhc_writel_le() 523 static u16 esdhc_readw_le(struct sdhci_host *host, int reg) in esdhc_readw_le() 583 static void esdhc_writew_le(struct sdhci_host *host, u16 val, int reg) in esdhc_writew_le() 720 static u8 esdhc_readb_le(struct sdhci_host *host, int reg) in esdhc_readb_le() 739 static void esdhc_writeb_le(struct sdhci_host *host, u8 val, int reg) in esdhc_writeb_le() 818 static unsigned int esdhc_pltfm_get_max_clock(struct sdhci_host *host) in esdhc_pltfm_get_max_clock() [all …]
|
| H A D | bcm2835.c | 192 static void bcm2835_dumpcmd(struct bcm2835_host *host, struct mmc_command *cmd, in bcm2835_dumpcmd() 207 static void bcm2835_dumpregs(struct bcm2835_host *host) in bcm2835_dumpregs() 242 static void bcm2835_reset_internal(struct bcm2835_host *host) in bcm2835_reset_internal() 273 struct bcm2835_host *host = mmc_priv(mmc); in bcm2835_reset() local 283 static void bcm2835_wait_transfer_complete(struct bcm2835_host *host) in bcm2835_wait_transfer_complete() 323 struct bcm2835_host *host = param; in bcm2835_dma_complete() local 328 static void bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) in bcm2835_transfer_block_pio() 428 static void bcm2835_transfer_pio(struct bcm2835_host *host) in bcm2835_transfer_pio() 453 void bcm2835_prepare_dma(struct bcm2835_host *host, struct mmc_data *data) in bcm2835_prepare_dma() 521 static void bcm2835_start_dma(struct bcm2835_host *host) in bcm2835_start_dma() [all …]
|
| H A D | davinci_mmc.c | 217 static void mmc_davinci_sg_to_buf(struct mmc_davinci_host *host) in mmc_davinci_sg_to_buf() 225 static void davinci_fifo_data_trans(struct mmc_davinci_host *host, in davinci_fifo_data_trans() 268 static void mmc_davinci_start_command(struct mmc_davinci_host *host, in mmc_davinci_start_command() 388 static void davinci_abort_dma(struct mmc_davinci_host *host) in davinci_abort_dma() 400 static int mmc_davinci_send_dma_request(struct mmc_davinci_host *host, in mmc_davinci_send_dma_request() 460 static int mmc_davinci_start_dma_transfer(struct mmc_davinci_host *host, in mmc_davinci_start_dma_transfer() 486 static void davinci_release_dma_channels(struct mmc_davinci_host *host) in davinci_release_dma_channels() 495 static int davinci_acquire_dma_channels(struct mmc_davinci_host *host) in davinci_acquire_dma_channels() 516 mmc_davinci_prepare_data(struct mmc_davinci_host *host, struct mmc_request *req) in mmc_davinci_prepare_data() 587 struct mmc_davinci_host *host = mmc_priv(mmc); in mmc_davinci_request() local [all …]
|
| H A D | sh_mmcif.c | 258 #define sh_mmcif_host_to_dev(host) (&host->pd->dev) argument 260 static inline void sh_mmcif_bitset(struct sh_mmcif_host *host, in sh_mmcif_bitset() 266 static inline void sh_mmcif_bitclr(struct sh_mmcif_host *host, in sh_mmcif_bitclr() 274 struct sh_mmcif_host *host = arg; in sh_mmcif_dma_complete() local 287 static void sh_mmcif_start_dma_rx(struct sh_mmcif_host *host) in sh_mmcif_start_dma_rx() 337 static void sh_mmcif_start_dma_tx(struct sh_mmcif_host *host) in sh_mmcif_start_dma_tx() 388 sh_mmcif_request_dma_pdata(struct sh_mmcif_host *host, uintptr_t slave_id) in sh_mmcif_request_dma_pdata() 400 static int sh_mmcif_dma_slave_config(struct sh_mmcif_host *host, in sh_mmcif_dma_slave_config() 421 static void sh_mmcif_request_dma(struct sh_mmcif_host *host) in sh_mmcif_request_dma() 460 static void sh_mmcif_release_dma(struct sh_mmcif_host *host) in sh_mmcif_release_dma() [all …]
|
| H A D | omap.c | 79 #define OMAP_MMC_REG(host, reg) (OMAP_MMC_REG_##reg << (host)->reg_shift) argument 80 #define OMAP_MMC_READ(host, reg) __raw_readw((host)->virt_base + OMAP_MMC_REG(host, reg)) argument 81 #define OMAP_MMC_WRITE(host, reg, val) __raw_writew((val), (host)->virt_base + OMAP_MMC_REG(host, r… argument 112 struct mmc_omap_host *host; member 182 static void mmc_omap_fclk_enable(struct mmc_omap_host *host, unsigned int enable) in mmc_omap_fclk_enable() 199 struct mmc_omap_host *host = slot->host; in mmc_omap_select_slot() local 242 struct mmc_omap_host *host = container_of(work, struct mmc_omap_host, in mmc_omap_slot_release_work() local 257 struct mmc_omap_host *host = slot->host; in mmc_omap_release_slot() local 332 mmc_omap_start_command(struct mmc_omap_host *host, struct mmc_command *cmd) in mmc_omap_start_command() 402 mmc_omap_release_dma(struct mmc_omap_host *host, struct mmc_data *data, in mmc_omap_release_dma() [all …]
|
| H A D | cavium.c | 165 static void check_switch_errors(struct cvm_mmc_host *host) in check_switch_errors() 200 static void do_switch(struct cvm_mmc_host *host, u64 emm_switch) in do_switch() 252 struct cvm_mmc_host *host = slot->host; in cvm_mmc_reset_bus() local 273 struct cvm_mmc_host *host = slot->host; in cvm_mmc_switch_to() local 298 static void do_read(struct cvm_mmc_host *host, struct mmc_request *req, in do_read() 340 static void set_cmd_response(struct cvm_mmc_host *host, struct mmc_request *req, in set_cmd_response() 373 static int finish_dma_single(struct cvm_mmc_host *host, struct mmc_data *data) in finish_dma_single() 381 static int finish_dma_sg(struct cvm_mmc_host *host, struct mmc_data *data) in finish_dma_sg() 401 static int finish_dma(struct cvm_mmc_host *host, struct mmc_data *data) in finish_dma() 424 static void cleanup_dma(struct cvm_mmc_host *host, u64 rsp_sts) in cleanup_dma() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sdhci.c | 23 static void sdhci_reset(struct sdhci_host *host, u8 mask) in sdhci_reset() 41 static void sdhci_cmd_done(struct sdhci_host *host, struct mmc_cmd *cmd) in sdhci_cmd_done() 58 static void sdhci_transfer_pio(struct sdhci_host *host, struct mmc_data *data) in sdhci_transfer_pio() 71 static int sdhci_transfer_data(struct sdhci_host *host, struct mmc_data *data, in sdhci_transfer_data() 148 struct sdhci_host *host = mmc->priv; local 317 void sdhci_enable_clk(struct sdhci_host *host, u16 clk) 340 int sdhci_set_clock(struct sdhci_host *host, unsigned int clock) 413 static void sdhci_set_power(struct sdhci_host *host, unsigned short power) 443 static void sdhci_set_uhs_signaling(struct sdhci_host *host) 485 struct sdhci_host *host = mmc->priv; local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/memstick/host/ |
| H A D | rtsx_usb_ms.c | 42 static inline struct device *ms_dev(struct rtsx_usb_ms *host) in ms_dev() 47 static inline void ms_clear_error(struct rtsx_usb_ms *host) in ms_clear_error() 60 static void ms_print_debug_regs(struct rtsx_usb_ms *host) in ms_print_debug_regs() 106 static void ms_print_debug_regs(struct rtsx_usb_ms *host) in ms_print_debug_regs() 168 static int ms_power_on(struct rtsx_usb_ms *host) in ms_power_on() 208 static int ms_power_off(struct rtsx_usb_ms *host) in ms_power_off() 230 static int ms_transfer_data(struct rtsx_usb_ms *host, unsigned char data_dir, in ms_transfer_data() 316 static int ms_write_bytes(struct rtsx_usb_ms *host, u8 tpc, in ms_write_bytes() 383 static int ms_read_bytes(struct rtsx_usb_ms *host, u8 tpc, in ms_read_bytes() 456 static int rtsx_usb_ms_issue_cmd(struct rtsx_usb_ms *host) in rtsx_usb_ms_issue_cmd() [all …]
|
| H A D | rtsx_pci_ms.c | 33 static inline struct device *ms_dev(struct realtek_pci_ms *host) in ms_dev() 38 static inline void ms_clear_error(struct realtek_pci_ms *host) in ms_clear_error() 46 static void ms_print_debug_regs(struct realtek_pci_ms *host) in ms_print_debug_regs() 69 #define ms_print_debug_regs(host) argument 73 static int ms_power_on(struct realtek_pci_ms *host) in ms_power_on() 107 static int ms_power_off(struct realtek_pci_ms *host) in ms_power_off() 128 static int ms_transfer_data(struct realtek_pci_ms *host, unsigned char data_dir, in ms_transfer_data() 199 static int ms_write_bytes(struct realtek_pci_ms *host, u8 tpc, in ms_write_bytes() 267 static int ms_read_bytes(struct realtek_pci_ms *host, u8 tpc, in ms_read_bytes() 338 static int rtsx_pci_ms_issue_cmd(struct realtek_pci_ms *host) in rtsx_pci_ms_issue_cmd() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/host1x/ |
| H A D | dev.h | 155 static inline void host1x_hw_syncpt_restore(struct host1x *host, in host1x_hw_syncpt_restore() 161 static inline void host1x_hw_syncpt_restore_wait_base(struct host1x *host, in host1x_hw_syncpt_restore_wait_base() 167 static inline void host1x_hw_syncpt_load_wait_base(struct host1x *host, in host1x_hw_syncpt_load_wait_base() 173 static inline u32 host1x_hw_syncpt_load(struct host1x *host, in host1x_hw_syncpt_load() 179 static inline int host1x_hw_syncpt_cpu_incr(struct host1x *host, in host1x_hw_syncpt_cpu_incr() 186 struct host1x *host, struct host1x_syncpt *sp, in host1x_hw_syncpt_assign_to_channel() 192 static inline void host1x_hw_syncpt_enable_protection(struct host1x *host) in host1x_hw_syncpt_enable_protection() 197 static inline int host1x_hw_intr_init_host_sync(struct host1x *host, u32 cpm, in host1x_hw_intr_init_host_sync() 203 static inline void host1x_hw_intr_set_syncpt_threshold(struct host1x *host, in host1x_hw_intr_set_syncpt_threshold() 210 static inline void host1x_hw_intr_enable_syncpt_intr(struct host1x *host, in host1x_hw_intr_enable_syncpt_intr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/host1x/hw/ |
| H A D | intr_hw.c | 23 struct host1x *host = syncpt->host; in host1x_intr_syncpt_handle() local 35 struct host1x *host = dev_id; in syncpt_thresh_isr() local 52 static void _host1x_intr_disable_all_syncpt_intrs(struct host1x *host) in _host1x_intr_disable_all_syncpt_intrs() 64 static void intr_hw_init(struct host1x *host, u32 cpm) in intr_hw_init() 82 _host1x_intr_init_host_sync(struct host1x *host, u32 cpm, in _host1x_intr_init_host_sync() 106 static void _host1x_intr_set_syncpt_threshold(struct host1x *host, in _host1x_intr_set_syncpt_threshold() 113 static void _host1x_intr_enable_syncpt_intr(struct host1x *host, in _host1x_intr_enable_syncpt_intr() 120 static void _host1x_intr_disable_syncpt_intr(struct host1x *host, in _host1x_intr_disable_syncpt_intr() 129 static int _host1x_free_syncpt_irq(struct host1x *host) in _host1x_free_syncpt_irq()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sd.c | 517 static u32 sd_get_host_max_current(struct mmc_host *host) in sd_get_host_max_current() 709 struct mmc_host *host = card->host; in mmc_dsr_show() local 802 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr) in mmc_sd_get_cid() 876 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card) in mmc_sd_get_csd() 894 static int mmc_sd_get_ro(struct mmc_host *host) in mmc_sd_get_ro() 914 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, in mmc_sd_setup_card() 1011 static int mmc_sd_init_card(struct mmc_host *host, u32 ocr, in mmc_sd_init_card() 1173 static void mmc_sd_remove(struct mmc_host *host) in mmc_sd_remove() 1182 static int mmc_sd_alive(struct mmc_host *host) in mmc_sd_alive() 1190 static void mmc_sd_detect(struct mmc_host *host) in mmc_sd_detect() [all …]
|
| H A D | slot-gpio.c | 33 struct mmc_host *host = dev_id; in mmc_gpio_cd_irqt() local 47 int mmc_gpio_alloc(struct mmc_host *host) in mmc_gpio_alloc() 69 int mmc_gpio_get_ro(struct mmc_host *host) in mmc_gpio_get_ro() 80 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd() 95 void mmc_gpiod_request_cd_irq(struct mmc_host *host) in mmc_gpiod_request_cd_irq() 129 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on) in mmc_gpio_set_cd_wake() 153 void mmc_gpio_set_cd_isr(struct mmc_host *host, in mmc_gpio_set_cd_isr() 176 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() 208 bool mmc_can_gpio_cd(struct mmc_host *host) in mmc_can_gpio_cd() 225 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() [all …]
|
| H A D | mmc.c | 191 struct mmc_host *host = card->host; in mmc_select_card_type() local 906 struct mmc_host *host = card->host; in mmc_dsr_show() local 960 struct mmc_host *host = card->host; in __mmc_select_powerclass() local 1022 struct mmc_host *host = card->host; in mmc_select_powerclass() local 1084 struct mmc_host *host = card->host; in mmc_select_bus_width() local 1166 struct mmc_host *host = card->host; in mmc_select_hs_ddr() local 1237 struct mmc_host *host = card->host; in mmc_select_hs400() local 1330 struct mmc_host *host = card->host; in mmc_hs400_to_hs200() local 1427 struct mmc_host *host = card->host; in mmc_select_hs400es() local 1533 struct mmc_host *host = card->host; in mmc_select_hs200() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 253 struct mxc_nand_host *host = nand_get_controller_data(this); in copy_spare() local 296 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_do_addr_cycle() local 344 static int check_int_v3(struct mxc_nand_host *host) in check_int_v3() 358 static int check_int_v1_v2(struct mxc_nand_host *host) in check_int_v1_v2() 372 static void irq_control_v1_v2(struct mxc_nand_host *host, int activate) in irq_control_v1_v2() 386 static void irq_control_v3(struct mxc_nand_host *host, int activate) in irq_control_v3() 400 static void irq_control(struct mxc_nand_host *host, int activate) in irq_control() 412 static u32 get_ecc_status_v1(struct mxc_nand_host *host) in get_ecc_status_v1() 417 static u32 get_ecc_status_v2(struct mxc_nand_host *host) in get_ecc_status_v2() 422 static u32 get_ecc_status_v3(struct mxc_nand_host *host) in get_ecc_status_v3() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/spear/ |
| H A D | spdif_out.c | 44 static void spdif_out_configure(struct spdif_out_dev *host) in spdif_out_configure() 63 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in spdif_out_startup() local 82 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai); in spdif_out_shutdown() local 91 static void spdif_out_clock(struct spdif_out_dev *host, u32 core_freq, in spdif_out_clock() 109 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai); in spdif_out_hw_params() local 154 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai); in spdif_out_trigger() local 193 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai); in spdif_mute() local 217 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in spdif_mute_get() local 227 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(cpu_dai); in spdif_mute_put() local 244 struct spdif_out_dev *host = snd_soc_dai_get_drvdata(dai); in spdif_soc_dai_probe() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | host.c | 37 #define for_each_host(host, chain, table) \ argument 42 #define for_each_host_safe(host, next, chain, table) \ argument 114 struct nlm_host *host = NULL; in nlm_alloc_host() local 178 static void nlm_destroy_host_locked(struct nlm_host *host) in nlm_destroy_host_locked() 238 struct nlm_host *host; in nlmclnt_lookup_host() local 291 void nlmclnt_release_host(struct nlm_host *host) in nlmclnt_release_host() 333 struct nlm_host *host = NULL; in nlmsvc_lookup_host() local 413 void nlmsvc_release_host(struct nlm_host *host) in nlmsvc_release_host() 428 nlm_bind_host(struct nlm_host *host) in nlm_bind_host() 501 nlm_rebind_host(struct nlm_host *host) in nlm_rebind_host() [all …]
|