Searched refs:host (Results 1 - 25 of 4888) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/core/
H A Dhost.c2 * linux/drivers/mmc/core/host.c
11 * MMC host class device management
22 #include <linux/mmc/host.h>
25 #include "host.h"
31 struct mmc_host *host = cls_dev_to_mmc_host(dev); local
32 kfree(host);
54 * mmc_alloc_host - initialise the per-host structure.
56 * @dev: pointer to host device model structure
58 * Initialise the per-host structure.
63 struct mmc_host *host; local
122 mmc_add_host(struct mmc_host *host) argument
155 mmc_remove_host(struct mmc_host *host) argument
177 mmc_free_host(struct mmc_host *host) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/core/
H A Dhost.c2 * linux/drivers/mmc/core/host.c
11 * MMC host class device management
22 #include <linux/mmc/host.h>
25 #include "host.h"
31 struct mmc_host *host = cls_dev_to_mmc_host(dev); local
32 kfree(host);
54 * mmc_alloc_host - initialise the per-host structure.
56 * @dev: pointer to host device model structure
58 * Initialise the per-host structure.
63 struct mmc_host *host; local
122 mmc_add_host(struct mmc_host *host) argument
155 mmc_remove_host(struct mmc_host *host) argument
177 mmc_free_host(struct mmc_host *host) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Ddcr.h41 #define DCR_MAP_OK(host) dcr_map_ok_generic(host)
43 #define dcr_unmap(host, dcr_c) dcr_unmap_generic(host, dcr_c)
44 #define dcr_read(host, dcr_n) dcr_read_generic(host, dcr_n)
45 #define dcr_write(host, dcr_n, value) dcr_write_generic(host, dcr_n, value)
51 #define DCR_MAP_OK(host) dcr_map_ok_native(host)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddcr.h41 #define DCR_MAP_OK(host) dcr_map_ok_generic(host)
43 #define dcr_unmap(host, dcr_c) dcr_unmap_generic(host, dcr_c)
44 #define dcr_read(host, dcr_n) dcr_read_generic(host, dcr_n)
45 #define dcr_write(host, dcr_n, value) dcr_write_generic(host, dcr_n, value)
51 #define DCR_MAP_OK(host) dcr_map_ok_native(host)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c191 static void acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp,
193 static int acornscsi_reconnect_finish(AS_Host *host);
194 static void acornscsi_dma_cleanup(AS_Host *host);
195 static void acornscsi_abortcmd(AS_Host *host, unsigned char tag);
210 static inline void sbic_arm_write(AS_Host *host, unsigned int reg, unsigned int value) argument
212 writeb(reg, host->base + SBIC_REGIDX);
213 writeb(value, host->base + SBIC_REGVAL);
216 static inline int sbic_arm_read(AS_Host *host, unsigned int reg) argument
219 return readl(host->base + SBIC_REGIDX) & 255;
220 writeb(reg, host
236 dmac_address(AS_Host *host) argument
244 acornscsi_dumpdma(AS_Host *host, char *where) argument
268 acornscsi_sbic_xfcount(AS_Host *host) argument
280 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) argument
299 acornscsi_sbic_issuecmd(AS_Host *host, int command) argument
325 acornscsi_resetcard(AS_Host *host) argument
510 acornscsi_dumplogline(AS_Host *host, int target, int line) argument
557 acornscsi_dumplog(AS_Host *host, int target) argument
572 acornscsi_target(AS_Host *host) argument
709 acornscsi_kick(AS_Host *host) argument
801 acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp, unsigned int result) argument
895 acornscsi_data_updateptr(AS_Host *host, struct scsi_pointer *SCp, unsigned int length) argument
915 acornscsi_data_read(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
960 acornscsi_data_write(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
1006 acornscsi_dma_stop(AS_Host *host) argument
1025 acornscsi_dma_setup(AS_Host *host, dmadir_t direction) argument
1086 acornscsi_dma_cleanup(AS_Host *host) argument
1144 acornscsi_dma_intr(AS_Host *host) argument
1211 acornscsi_dma_xfer(AS_Host *host) argument
1227 acornscsi_dma_adjust(AS_Host *host) argument
1268 acornscsi_write_pio(AS_Host *host, char *bytes, int *ptr, int len, unsigned int max_timeout) argument
1298 acornscsi_sendcommand(AS_Host *host) argument
1316 acornscsi_sendmessage(AS_Host *host) argument
1399 acornscsi_readstatusbyte(AS_Host *host) argument
1412 acornscsi_readmessagebyte(AS_Host *host) argument
1436 acornscsi_message(AS_Host *host) argument
1699 acornscsi_buildmessages(AS_Host *host) argument
1738 acornscsi_starttransfer(AS_Host *host) argument
1770 acornscsi_reconnect(AS_Host *host) argument
1830 acornscsi_reconnect_finish(AS_Host *host) argument
1889 acornscsi_disconnect_unexpected(AS_Host *host) argument
1907 acornscsi_abortcmd(AS_Host *host, unsigned char tag) argument
1933 acornscsi_sbicintr(AS_Host *host, int in_irq) argument
2426 AS_Host *host = (AS_Host *)dev_id; local
2475 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2555 acornscsi_do_abort(AS_Host *host, struct scsi_cmnd *SCpnt) argument
2649 AS_Host *host = (AS_Host *) SCpnt->device->host->hostdata; local
2729 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2772 acornscsi_info(struct Scsi_Host *host) argument
2801 AS_Host *host; local
2928 struct Scsi_Host *host; local
2994 struct Scsi_Host *host = ecard_get_drvdata(ec); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c191 static void acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp,
193 static int acornscsi_reconnect_finish(AS_Host *host);
194 static void acornscsi_dma_cleanup(AS_Host *host);
195 static void acornscsi_abortcmd(AS_Host *host, unsigned char tag);
210 static inline void sbic_arm_write(AS_Host *host, unsigned int reg, unsigned int value) argument
212 writeb(reg, host->base + SBIC_REGIDX);
213 writeb(value, host->base + SBIC_REGVAL);
216 static inline int sbic_arm_read(AS_Host *host, unsigned int reg) argument
219 return readl(host->base + SBIC_REGIDX) & 255;
220 writeb(reg, host
236 dmac_address(AS_Host *host) argument
244 acornscsi_dumpdma(AS_Host *host, char *where) argument
268 acornscsi_sbic_xfcount(AS_Host *host) argument
280 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) argument
299 acornscsi_sbic_issuecmd(AS_Host *host, int command) argument
325 acornscsi_resetcard(AS_Host *host) argument
510 acornscsi_dumplogline(AS_Host *host, int target, int line) argument
557 acornscsi_dumplog(AS_Host *host, int target) argument
572 acornscsi_target(AS_Host *host) argument
709 acornscsi_kick(AS_Host *host) argument
801 acornscsi_done(AS_Host *host, struct scsi_cmnd **SCpntp, unsigned int result) argument
895 acornscsi_data_updateptr(AS_Host *host, struct scsi_pointer *SCp, unsigned int length) argument
915 acornscsi_data_read(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
960 acornscsi_data_write(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
1006 acornscsi_dma_stop(AS_Host *host) argument
1025 acornscsi_dma_setup(AS_Host *host, dmadir_t direction) argument
1086 acornscsi_dma_cleanup(AS_Host *host) argument
1144 acornscsi_dma_intr(AS_Host *host) argument
1211 acornscsi_dma_xfer(AS_Host *host) argument
1227 acornscsi_dma_adjust(AS_Host *host) argument
1268 acornscsi_write_pio(AS_Host *host, char *bytes, int *ptr, int len, unsigned int max_timeout) argument
1298 acornscsi_sendcommand(AS_Host *host) argument
1316 acornscsi_sendmessage(AS_Host *host) argument
1399 acornscsi_readstatusbyte(AS_Host *host) argument
1412 acornscsi_readmessagebyte(AS_Host *host) argument
1436 acornscsi_message(AS_Host *host) argument
1699 acornscsi_buildmessages(AS_Host *host) argument
1738 acornscsi_starttransfer(AS_Host *host) argument
1770 acornscsi_reconnect(AS_Host *host) argument
1830 acornscsi_reconnect_finish(AS_Host *host) argument
1889 acornscsi_disconnect_unexpected(AS_Host *host) argument
1907 acornscsi_abortcmd(AS_Host *host, unsigned char tag) argument
1933 acornscsi_sbicintr(AS_Host *host, int in_irq) argument
2426 AS_Host *host = (AS_Host *)dev_id; local
2475 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2555 acornscsi_do_abort(AS_Host *host, struct scsi_cmnd *SCpnt) argument
2649 AS_Host *host = (AS_Host *) SCpnt->device->host->hostdata; local
2729 AS_Host *host = (AS_Host *)SCpnt->device->host->hostdata; local
2772 acornscsi_info(struct Scsi_Host *host) argument
2801 AS_Host *host; local
2928 struct Scsi_Host *host; local
2994 struct Scsi_Host *host = ecard_get_drvdata(ec); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dinitio.c28 * This is the Linux low-level SCSI driver for Initio INI-9X00U/UW SCSI host
147 static struct scsi_ctrl_blk *initio_find_busy_scb(struct initio_host * host, u16 tarlun);
148 static struct scsi_ctrl_blk *initio_find_done_scb(struct initio_host * host);
150 static int tulip_main(struct initio_host * host);
152 static int initio_next_state(struct initio_host * host);
153 static int initio_state_1(struct initio_host * host);
154 static int initio_state_2(struct initio_host * host);
155 static int initio_state_3(struct initio_host * host);
156 static int initio_state_4(struct initio_host * host);
157 static int initio_state_5(struct initio_host * host);
537 initio_stop_bm(struct initio_host * host) argument
557 initio_reset_scsi(struct initio_host * host, int seconds) argument
588 initio_init(struct initio_host * host, u8 *bios_addr) argument
685 initio_alloc_scb(struct initio_host *host) argument
712 initio_release_scb(struct initio_host * host, struct scsi_ctrl_blk * cmnd) argument
734 initio_append_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
752 initio_push_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
767 initio_find_first_pend_scb(struct initio_host * host) argument
794 initio_unlink_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
821 initio_append_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
843 initio_pop_busy_scb(struct initio_host * host) argument
864 initio_unlink_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
896 initio_find_busy_scb(struct initio_host * host, u16 tarlun) argument
917 initio_append_done_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
934 initio_find_done_scb(struct initio_host * host) argument
949 initio_abort_srb(struct initio_host * host, struct scsi_cmnd *srbp) argument
1031 initio_bad_seq(struct initio_host * host) argument
1050 initio_exec_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
1081 initio_isr(struct initio_host * host) argument
1099 tulip_main(struct initio_host * host) argument
1170 tulip_scsi(struct initio_host * host) argument
1275 initio_next_state(struct initio_host * host) argument
1321 initio_state_1(struct initio_host * host) argument
1376 initio_state_2(struct initio_host * host) argument
1405 initio_state_3(struct initio_host * host) argument
1472 initio_state_4(struct initio_host * host) argument
1536 initio_state_5(struct initio_host * host) argument
1625 initio_state_6(struct initio_host * host) argument
1670 initio_state_7(struct initio_host * host) argument
1700 initio_xfer_data_in(struct initio_host * host) argument
1732 initio_xfer_data_out(struct initio_host * host) argument
1756 initio_xpad_in(struct initio_host * host) argument
1780 initio_xpad_out(struct initio_host * host) argument
1805 initio_status_msg(struct initio_host * host) argument
1855 int_initio_busfree(struct initio_host * host) argument
1889 int_initio_scsi_rst(struct initio_host * host) argument
1925 int_initio_resel(struct initio_host * host) argument
2005 int_initio_bad_seq(struct initio_host * host) argument
2030 initio_msgout_abort_targ(struct initio_host * host) argument
2053 initio_msgout_abort_tag(struct initio_host * host) argument
2075 initio_msgin(struct initio_host * host) argument
2125 initio_msgout_reject(struct initio_host * host) argument
2140 initio_msgout_ide(struct initio_host * host) argument
2147 initio_msgin_extend(struct initio_host * host) argument
2236 initio_msgin_sync(struct initio_host * host) argument
2266 wdtr_done(struct initio_host * host) argument
2281 initio_sync_done(struct initio_host * host) argument
2303 initio_post_scsi_rst(struct initio_host * host) argument
2331 initio_select_atn_stop(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2341 initio_select_atn(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2356 initio_select_atn3(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2380 initio_bus_device_reset(struct initio_host * host) argument
2426 initio_msgin_accept(struct initio_host * host) argument
2432 wait_tulip(struct initio_host * host) argument
2480 initio_wait_disc(struct initio_host * host) argument
2499 initio_wait_done_disc(struct initio_host * host) argument
2558 initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cmnd * cmnd) argument
2641 struct initio_host *host = (struct initio_host *) cmd->device->host->hostdata; local
2664 struct initio_host *host; local
2679 struct initio_host *host; /* Point to Host adapter control block */ local
2753 struct initio_host *host; local
2826 struct initio_host *host; local
2952 struct Scsi_Host *host = pci_get_drvdata(pdev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c28 * This is the Linux low-level SCSI driver for Initio INI-9X00U/UW SCSI host
147 static struct scsi_ctrl_blk *initio_find_busy_scb(struct initio_host * host, u16 tarlun);
148 static struct scsi_ctrl_blk *initio_find_done_scb(struct initio_host * host);
150 static int tulip_main(struct initio_host * host);
152 static int initio_next_state(struct initio_host * host);
153 static int initio_state_1(struct initio_host * host);
154 static int initio_state_2(struct initio_host * host);
155 static int initio_state_3(struct initio_host * host);
156 static int initio_state_4(struct initio_host * host);
157 static int initio_state_5(struct initio_host * host);
537 initio_stop_bm(struct initio_host * host) argument
557 initio_reset_scsi(struct initio_host * host, int seconds) argument
588 initio_init(struct initio_host * host, u8 *bios_addr) argument
685 initio_alloc_scb(struct initio_host *host) argument
712 initio_release_scb(struct initio_host * host, struct scsi_ctrl_blk * cmnd) argument
734 initio_append_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
752 initio_push_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
767 initio_find_first_pend_scb(struct initio_host * host) argument
794 initio_unlink_pend_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
821 initio_append_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
843 initio_pop_busy_scb(struct initio_host * host) argument
864 initio_unlink_busy_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
896 initio_find_busy_scb(struct initio_host * host, u16 tarlun) argument
917 initio_append_done_scb(struct initio_host * host, struct scsi_ctrl_blk * scbp) argument
934 initio_find_done_scb(struct initio_host * host) argument
949 initio_abort_srb(struct initio_host * host, struct scsi_cmnd *srbp) argument
1031 initio_bad_seq(struct initio_host * host) argument
1050 initio_exec_scb(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
1081 initio_isr(struct initio_host * host) argument
1099 tulip_main(struct initio_host * host) argument
1170 tulip_scsi(struct initio_host * host) argument
1275 initio_next_state(struct initio_host * host) argument
1321 initio_state_1(struct initio_host * host) argument
1376 initio_state_2(struct initio_host * host) argument
1405 initio_state_3(struct initio_host * host) argument
1472 initio_state_4(struct initio_host * host) argument
1536 initio_state_5(struct initio_host * host) argument
1625 initio_state_6(struct initio_host * host) argument
1670 initio_state_7(struct initio_host * host) argument
1700 initio_xfer_data_in(struct initio_host * host) argument
1732 initio_xfer_data_out(struct initio_host * host) argument
1756 initio_xpad_in(struct initio_host * host) argument
1780 initio_xpad_out(struct initio_host * host) argument
1805 initio_status_msg(struct initio_host * host) argument
1855 int_initio_busfree(struct initio_host * host) argument
1889 int_initio_scsi_rst(struct initio_host * host) argument
1925 int_initio_resel(struct initio_host * host) argument
2005 int_initio_bad_seq(struct initio_host * host) argument
2030 initio_msgout_abort_targ(struct initio_host * host) argument
2053 initio_msgout_abort_tag(struct initio_host * host) argument
2075 initio_msgin(struct initio_host * host) argument
2125 initio_msgout_reject(struct initio_host * host) argument
2140 initio_msgout_ide(struct initio_host * host) argument
2147 initio_msgin_extend(struct initio_host * host) argument
2236 initio_msgin_sync(struct initio_host * host) argument
2266 wdtr_done(struct initio_host * host) argument
2281 initio_sync_done(struct initio_host * host) argument
2303 initio_post_scsi_rst(struct initio_host * host) argument
2331 initio_select_atn_stop(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2341 initio_select_atn(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2356 initio_select_atn3(struct initio_host * host, struct scsi_ctrl_blk * scb) argument
2380 initio_bus_device_reset(struct initio_host * host) argument
2426 initio_msgin_accept(struct initio_host * host) argument
2432 wait_tulip(struct initio_host * host) argument
2480 initio_wait_disc(struct initio_host * host) argument
2499 initio_wait_done_disc(struct initio_host * host) argument
2558 initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cmnd * cmnd) argument
2641 struct initio_host *host = (struct initio_host *) cmd->device->host->hostdata; local
2664 struct initio_host *host; local
2679 struct initio_host *host; /* Point to Host adapter control block */ local
2753 struct initio_host *host; local
2826 struct initio_host *host; local
2952 struct Scsi_Host *host = pci_get_drvdata(pdev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Dwbsd.c2 * linux/drivers/mmc/host/wbsd.c - Winbond W83L51xD SD/MMC driver
35 #include <linux/mmc/host.h>
87 static inline void wbsd_unlock_config(struct wbsd_host *host) argument
89 BUG_ON(host->config == 0);
91 outb(host->unlock_code, host->config);
92 outb(host->unlock_code, host->config);
95 static inline void wbsd_lock_config(struct wbsd_host *host) argument
97 BUG_ON(host
102 wbsd_write_config(struct wbsd_host *host, u8 reg, u8 value) argument
110 wbsd_read_config(struct wbsd_host *host, u8 reg) argument
118 wbsd_write_index(struct wbsd_host *host, u8 index, u8 value) argument
124 wbsd_read_index(struct wbsd_host *host, u8 index) argument
134 wbsd_init_device(struct wbsd_host *host) argument
193 wbsd_reset(struct wbsd_host *host) argument
207 wbsd_request_end(struct wbsd_host *host, struct mmc_request *mrq) argument
240 wbsd_init_sg(struct wbsd_host *host, struct mmc_data *data) argument
252 wbsd_next_sg(struct wbsd_host *host) argument
271 wbsd_sg_to_buffer(struct wbsd_host *host) argument
276 wbsd_sg_to_dma(struct wbsd_host *host, struct mmc_data *data) argument
293 wbsd_dma_to_sg(struct wbsd_host *host, struct mmc_data *data) argument
314 wbsd_get_short_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
332 wbsd_get_long_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
357 wbsd_send_command(struct wbsd_host *host, struct mmc_command *cmd) argument
417 wbsd_empty_fifo(struct wbsd_host *host) argument
479 wbsd_fill_fifo(struct wbsd_host *host) argument
541 wbsd_prepare_data(struct wbsd_host *host, struct mmc_data *data) argument
676 wbsd_finish_data(struct wbsd_host *host, struct mmc_data *data) argument
756 struct wbsd_host *host = mmc_priv(mmc); local
853 struct wbsd_host *host = mmc_priv(mmc); local
926 struct wbsd_host *host = mmc_priv(mmc); local
964 struct wbsd_host *host = (struct wbsd_host *)data; local
987 wbsd_get_data(struct wbsd_host *host) argument
1006 struct wbsd_host *host = (struct wbsd_host *)param; local
1055 struct wbsd_host *host = (struct wbsd_host *)param; local
1086 struct wbsd_host *host = (struct wbsd_host *)param; local
1110 struct wbsd_host *host = (struct wbsd_host *)param; local
1134 struct wbsd_host *host = (struct wbsd_host *)param; local
1159 struct wbsd_host *host = dev_id; local
1202 struct wbsd_host *host; local
1272 struct wbsd_host *host; local
1292 wbsd_scan(struct wbsd_host *host) argument
1348 wbsd_request_region(struct wbsd_host *host, int base) argument
1361 wbsd_release_regions(struct wbsd_host *host) argument
1378 wbsd_request_dma(struct wbsd_host *host, int dma) argument
1437 wbsd_release_dma(struct wbsd_host *host) argument
1456 wbsd_request_irq(struct wbsd_host *host, int irq) argument
1486 wbsd_release_irq(struct wbsd_host *host) argument
1506 wbsd_request_resources(struct wbsd_host *host, int base, int irq, int dma) argument
1537 wbsd_release_resources(struct wbsd_host *host) argument
1548 wbsd_chip_config(struct wbsd_host *host) argument
1592 wbsd_chip_validate(struct wbsd_host *host) argument
1632 wbsd_chip_poweroff(struct wbsd_host *host) argument
1651 struct wbsd_host *host = NULL; local
1742 struct wbsd_host *host; local
1818 wbsd_suspend(struct wbsd_host *host, pm_message_t state) argument
1825 wbsd_resume(struct wbsd_host *host) argument
1838 struct wbsd_host *host; local
1860 struct wbsd_host *host; local
1884 struct wbsd_host *host; local
1899 struct wbsd_host *host; local
[all...]
H A Ds3cmci.c17 #include <linux/mmc/host.h>
53 #define dbg(host, channels, args...) \
56 dev_err(&host->pdev->dev, args); \
58 dev_info(&host->pdev->dev, args); \
60 dev_dbg(&host->pdev->dev, args); \
67 static void finalize_request(struct s3cmci_host *host);
69 static void s3cmci_reset(struct s3cmci_host *host);
73 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) argument
78 con = readl(host->base + S3C2410_SDICON);
79 pre = readl(host
110 prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, int stop) argument
129 dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, int fail) argument
157 dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, int fail) argument
160 prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, int stop) argument
163 dbg_dumpregs(struct s3cmci_host *host, char *prefix) argument
175 s3cmci_host_usedma(struct s3cmci_host *host) argument
201 enable_imask(struct s3cmci_host *host, u32 imask) argument
213 disable_imask(struct s3cmci_host *host, u32 imask) argument
225 clear_imask(struct s3cmci_host *host) argument
246 s3cmci_check_sdio_irq(struct s3cmci_host *host) argument
256 get_data_buffer(struct s3cmci_host *host, u32 *bytes, u32 **pointer) argument
285 fifo_count(struct s3cmci_host *host) argument
293 fifo_free(struct s3cmci_host *host) argument
314 s3cmci_enable_irq(struct s3cmci_host *host, bool more) argument
341 s3cmci_disable_irq(struct s3cmci_host *host, bool transfer) argument
359 do_pio_read(struct s3cmci_host *host) argument
442 do_pio_write(struct s3cmci_host *host) argument
493 struct s3cmci_host *host = (struct s3cmci_host *) data; local
550 struct s3cmci_host *host = dev_id; local
755 struct s3cmci_host *host = (struct s3cmci_host *)dev_id; local
768 struct s3cmci_host *host = buf_id; local
820 finalize_request(struct s3cmci_host *host) argument
915 s3cmci_dma_setup(struct s3cmci_host *host, enum s3c2410_dmasrc source) argument
938 s3cmci_send_command(struct s3cmci_host *host, struct mmc_command *cmd) argument
970 s3cmci_setup_data(struct s3cmci_host *host, struct mmc_data *data) argument
1061 s3cmci_prepare_pio(struct s3cmci_host *host, struct mmc_data *data) argument
1083 s3cmci_prepare_dma(struct s3cmci_host *host, struct mmc_data *data) argument
1126 struct s3cmci_host *host = mmc_priv(mmc); local
1178 struct s3cmci_host *host = mmc_priv(mmc); local
1191 struct s3cmci_host *host = mmc_priv(mmc); local
1205 s3cmci_set_clk(struct s3cmci_host *host, struct mmc_ios *ios) argument
1230 struct s3cmci_host *host = mmc_priv(mmc); local
1289 s3cmci_reset(struct s3cmci_host *host) argument
1299 struct s3cmci_host *host = mmc_priv(mmc); local
1314 struct s3cmci_host *host = mmc_priv(mmc); local
1372 struct s3cmci_host *host; local
1397 s3cmci_cpufreq_register(struct s3cmci_host *host) argument
1405 s3cmci_cpufreq_deregister(struct s3cmci_host *host) argument
1412 s3cmci_cpufreq_register(struct s3cmci_host *host) argument
1417 s3cmci_cpufreq_deregister(struct s3cmci_host *host) argument
1427 struct s3cmci_host *host = seq->private; local
1484 struct s3cmci_host *host = seq->private; local
1509 s3cmci_debugfs_attach(struct s3cmci_host *host) argument
1534 s3cmci_debugfs_remove(struct s3cmci_host *host) argument
1542 s3cmci_debugfs_attach(struct s3cmci_host *host) argument
1543 s3cmci_debugfs_remove(struct s3cmci_host *host) argument
1549 struct s3cmci_host *host; local
1816 struct s3cmci_host *host = mmc_priv(mmc); local
1830 struct s3cmci_host *host = mmc_priv(mmc); local
[all...]
H A Dmsm_sdcc.c2 * linux/drivers/mmc/host/msm_sdcc.c - Qualcomm MSM 7X00A SDCC Driver
28 #include <linux/mmc/host.h>
66 msmsdcc_disable_clocks(struct msmsdcc_host *host, int deferr) argument
68 WARN_ON(!host->clks_on);
70 BUG_ON(host->curr.mrq);
73 mod_timer(&host->busclk_timer, jiffies + BUSCLK_TIMEOUT);
75 del_timer_sync(&host->busclk_timer);
79 if (host->clks_on) {
80 clk_disable(host->clk);
81 clk_disable(host
88 msmsdcc_enable_clocks(struct msmsdcc_host *host) argument
111 msmsdcc_readl(struct msmsdcc_host *host, unsigned int reg) argument
117 msmsdcc_writel(struct msmsdcc_host *host, u32 data, unsigned int reg) argument
130 msmsdcc_request_end(struct msmsdcc_host *host, struct mmc_request *mrq) argument
155 msmsdcc_stop_data(struct msmsdcc_host *host) argument
161 msmsdcc_fifo_addr(struct msmsdcc_host *host) argument
167 msmsdcc_start_command_exec(struct msmsdcc_host *host, u32 arg, u32 c) argument
175 struct msmsdcc_host *host = (struct msmsdcc_host *)cmd->data; local
198 struct msmsdcc_host *host = dma_data->host; local
276 validate_dma(struct msmsdcc_host *host, struct mmc_data *data) argument
288 msmsdcc_config_dma(struct msmsdcc_host *host, struct mmc_data *data) argument
408 msmsdcc_start_command_deferred(struct msmsdcc_host *host, struct mmc_command *cmd, u32 *c) argument
441 msmsdcc_start_data(struct msmsdcc_host *host, struct mmc_data *data, struct mmc_command *cmd, u32 c) argument
513 msmsdcc_start_command(struct msmsdcc_host *host, struct mmc_command *cmd, u32 c) argument
525 msmsdcc_data_err(struct msmsdcc_host *host, struct mmc_data *data, unsigned int status) argument
553 msmsdcc_pio_read(struct msmsdcc_host *host, char *buffer, unsigned int remain) argument
571 msmsdcc_pio_write(struct msmsdcc_host *host, char *buffer, unsigned int remain, u32 status) argument
598 msmsdcc_spin_on_status(struct msmsdcc_host *host, uint32_t mask, int maxspin) argument
612 struct msmsdcc_host *host = dev_id; local
682 msmsdcc_do_cmdirq(struct msmsdcc_host *host, uint32_t status) argument
716 msmsdcc_handle_irq_data(struct msmsdcc_host *host, u32 status, void __iomem *base) argument
785 struct msmsdcc_host *host = dev_id; local
829 struct msmsdcc_host *host = mmc_priv(mmc); local
880 struct msmsdcc_host *host = mmc_priv(mmc); local
941 struct msmsdcc_host *host = mmc_priv(mmc); local
967 struct msmsdcc_host *host = (struct msmsdcc_host *)data; local
996 struct msmsdcc_host *host = dev_id; local
1006 struct msmsdcc_host *host = dev_id; local
1016 struct msmsdcc_host *host = (struct msmsdcc_host *) _data; local
1023 msmsdcc_init_dma(struct msmsdcc_host *host) argument
1053 struct msmsdcc_host *host; local
1286 struct msmsdcc_host *host = local
1306 struct msmsdcc_host *host = mmc_priv(mmc); local
1327 struct msmsdcc_host *host = mmc_priv(mmc); local
[all...]
H A Dsdhci.c2 * linux/drivers/mmc/host/sdhci.c - Secure Digital Host Controller Interface driver
26 #include <linux/mmc/host.h>
48 static void sdhci_dumpregs(struct sdhci_host *host) argument
53 sdhci_readl(host, SDHCI_DMA_ADDRESS),
54 sdhci_readw(host, SDHCI_HOST_VERSION));
56 sdhci_readw(host, SDHCI_BLOCK_SIZE),
57 sdhci_readw(host, SDHCI_BLOCK_COUNT));
59 sdhci_readl(host, SDHCI_ARGUMENT),
60 sdhci_readw(host, SDHCI_TRANSFER_MODE));
62 sdhci_readl(host, SDHCI_PRESENT_STAT
97 sdhci_clear_set_irqs(struct sdhci_host *host, u32 clear, u32 set) argument
108 sdhci_unmask_irqs(struct sdhci_host *host, u32 irqs) argument
113 sdhci_mask_irqs(struct sdhci_host *host, u32 irqs) argument
118 sdhci_set_card_detection(struct sdhci_host *host, bool enable) argument
131 sdhci_enable_card_detection(struct sdhci_host *host) argument
136 sdhci_disable_card_detection(struct sdhci_host *host) argument
141 sdhci_reset(struct sdhci_host *host, u8 mask) argument
181 sdhci_init(struct sdhci_host *host, int soft) argument
201 sdhci_reinit(struct sdhci_host *host) argument
207 sdhci_activate_led(struct sdhci_host *host) argument
216 sdhci_deactivate_led(struct sdhci_host *host) argument
229 struct sdhci_host *host = container_of(led, struct sdhci_host, led); local
249 sdhci_read_block_pio(struct sdhci_host *host) argument
294 sdhci_write_block_pio(struct sdhci_host *host) argument
340 sdhci_transfer_pio(struct sdhci_host *host) argument
406 sdhci_adma_table_pre(struct sdhci_host *host, struct mmc_data *data) argument
543 sdhci_adma_table_post(struct sdhci_host *host, struct mmc_data *data) argument
589 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_data *data) argument
638 sdhci_set_transfer_irqs(struct sdhci_host *host) argument
649 sdhci_prepare_data(struct sdhci_host *host, struct mmc_data *data) argument
803 sdhci_set_transfer_mode(struct sdhci_host *host, struct mmc_data *data) argument
828 sdhci_set_transfer_mode(struct sdhci_host *host, struct mmc_data *data) argument
854 sdhci_finish_data(struct sdhci_host *host) argument
900 sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) argument
982 sdhci_finish_command(struct sdhci_host *host) argument
1015 sdhci_set_clock(struct sdhci_host *host, unsigned int clock) argument
1083 sdhci_set_power(struct sdhci_host *host, unsigned short power) argument
1151 struct sdhci_host *host; local
1192 struct sdhci_host *host; local
1254 struct sdhci_host *host; local
1276 struct sdhci_host *host; local
1311 struct sdhci_host *host; local
1340 struct sdhci_host *host; local
1394 struct sdhci_host *host; local
1429 sdhci_cmd_irq(struct sdhci_host *host, u32 intmask) argument
1479 sdhci_show_adma_error(struct sdhci_host *host) argument
1504 sdhci_show_adma_error(struct sdhci_host *host) argument
1507 sdhci_data_irq(struct sdhci_host *host, u32 intmask) argument
1575 struct sdhci_host* host = dev_id; local
1659 sdhci_suspend_host(struct sdhci_host *host, pm_message_t state) argument
1679 sdhci_resume_host(struct sdhci_host *host) argument
1723 struct sdhci_host *host; local
1739 sdhci_add_host(struct sdhci_host *host) argument
2027 sdhci_remove_host(struct sdhci_host *host, int dead) argument
2079 sdhci_free_host(struct sdhci_host *host) argument
[all...]
H A Dau1xmmc.c2 * linux/drivers/mmc/host/au1xmmc.c - AU1XX0 MMC driver
43 #include <linux/mmc/host.h>
126 /* Status flags used by the host structure */
154 static inline void IRQ_ON(struct au1xmmc_host *host, u32 mask) argument
156 u32 val = au_readl(HOST_CONFIG(host));
158 au_writel(val, HOST_CONFIG(host));
162 static inline void FLUSH_FIFO(struct au1xmmc_host *host) argument
164 u32 val = au_readl(HOST_CONFIG2(host));
166 au_writel(val | SD_CONFIG2_FF, HOST_CONFIG2(host));
172 au_writel(val, HOST_CONFIG2(host));
176 IRQ_OFF(struct au1xmmc_host *host, u32 mask) argument
184 SEND_STOP(struct au1xmmc_host *host) argument
199 au1xmmc_set_power(struct au1xmmc_host *host, int state) argument
207 struct au1xmmc_host *host = mmc_priv(mmc); local
217 struct au1xmmc_host *host = mmc_priv(mmc); local
225 au1xmmc_finish_request(struct au1xmmc_host *host) argument
246 struct au1xmmc_host *host = (struct au1xmmc_host *) param; local
250 au1xmmc_send_command(struct au1xmmc_host *host, int wait, struct mmc_command *cmd, struct mmc_data *data) argument
319 au1xmmc_data_complete(struct au1xmmc_host *host, u32 status) argument
374 struct au1xmmc_host *host = (struct au1xmmc_host *)param; local
382 au1xmmc_send_pio(struct au1xmmc_host *host) argument
437 au1xmmc_receive_pio(struct au1xmmc_host *host) argument
518 au1xmmc_cmd_complete(struct au1xmmc_host *host, u32 status) argument
591 au1xmmc_set_clock(struct au1xmmc_host *host, int rate) argument
613 au1xmmc_prepare_data(struct au1xmmc_host *host, struct mmc_data *data) argument
690 struct au1xmmc_host *host = mmc_priv(mmc); local
720 au1xmmc_reset_controller(struct au1xmmc_host *host) argument
753 struct au1xmmc_host *host = mmc_priv(mmc); local
786 struct au1xmmc_host *host = dev_id; local
845 struct au1xmmc_host *host = (struct au1xmmc_host *)dev_id; local
857 au1xmmc_dbdma_init(struct au1xmmc_host *host) argument
902 au1xmmc_dbdma_shutdown(struct au1xmmc_host *host) argument
914 struct au1xmmc_host *host = mmc_priv(mmc); local
933 struct au1xmmc_host *host; local
1090 struct au1xmmc_host *host = platform_get_drvdata(pdev); local
1131 struct au1xmmc_host *host = platform_get_drvdata(pdev); local
1149 struct au1xmmc_host *host = platform_get_drvdata(pdev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Dwbsd.c2 * linux/drivers/mmc/host/wbsd.c - Winbond W83L51xD SD/MMC driver
35 #include <linux/mmc/host.h>
87 static inline void wbsd_unlock_config(struct wbsd_host *host) argument
89 BUG_ON(host->config == 0);
91 outb(host->unlock_code, host->config);
92 outb(host->unlock_code, host->config);
95 static inline void wbsd_lock_config(struct wbsd_host *host) argument
97 BUG_ON(host
102 wbsd_write_config(struct wbsd_host *host, u8 reg, u8 value) argument
110 wbsd_read_config(struct wbsd_host *host, u8 reg) argument
118 wbsd_write_index(struct wbsd_host *host, u8 index, u8 value) argument
124 wbsd_read_index(struct wbsd_host *host, u8 index) argument
134 wbsd_init_device(struct wbsd_host *host) argument
193 wbsd_reset(struct wbsd_host *host) argument
207 wbsd_request_end(struct wbsd_host *host, struct mmc_request *mrq) argument
240 wbsd_init_sg(struct wbsd_host *host, struct mmc_data *data) argument
252 wbsd_next_sg(struct wbsd_host *host) argument
271 wbsd_sg_to_buffer(struct wbsd_host *host) argument
276 wbsd_sg_to_dma(struct wbsd_host *host, struct mmc_data *data) argument
293 wbsd_dma_to_sg(struct wbsd_host *host, struct mmc_data *data) argument
314 wbsd_get_short_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
332 wbsd_get_long_reply(struct wbsd_host *host, struct mmc_command *cmd) argument
357 wbsd_send_command(struct wbsd_host *host, struct mmc_command *cmd) argument
417 wbsd_empty_fifo(struct wbsd_host *host) argument
479 wbsd_fill_fifo(struct wbsd_host *host) argument
541 wbsd_prepare_data(struct wbsd_host *host, struct mmc_data *data) argument
676 wbsd_finish_data(struct wbsd_host *host, struct mmc_data *data) argument
756 struct wbsd_host *host = mmc_priv(mmc); local
853 struct wbsd_host *host = mmc_priv(mmc); local
926 struct wbsd_host *host = mmc_priv(mmc); local
964 struct wbsd_host *host = (struct wbsd_host *)data; local
987 wbsd_get_data(struct wbsd_host *host) argument
1006 struct wbsd_host *host = (struct wbsd_host *)param; local
1055 struct wbsd_host *host = (struct wbsd_host *)param; local
1086 struct wbsd_host *host = (struct wbsd_host *)param; local
1110 struct wbsd_host *host = (struct wbsd_host *)param; local
1134 struct wbsd_host *host = (struct wbsd_host *)param; local
1159 struct wbsd_host *host = dev_id; local
1202 struct wbsd_host *host; local
1272 struct wbsd_host *host; local
1292 wbsd_scan(struct wbsd_host *host) argument
1348 wbsd_request_region(struct wbsd_host *host, int base) argument
1361 wbsd_release_regions(struct wbsd_host *host) argument
1378 wbsd_request_dma(struct wbsd_host *host, int dma) argument
1437 wbsd_release_dma(struct wbsd_host *host) argument
1456 wbsd_request_irq(struct wbsd_host *host, int irq) argument
1486 wbsd_release_irq(struct wbsd_host *host) argument
1506 wbsd_request_resources(struct wbsd_host *host, int base, int irq, int dma) argument
1537 wbsd_release_resources(struct wbsd_host *host) argument
1548 wbsd_chip_config(struct wbsd_host *host) argument
1592 wbsd_chip_validate(struct wbsd_host *host) argument
1632 wbsd_chip_poweroff(struct wbsd_host *host) argument
1651 struct wbsd_host *host = NULL; local
1742 struct wbsd_host *host; local
1818 wbsd_suspend(struct wbsd_host *host, pm_message_t state) argument
1825 wbsd_resume(struct wbsd_host *host) argument
1838 struct wbsd_host *host; local
1860 struct wbsd_host *host; local
1884 struct wbsd_host *host; local
1899 struct wbsd_host *host; local
[all...]
H A Ds3cmci.c17 #include <linux/mmc/host.h>
53 #define dbg(host, channels, args...) \
56 dev_err(&host->pdev->dev, args); \
58 dev_info(&host->pdev->dev, args); \
60 dev_dbg(&host->pdev->dev, args); \
67 static void finalize_request(struct s3cmci_host *host);
69 static void s3cmci_reset(struct s3cmci_host *host);
73 static void dbg_dumpregs(struct s3cmci_host *host, char *prefix) argument
78 con = readl(host->base + S3C2410_SDICON);
79 pre = readl(host
110 prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, int stop) argument
129 dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, int fail) argument
157 dbg_dumpcmd(struct s3cmci_host *host, struct mmc_command *cmd, int fail) argument
160 prepare_dbgmsg(struct s3cmci_host *host, struct mmc_command *cmd, int stop) argument
163 dbg_dumpregs(struct s3cmci_host *host, char *prefix) argument
175 s3cmci_host_usedma(struct s3cmci_host *host) argument
201 enable_imask(struct s3cmci_host *host, u32 imask) argument
213 disable_imask(struct s3cmci_host *host, u32 imask) argument
225 clear_imask(struct s3cmci_host *host) argument
246 s3cmci_check_sdio_irq(struct s3cmci_host *host) argument
256 get_data_buffer(struct s3cmci_host *host, u32 *bytes, u32 **pointer) argument
285 fifo_count(struct s3cmci_host *host) argument
293 fifo_free(struct s3cmci_host *host) argument
314 s3cmci_enable_irq(struct s3cmci_host *host, bool more) argument
341 s3cmci_disable_irq(struct s3cmci_host *host, bool transfer) argument
359 do_pio_read(struct s3cmci_host *host) argument
442 do_pio_write(struct s3cmci_host *host) argument
493 struct s3cmci_host *host = (struct s3cmci_host *) data; local
550 struct s3cmci_host *host = dev_id; local
755 struct s3cmci_host *host = (struct s3cmci_host *)dev_id; local
768 struct s3cmci_host *host = buf_id; local
820 finalize_request(struct s3cmci_host *host) argument
915 s3cmci_dma_setup(struct s3cmci_host *host, enum s3c2410_dmasrc source) argument
938 s3cmci_send_command(struct s3cmci_host *host, struct mmc_command *cmd) argument
970 s3cmci_setup_data(struct s3cmci_host *host, struct mmc_data *data) argument
1061 s3cmci_prepare_pio(struct s3cmci_host *host, struct mmc_data *data) argument
1083 s3cmci_prepare_dma(struct s3cmci_host *host, struct mmc_data *data) argument
1126 struct s3cmci_host *host = mmc_priv(mmc); local
1178 struct s3cmci_host *host = mmc_priv(mmc); local
1191 struct s3cmci_host *host = mmc_priv(mmc); local
1205 s3cmci_set_clk(struct s3cmci_host *host, struct mmc_ios *ios) argument
1230 struct s3cmci_host *host = mmc_priv(mmc); local
1289 s3cmci_reset(struct s3cmci_host *host) argument
1299 struct s3cmci_host *host = mmc_priv(mmc); local
1314 struct s3cmci_host *host = mmc_priv(mmc); local
1372 struct s3cmci_host *host; local
1397 s3cmci_cpufreq_register(struct s3cmci_host *host) argument
1405 s3cmci_cpufreq_deregister(struct s3cmci_host *host) argument
1412 s3cmci_cpufreq_register(struct s3cmci_host *host) argument
1417 s3cmci_cpufreq_deregister(struct s3cmci_host *host) argument
1427 struct s3cmci_host *host = seq->private; local
1484 struct s3cmci_host *host = seq->private; local
1509 s3cmci_debugfs_attach(struct s3cmci_host *host) argument
1534 s3cmci_debugfs_remove(struct s3cmci_host *host) argument
1542 s3cmci_debugfs_attach(struct s3cmci_host *host) argument
1543 s3cmci_debugfs_remove(struct s3cmci_host *host) argument
1549 struct s3cmci_host *host; local
1816 struct s3cmci_host *host = mmc_priv(mmc); local
1830 struct s3cmci_host *host = mmc_priv(mmc); local
[all...]
H A Dmsm_sdcc.c2 * linux/drivers/mmc/host/msm_sdcc.c - Qualcomm MSM 7X00A SDCC Driver
28 #include <linux/mmc/host.h>
66 msmsdcc_disable_clocks(struct msmsdcc_host *host, int deferr) argument
68 WARN_ON(!host->clks_on);
70 BUG_ON(host->curr.mrq);
73 mod_timer(&host->busclk_timer, jiffies + BUSCLK_TIMEOUT);
75 del_timer_sync(&host->busclk_timer);
79 if (host->clks_on) {
80 clk_disable(host->clk);
81 clk_disable(host
88 msmsdcc_enable_clocks(struct msmsdcc_host *host) argument
111 msmsdcc_readl(struct msmsdcc_host *host, unsigned int reg) argument
117 msmsdcc_writel(struct msmsdcc_host *host, u32 data, unsigned int reg) argument
130 msmsdcc_request_end(struct msmsdcc_host *host, struct mmc_request *mrq) argument
155 msmsdcc_stop_data(struct msmsdcc_host *host) argument
161 msmsdcc_fifo_addr(struct msmsdcc_host *host) argument
167 msmsdcc_start_command_exec(struct msmsdcc_host *host, u32 arg, u32 c) argument
175 struct msmsdcc_host *host = (struct msmsdcc_host *)cmd->data; local
198 struct msmsdcc_host *host = dma_data->host; local
276 validate_dma(struct msmsdcc_host *host, struct mmc_data *data) argument
288 msmsdcc_config_dma(struct msmsdcc_host *host, struct mmc_data *data) argument
408 msmsdcc_start_command_deferred(struct msmsdcc_host *host, struct mmc_command *cmd, u32 *c) argument
441 msmsdcc_start_data(struct msmsdcc_host *host, struct mmc_data *data, struct mmc_command *cmd, u32 c) argument
513 msmsdcc_start_command(struct msmsdcc_host *host, struct mmc_command *cmd, u32 c) argument
525 msmsdcc_data_err(struct msmsdcc_host *host, struct mmc_data *data, unsigned int status) argument
553 msmsdcc_pio_read(struct msmsdcc_host *host, char *buffer, unsigned int remain) argument
571 msmsdcc_pio_write(struct msmsdcc_host *host, char *buffer, unsigned int remain, u32 status) argument
598 msmsdcc_spin_on_status(struct msmsdcc_host *host, uint32_t mask, int maxspin) argument
612 struct msmsdcc_host *host = dev_id; local
682 msmsdcc_do_cmdirq(struct msmsdcc_host *host, uint32_t status) argument
716 msmsdcc_handle_irq_data(struct msmsdcc_host *host, u32 status, void __iomem *base) argument
785 struct msmsdcc_host *host = dev_id; local
829 struct msmsdcc_host *host = mmc_priv(mmc); local
880 struct msmsdcc_host *host = mmc_priv(mmc); local
941 struct msmsdcc_host *host = mmc_priv(mmc); local
967 struct msmsdcc_host *host = (struct msmsdcc_host *)data; local
996 struct msmsdcc_host *host = dev_id; local
1006 struct msmsdcc_host *host = dev_id; local
1016 struct msmsdcc_host *host = (struct msmsdcc_host *) _data; local
1023 msmsdcc_init_dma(struct msmsdcc_host *host) argument
1053 struct msmsdcc_host *host; local
1286 struct msmsdcc_host *host = local
1306 struct msmsdcc_host *host = mmc_priv(mmc); local
1327 struct msmsdcc_host *host = mmc_priv(mmc); local
[all...]
H A Dsdhci.c2 * linux/drivers/mmc/host/sdhci.c - Secure Digital Host Controller Interface driver
26 #include <linux/mmc/host.h>
48 static void sdhci_dumpregs(struct sdhci_host *host) argument
53 sdhci_readl(host, SDHCI_DMA_ADDRESS),
54 sdhci_readw(host, SDHCI_HOST_VERSION));
56 sdhci_readw(host, SDHCI_BLOCK_SIZE),
57 sdhci_readw(host, SDHCI_BLOCK_COUNT));
59 sdhci_readl(host, SDHCI_ARGUMENT),
60 sdhci_readw(host, SDHCI_TRANSFER_MODE));
62 sdhci_readl(host, SDHCI_PRESENT_STAT
97 sdhci_clear_set_irqs(struct sdhci_host *host, u32 clear, u32 set) argument
108 sdhci_unmask_irqs(struct sdhci_host *host, u32 irqs) argument
113 sdhci_mask_irqs(struct sdhci_host *host, u32 irqs) argument
118 sdhci_set_card_detection(struct sdhci_host *host, bool enable) argument
131 sdhci_enable_card_detection(struct sdhci_host *host) argument
136 sdhci_disable_card_detection(struct sdhci_host *host) argument
141 sdhci_reset(struct sdhci_host *host, u8 mask) argument
181 sdhci_init(struct sdhci_host *host, int soft) argument
201 sdhci_reinit(struct sdhci_host *host) argument
207 sdhci_activate_led(struct sdhci_host *host) argument
216 sdhci_deactivate_led(struct sdhci_host *host) argument
229 struct sdhci_host *host = container_of(led, struct sdhci_host, led); local
249 sdhci_read_block_pio(struct sdhci_host *host) argument
294 sdhci_write_block_pio(struct sdhci_host *host) argument
340 sdhci_transfer_pio(struct sdhci_host *host) argument
406 sdhci_adma_table_pre(struct sdhci_host *host, struct mmc_data *data) argument
543 sdhci_adma_table_post(struct sdhci_host *host, struct mmc_data *data) argument
589 sdhci_calc_timeout(struct sdhci_host *host, struct mmc_data *data) argument
638 sdhci_set_transfer_irqs(struct sdhci_host *host) argument
649 sdhci_prepare_data(struct sdhci_host *host, struct mmc_data *data) argument
803 sdhci_set_transfer_mode(struct sdhci_host *host, struct mmc_data *data) argument
828 sdhci_set_transfer_mode(struct sdhci_host *host, struct mmc_data *data) argument
854 sdhci_finish_data(struct sdhci_host *host) argument
900 sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) argument
982 sdhci_finish_command(struct sdhci_host *host) argument
1015 sdhci_set_clock(struct sdhci_host *host, unsigned int clock) argument
1083 sdhci_set_power(struct sdhci_host *host, unsigned short power) argument
1151 struct sdhci_host *host; local
1192 struct sdhci_host *host; local
1254 struct sdhci_host *host; local
1276 struct sdhci_host *host; local
1311 struct sdhci_host *host; local
1340 struct sdhci_host *host; local
1394 struct sdhci_host *host; local
1429 sdhci_cmd_irq(struct sdhci_host *host, u32 intmask) argument
1479 sdhci_show_adma_error(struct sdhci_host *host) argument
1504 sdhci_show_adma_error(struct sdhci_host *host) argument
1507 sdhci_data_irq(struct sdhci_host *host, u32 intmask) argument
1575 struct sdhci_host* host = dev_id; local
1659 sdhci_suspend_host(struct sdhci_host *host, pm_message_t state) argument
1679 sdhci_resume_host(struct sdhci_host *host) argument
1723 struct sdhci_host *host; local
1739 sdhci_add_host(struct sdhci_host *host) argument
2027 sdhci_remove_host(struct sdhci_host *host, int dead) argument
2079 sdhci_free_host(struct sdhci_host *host) argument
[all...]
H A Dau1xmmc.c2 * linux/drivers/mmc/host/au1xmmc.c - AU1XX0 MMC driver
43 #include <linux/mmc/host.h>
126 /* Status flags used by the host structure */
154 static inline void IRQ_ON(struct au1xmmc_host *host, u32 mask) argument
156 u32 val = au_readl(HOST_CONFIG(host));
158 au_writel(val, HOST_CONFIG(host));
162 static inline void FLUSH_FIFO(struct au1xmmc_host *host) argument
164 u32 val = au_readl(HOST_CONFIG2(host));
166 au_writel(val | SD_CONFIG2_FF, HOST_CONFIG2(host));
172 au_writel(val, HOST_CONFIG2(host));
176 IRQ_OFF(struct au1xmmc_host *host, u32 mask) argument
184 SEND_STOP(struct au1xmmc_host *host) argument
199 au1xmmc_set_power(struct au1xmmc_host *host, int state) argument
207 struct au1xmmc_host *host = mmc_priv(mmc); local
217 struct au1xmmc_host *host = mmc_priv(mmc); local
225 au1xmmc_finish_request(struct au1xmmc_host *host) argument
246 struct au1xmmc_host *host = (struct au1xmmc_host *) param; local
250 au1xmmc_send_command(struct au1xmmc_host *host, int wait, struct mmc_command *cmd, struct mmc_data *data) argument
319 au1xmmc_data_complete(struct au1xmmc_host *host, u32 status) argument
374 struct au1xmmc_host *host = (struct au1xmmc_host *)param; local
382 au1xmmc_send_pio(struct au1xmmc_host *host) argument
437 au1xmmc_receive_pio(struct au1xmmc_host *host) argument
518 au1xmmc_cmd_complete(struct au1xmmc_host *host, u32 status) argument
591 au1xmmc_set_clock(struct au1xmmc_host *host, int rate) argument
613 au1xmmc_prepare_data(struct au1xmmc_host *host, struct mmc_data *data) argument
690 struct au1xmmc_host *host = mmc_priv(mmc); local
720 au1xmmc_reset_controller(struct au1xmmc_host *host) argument
753 struct au1xmmc_host *host = mmc_priv(mmc); local
786 struct au1xmmc_host *host = dev_id; local
845 struct au1xmmc_host *host = (struct au1xmmc_host *)dev_id; local
857 au1xmmc_dbdma_init(struct au1xmmc_host *host) argument
902 au1xmmc_dbdma_shutdown(struct au1xmmc_host *host) argument
914 struct au1xmmc_host *host = mmc_priv(mmc); local
933 struct au1xmmc_host *host; local
1090 struct au1xmmc_host *host = platform_get_drvdata(pdev); local
1131 struct au1xmmc_host *host = platform_get_drvdata(pdev); local
1149 struct au1xmmc_host *host = platform_get_drvdata(pdev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java13 a host in a replication group.
31 public String host; field in class:ReplicationHostAddress
37 host: localhost and port 0.
48 Create a ReplicationHostAddress with user defined host and port information.
50 public ReplicationHostAddress(String host, int port) argument
53 this.host = host;
58 return host + ":" + port;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java13 a host in a replication group.
31 public String host; field in class:ReplicationHostAddress
37 host: localhost and port 0.
48 Create a ReplicationHostAddress with user defined host and port information.
50 public ReplicationHostAddress(String host, int port) argument
53 this.host = host;
58 return host + ":" + port;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DReplicationHostAddress.java13 a host in a replication group.
31 public String host; field in class:ReplicationHostAddress
37 host: localhost and port 0.
48 Create a ReplicationHostAddress with user defined host and port information.
50 public ReplicationHostAddress(String host, int port) argument
53 this.host = host;
58 return host + ":" + port;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Dconfig_roms.h6 int hpsb_default_host_entry(struct hpsb_host *host);
10 /* List of flags to check if a host contains a certain extra config rom
11 * entry. Available in the host->config_roms member. */
15 int hpsb_config_rom_ip1394_add(struct hpsb_host *host);
16 void hpsb_config_rom_ip1394_remove(struct hpsb_host *host);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Dconfig_roms.h6 int hpsb_default_host_entry(struct hpsb_host *host);
10 /* List of flags to check if a host contains a certain extra config rom
11 * entry. Available in the host->config_roms member. */
15 int hpsb_config_rom_ip1394_add(struct hpsb_host *host);
16 void hpsb_config_rom_ip1394_remove(struct hpsb_host *host);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dmg_disk.c149 static bool mg_end_request(struct mg_host *host, int err, unsigned int nr_bytes) argument
151 if (__blk_end_request(host->req, err, nr_bytes))
154 host->req = NULL;
158 static bool mg_end_request_cur(struct mg_host *host, int err) argument
160 return mg_end_request(host, err, blk_rq_cur_bytes(host->req));
164 struct mg_host *host)
168 if (host->req)
169 name = host->req->rq_disk->disk_name;
188 host
163 mg_dump_status(const char *msg, unsigned int stat, struct mg_host *host) argument
213 mg_wait(struct mg_host *host, u32 expect, u32 msec) argument
282 mg_unexpected_intr(struct mg_host *host) argument
291 struct mg_host *host = dev_id; local
343 mg_get_disk_id(struct mg_host *host) argument
403 mg_disk_init(struct mg_host *host) argument
443 mg_bad_rw_intr(struct mg_host *host) argument
451 mg_out(struct mg_host *host, unsigned int sect_num, unsigned int sect_cnt, unsigned int cmd, void (*intr_addr)(struct mg_host *)) argument
480 mg_read_one(struct mg_host *host, struct request *req) argument
492 struct mg_host *host = req->rq_disk->private_data; local
515 mg_write_one(struct mg_host *host, struct request *req) argument
527 struct mg_host *host = req->rq_disk->private_data; local
564 mg_read_intr(struct mg_host *host) argument
601 mg_write_intr(struct mg_host *host) argument
641 struct mg_host *host = (struct mg_host *)data; local
664 struct mg_host *host = q->queuedata; local
685 mg_issue_req(struct request *req, struct mg_host *host, unsigned int sect_num, unsigned int sect_cnt) argument
725 struct mg_host *host = q->queuedata; local
771 struct mg_host *host = bdev->bd_disk->private_data; local
786 struct mg_host *host = prv_data->host; local
810 struct mg_host *host = prv_data->host; local
830 struct mg_host *host; local
1034 struct mg_host *host = prv_data->host; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dmg_disk.c149 static bool mg_end_request(struct mg_host *host, int err, unsigned int nr_bytes) argument
151 if (__blk_end_request(host->req, err, nr_bytes))
154 host->req = NULL;
158 static bool mg_end_request_cur(struct mg_host *host, int err) argument
160 return mg_end_request(host, err, blk_rq_cur_bytes(host->req));
164 struct mg_host *host)
168 if (host->req)
169 name = host->req->rq_disk->disk_name;
188 host
163 mg_dump_status(const char *msg, unsigned int stat, struct mg_host *host) argument
213 mg_wait(struct mg_host *host, u32 expect, u32 msec) argument
282 mg_unexpected_intr(struct mg_host *host) argument
291 struct mg_host *host = dev_id; local
343 mg_get_disk_id(struct mg_host *host) argument
403 mg_disk_init(struct mg_host *host) argument
443 mg_bad_rw_intr(struct mg_host *host) argument
451 mg_out(struct mg_host *host, unsigned int sect_num, unsigned int sect_cnt, unsigned int cmd, void (*intr_addr)(struct mg_host *)) argument
480 mg_read_one(struct mg_host *host, struct request *req) argument
492 struct mg_host *host = req->rq_disk->private_data; local
515 mg_write_one(struct mg_host *host, struct request *req) argument
527 struct mg_host *host = req->rq_disk->private_data; local
564 mg_read_intr(struct mg_host *host) argument
601 mg_write_intr(struct mg_host *host) argument
641 struct mg_host *host = (struct mg_host *)data; local
664 struct mg_host *host = q->queuedata; local
685 mg_issue_req(struct request *req, struct mg_host *host, unsigned int sect_num, unsigned int sect_cnt) argument
725 struct mg_host *host = q->queuedata; local
771 struct mg_host *host = bdev->bd_disk->private_data; local
786 struct mg_host *host = prv_data->host; local
810 struct mg_host *host = prv_data->host; local
830 struct mg_host *host; local
1034 struct mg_host *host = prv_data->host; local
[all...]

Completed in 343 milliseconds

1234567891011>>