• Home
  • Raw
  • Download

Lines Matching defs:host

53 #define dbg(host, channels, args...)		  \  argument
73 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) in dbg_dumpregs()
110 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
129 static void dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, in dbg_dumpcmd()
157 static void dbg_dumpcmd(struct s3cmci_host *host, in dbg_dumpcmd()
160 static void prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, in prepare_dbgmsg()
163 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) { } in dbg_dumpregs()
175 static inline bool s3cmci_host_usedma(struct s3cmci_host *host) in s3cmci_host_usedma()
201 static inline u32 enable_imask(struct s3cmci_host *host, u32 imask) in enable_imask()
213 static inline u32 disable_imask(struct s3cmci_host *host, u32 imask) in disable_imask()
225 static inline void clear_imask(struct s3cmci_host *host) in clear_imask()
246 static void s3cmci_check_sdio_irq(struct s3cmci_host *host) in s3cmci_check_sdio_irq()
256 static inline int get_data_buffer(struct s3cmci_host *host, in get_data_buffer()
285 static inline u32 fifo_count(struct s3cmci_host *host) in fifo_count()
293 static inline u32 fifo_free(struct s3cmci_host *host) in fifo_free()
314 static void s3cmci_enable_irq(struct s3cmci_host *host, bool more) in s3cmci_enable_irq()
341 static void s3cmci_disable_irq(struct s3cmci_host *host, bool transfer) in s3cmci_disable_irq()
359 static void do_pio_read(struct s3cmci_host *host) in do_pio_read()
442 static void do_pio_write(struct s3cmci_host *host) in do_pio_write()
493 struct s3cmci_host *host = (struct s3cmci_host *) data; in pio_tasklet() local
550 struct s3cmci_host *host = dev_id; in s3cmci_irq() local
755 struct s3cmci_host *host = (struct s3cmci_host *)dev_id; in s3cmci_irq_cd() local
768 struct s3cmci_host *host = buf_id; in s3cmci_dma_done_callback() local
820 static void finalize_request(struct s3cmci_host *host) in finalize_request()
915 static void s3cmci_dma_setup(struct s3cmci_host *host, in s3cmci_dma_setup()
938 static void s3cmci_send_command(struct s3cmci_host *host, in s3cmci_send_command()
970 static int s3cmci_setup_data(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_setup_data()
1061 static int s3cmci_prepare_pio(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_prepare_pio()
1083 static int s3cmci_prepare_dma(struct s3cmci_host *host, struct mmc_data *data) in s3cmci_prepare_dma()
1126 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_send_request() local
1178 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_card_present() local
1191 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_request() local
1205 static void s3cmci_set_clk(struct s3cmci_host *host, struct mmc_ios *ios) in s3cmci_set_clk()
1230 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_set_ios() local
1289 static void s3cmci_reset(struct s3cmci_host *host) in s3cmci_reset()
1299 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_get_ro() local
1314 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_enable_sdio_irq() local
1372 struct s3cmci_host *host; in s3cmci_cpufreq_transition() local
1397 static inline int s3cmci_cpufreq_register(struct s3cmci_host *host) in s3cmci_cpufreq_register()
1405 static inline void s3cmci_cpufreq_deregister(struct s3cmci_host *host) in s3cmci_cpufreq_deregister()
1412 static inline int s3cmci_cpufreq_register(struct s3cmci_host *host) in s3cmci_cpufreq_register()
1417 static inline void s3cmci_cpufreq_deregister(struct s3cmci_host *host) in s3cmci_cpufreq_deregister()
1427 struct s3cmci_host *host = seq->private; in s3cmci_state_show() local
1484 struct s3cmci_host *host = seq->private; in s3cmci_regs_show() local
1509 static void s3cmci_debugfs_attach(struct s3cmci_host *host) in s3cmci_debugfs_attach()
1534 static void s3cmci_debugfs_remove(struct s3cmci_host *host) in s3cmci_debugfs_remove()
1542 static inline void s3cmci_debugfs_attach(struct s3cmci_host *host) { } in s3cmci_debugfs_attach()
1543 static inline void s3cmci_debugfs_remove(struct s3cmci_host *host) { } in s3cmci_debugfs_remove()
1549 struct s3cmci_host *host; in s3cmci_probe() local
1815 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_shutdown() local
1829 struct s3cmci_host *host = mmc_priv(mmc); in s3cmci_remove() local