Searched refs:host (Results 76 - 100 of 632) sorted by relevance

1234567891011>>

/drivers/scsi/
H A Da4000t.c39 struct Scsi_Host *host; local
52 dev_err(&pdev->dev, "Failed to allocate host data\n");
66 host = NCR_700_detect(&a4000t_scsi_driver_template, hostdata,
68 if (!host) {
70 "No host detected; board configuration problem?\n");
74 host->this_id = 7;
75 host->base = scsi_addr;
76 host->irq = IRQ_AMIGA_PORTS;
78 if (request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "a4000t-scsi",
79 host)) {
99 struct Scsi_Host *host = platform_get_drvdata(pdev); local
[all...]
H A Dmvme16x_scsi.c39 struct Scsi_Host * host = NULL; local
54 "Failed to allocate host data\n");
67 host = NCR_700_detect(&mvme16x_scsi_driver_template, hostdata,
69 if (!host) {
70 printk(KERN_ERR "mvme16x-scsi: No host detected; "
74 host->this_id = 7;
75 host->base = 0xfff47000UL;
76 host->irq = MVME16x_IRQ_SCSI;
77 if (request_irq(host->irq, NCR_700_intr, 0, "mvme16x-scsi", host)) {
107 struct Scsi_Host *host = platform_get_drvdata(dev); local
[all...]
H A Dsni_53c710.c72 struct Scsi_Host *host; local
82 dev_printk(KERN_ERR, dev, "Failed to allocate host data\n");
96 host = NCR_700_detect(&snirm710_template, hostdata, &dev->dev);
97 if (!host)
99 host->this_id = 7;
100 host->base = base;
101 host->irq = platform_get_irq(dev, 0);
102 if(request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "snirm710", host)) {
107 dev_set_drvdata(&dev->dev, host);
122 struct Scsi_Host *host = dev_get_drvdata(&dev->dev); local
[all...]
H A Dbvme6000_scsi.c40 struct Scsi_Host *host; local
49 "Failed to allocate host data\n");
62 host = NCR_700_detect(&bvme6000_scsi_driver_template, hostdata,
64 if (!host) {
65 printk(KERN_ERR "bvme6000-scsi: No host detected; "
69 host->base = BVME_NCR53C710_BASE;
70 host->this_id = 7;
71 host->irq = BVME_IRQ_SCSI;
73 host)) {
78 platform_set_drvdata(dev, host);
94 struct Scsi_Host *host = platform_get_drvdata(dev); local
[all...]
/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c26 #include <linux/mmc/host.h>
70 static inline struct device *sdmmc_dev(struct rtsx_usb_sdmmc *host) argument
72 return &(host->pdev->dev);
75 static inline void sd_clear_error(struct rtsx_usb_sdmmc *host) argument
77 struct rtsx_ucr *ucr = host->ucr;
87 static void sd_print_debug_regs(struct rtsx_usb_sdmmc *host) argument
89 struct rtsx_ucr *ucr = host->ucr;
93 dev_dbg(sdmmc_dev(host), "SD_STAT1: 0x%x\n", val);
95 dev_dbg(sdmmc_dev(host), "SD_STAT2: 0x%x\n", val);
97 dev_dbg(sdmmc_dev(host), "SD_BUS_STA
103 sd_read_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, u16 byte_cnt, u8 *buf, int buf_len, int timeout) argument
210 sd_write_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, u16 byte_cnt, u8 *buf, int buf_len, int timeout) argument
296 sd_send_cmd_get_rsp(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd) argument
460 sd_rw_multi(struct rtsx_usb_sdmmc *host, struct mmc_request *mrq) argument
544 sd_enable_initial_mode(struct rtsx_usb_sdmmc *host) argument
550 sd_disable_initial_mode(struct rtsx_usb_sdmmc *host) argument
556 sd_normal_rw(struct rtsx_usb_sdmmc *host, struct mmc_request *mrq) argument
590 sd_change_phase(struct rtsx_usb_sdmmc *host, u8 sample_point, int tx) argument
639 sd_search_final_phase(struct rtsx_usb_sdmmc *host, u32 phase_map) argument
666 sd_wait_data_idle(struct rtsx_usb_sdmmc *host) argument
681 sd_tuning_rx_cmd(struct rtsx_usb_sdmmc *host, u8 opcode, u8 sample_point) argument
703 sd_tuning_phase(struct rtsx_usb_sdmmc *host, u8 opcode, u16 *phase_map) argument
719 sd_tuning_rx(struct rtsx_usb_sdmmc *host, u8 opcode) argument
765 struct rtsx_usb_sdmmc *host = mmc_priv(mmc); local
793 struct rtsx_usb_sdmmc *host = mmc_priv(mmc); local
824 struct rtsx_usb_sdmmc *host = mmc_priv(mmc); local
908 sd_set_bus_width(struct rtsx_usb_sdmmc *host, unsigned char bus_width) argument
981 sd_power_on(struct rtsx_usb_sdmmc *host) argument
1020 sd_power_off(struct rtsx_usb_sdmmc *host) argument
1044 sd_set_power_mode(struct rtsx_usb_sdmmc *host, unsigned char power_mode) argument
1069 sd_set_timing(struct rtsx_usb_sdmmc *host, unsigned char timing, bool *ddr_mode) argument
1135 struct rtsx_usb_sdmmc *host = mmc_priv(mmc); local
1181 struct rtsx_usb_sdmmc *host = mmc_priv(mmc); local
1230 struct rtsx_usb_sdmmc *host = mmc_priv(mmc); local
1270 struct rtsx_usb_sdmmc *host = mmc_priv(mmc); local
1301 struct rtsx_usb_sdmmc *host = container_of(led, local
1313 struct rtsx_usb_sdmmc *host = local
1328 rtsx_usb_init_host(struct rtsx_usb_sdmmc *host) argument
1356 struct rtsx_usb_sdmmc *host; local
1404 struct rtsx_usb_sdmmc *host = platform_get_drvdata(pdev); local
[all...]
H A Dsdhci-bcm2835.c24 #include <linux/mmc/host.h>
57 static void bcm2835_sdhci_writel(struct sdhci_host *host, u32 val, int reg) argument
59 writel(val, host->ioaddr + reg);
64 static inline u32 bcm2835_sdhci_readl(struct sdhci_host *host, int reg) argument
66 u32 val = readl(host->ioaddr + reg);
74 static void bcm2835_sdhci_writew(struct sdhci_host *host, u16 val, int reg) argument
76 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
79 bcm2835_sdhci_readl(host, reg & ~3);
88 bcm2835_sdhci_writel(host, newval, reg & ~3);
91 static u16 bcm2835_sdhci_readw(struct sdhci_host *host, in argument
101 bcm2835_sdhci_writeb(struct sdhci_host *host, u8 val, int reg) argument
112 bcm2835_sdhci_readb(struct sdhci_host *host, int reg) argument
122 bcm2835_sdhci_get_min_clock(struct sdhci_host *host) argument
150 struct sdhci_host *host; local
[all...]
H A Dsdhci-sirf.c11 #include <linux/mmc/host.h>
25 static unsigned int sdhci_sirf_get_max_clk(struct sdhci_host *host) argument
27 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
32 static void sdhci_sirf_set_bus_width(struct sdhci_host *host, int width) argument
36 ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
40 * CSR atlas7 and prima2 SD host version is not 3.0
49 sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL);
71 struct sdhci_host *host; local
89 host = sdhci_pltfm_init(pdev, &sdhci_sirf_pdata, sizeof(struct sdhci_sirf_priv));
90 if (IS_ERR(host))
135 struct sdhci_host *host = platform_get_drvdata(pdev); local
151 struct sdhci_host *host = dev_get_drvdata(dev); local
167 struct sdhci_host *host = dev_get_drvdata(dev); local
[all...]
H A Dsdhci-s3c.c1 /* linux/drivers/mmc/host/sdhci-s3c.c
29 #include <linux/mmc/host.h>
38 * @host: The SDHCI host created
47 struct sdhci_host *host; member in struct:sdhci_s3c
64 * @sdhci_quirks: sdhci host specific quirks.
75 static inline struct sdhci_s3c *to_s3c(struct sdhci_host *host) argument
77 return sdhci_priv(host);
82 * @host: The SDHCI host instanc
86 sdhci_s3c_get_max_clk(struct sdhci_host *host) argument
155 sdhci_s3c_set_clock(struct sdhci_host *host, unsigned int clock) argument
235 sdhci_s3c_get_min_clock(struct sdhci_host *host) argument
253 sdhci_cmu_get_max_clock(struct sdhci_host *host) argument
275 sdhci_cmu_get_min_clock(struct sdhci_host *host) argument
297 sdhci_cmu_set_clock(struct sdhci_host *host, unsigned int clock) argument
344 sdhci_s3c_set_bus_width(struct sdhci_host *host, int width) argument
378 sdhci_s3c_parse_dt(struct device *dev, struct sdhci_host *host, struct s3c_sdhci_platdata *pdata) argument
408 sdhci_s3c_parse_dt(struct device *dev, struct sdhci_host *host, struct s3c_sdhci_platdata *pdata) argument
436 struct sdhci_host *host; local
632 struct sdhci_host *host = platform_get_drvdata(pdev); local
657 struct sdhci_host *host = dev_get_drvdata(dev); local
664 struct sdhci_host *host = dev_get_drvdata(dev); local
673 struct sdhci_host *host = dev_get_drvdata(dev); local
688 struct sdhci_host *host = dev_get_drvdata(dev); local
[all...]
H A Ddw_mmc-rockchip.c13 #include <linux/mmc/host.h>
22 static void dw_mci_rockchip_prepare_command(struct dw_mci *host, u32 *cmdr) argument
27 static int dw_mci_rk3288_setup_clock(struct dw_mci *host) argument
29 host->bus_hz /= RK3288_CLKGEN_DIV;
34 static void dw_mci_rk3288_set_ios(struct dw_mci *host, struct mmc_ios *ios) argument
56 ret = clk_set_rate(host->ciu_clk, cclkin);
58 dev_warn(host->dev, "failed to set rate %uHz\n", ios->clock);
60 bus_hz = clk_get_rate(host->ciu_clk) / RK3288_CLKGEN_DIV;
61 if (bus_hz != host->bus_hz) {
62 host
104 struct dw_mci *host = dev_get_drvdata(dev); local
111 struct dw_mci *host = dev_get_drvdata(dev); local
[all...]
H A Dsdhci-pxav2.c28 #include <linux/mmc/host.h>
54 static void pxav2_reset(struct sdhci_host *host, u8 mask) argument
56 struct platform_device *pdev = to_platform_device(mmc_dev(host->mmc));
59 sdhci_reset(host, mask);
69 tmp = readw(host->ioaddr + SD_CLOCK_BURST_SIZE_SETUP);
77 writew(tmp, host->ioaddr + SD_CLOCK_BURST_SIZE_SETUP);
81 tmp = readw(host->ioaddr + SD_FIFO_PARAM);
83 writew(tmp, host->ioaddr + SD_FIFO_PARAM);
85 tmp = readw(host->ioaddr + SD_FIFO_PARAM);
88 writew(tmp, host
93 pxav2_mmc_set_bus_width(struct sdhci_host *host, int width) argument
169 struct sdhci_host *host = NULL; local
247 struct sdhci_host *host = platform_get_drvdata(pdev); local
[all...]
H A Dsdhci-pxav3.c26 #include <linux/mmc/host.h>
115 static void pxav3_reset(struct sdhci_host *host, u8 mask) argument
117 struct platform_device *pdev = to_platform_device(mmc_dev(host->mmc));
120 sdhci_reset(host, mask);
130 tmp = readw(host->ioaddr + SD_CLOCK_BURST_SIZE_SETUP);
134 writew(tmp, host->ioaddr + SD_CLOCK_BURST_SIZE_SETUP);
140 static void pxav3_gen_init_74_clocks(struct sdhci_host *host, u8 power_mode) argument
142 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
150 dev_dbg(mmc_dev(host->mmc),
158 tmp = readw(host
189 pxav3_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs) argument
283 struct sdhci_host *host = NULL; local
397 struct sdhci_host *host = platform_get_drvdata(pdev); local
415 struct sdhci_host *host = dev_get_drvdata(dev); local
428 struct sdhci_host *host = dev_get_drvdata(dev); local
442 struct sdhci_host *host = dev_get_drvdata(dev); local
459 struct sdhci_host *host = dev_get_drvdata(dev); local
[all...]
H A Dsdhci-acpi.c40 #include <linux/mmc/host.h>
75 struct sdhci_host *host; member in struct:sdhci_acpi_host
86 static int sdhci_acpi_enable_dma(struct sdhci_host *host) argument
91 static void sdhci_acpi_int_hw_reset(struct sdhci_host *host) argument
95 reg = sdhci_readb(host, SDHCI_POWER_CONTROL);
97 sdhci_writeb(host, reg, SDHCI_POWER_CONTROL);
101 sdhci_writeb(host, reg, SDHCI_POWER_CONTROL);
131 struct sdhci_host *host; local
133 if (!c || !c->host)
136 host
152 struct sdhci_host *host; local
168 struct sdhci_host *host; local
258 struct sdhci_host *host; local
[all...]
/drivers/gpu/host1x/
H A Dintr.h78 int host1x_intr_add_action(struct host1x *host, u32 id, u32 thresh,
87 void host1x_intr_put_ref(struct host1x *host, u32 id, void *ref);
90 int host1x_intr_init(struct host1x *host, unsigned int irq_sync);
93 void host1x_intr_deinit(struct host1x *host);
96 void host1x_intr_start(struct host1x *host);
99 void host1x_intr_stop(struct host1x *host);
H A Dchannel.h41 int host1x_channel_list_init(struct host1x *host);
43 #define host1x_for_each_channel(host, channel) \
44 list_for_each_entry(channel, &host->chlist.list, list)
H A Dsyncpt.h46 struct host1x *host; member in struct:host1x_syncpt
55 int host1x_syncpt_init(struct host1x *host);
58 void host1x_syncpt_deinit(struct host1x *host);
61 int host1x_syncpt_nb_pts(struct host1x *host);
64 int host1x_syncpt_nb_bases(struct host1x *host);
67 int host1x_syncpt_nb_mlocks(struct host1x *host);
110 void host1x_syncpt_save(struct host1x *host);
113 void host1x_syncpt_restore(struct host1x *host);
124 return sp->id < host1x_syncpt_nb_pts(sp->host);
H A Ddev.c102 struct host1x *host; local
123 host = devm_kzalloc(&pdev->dev, sizeof(*host), GFP_KERNEL);
124 if (!host)
127 mutex_init(&host->devices_lock);
128 INIT_LIST_HEAD(&host->devices);
129 INIT_LIST_HEAD(&host->list);
130 host->dev = &pdev->dev;
131 host->info = id->data;
134 platform_set_drvdata(pdev, host);
196 struct host1x *host = platform_get_drvdata(pdev); local
[all...]
H A Dintr.c99 static void reset_threshold_interrupt(struct host1x *host, argument
106 host1x_hw_intr_set_syncpt_threshold(host, id, thresh);
107 host1x_hw_intr_enable_syncpt_intr(host, id);
164 static int process_wait_list(struct host1x *host, argument
182 host1x_hw_intr_disable_syncpt_intr(host, syncpt->id);
184 reset_threshold_interrupt(host, &syncpt->intr.wait_head,
206 struct host1x *host = syncpt->host; local
208 (void)process_wait_list(host, syncpt,
209 host1x_syncpt_load(host
212 host1x_intr_add_action(struct host1x *host, u32 id, u32 thresh, enum host1x_intr_action action, void *data, struct host1x_waitlist *waiter, void **ref) argument
257 host1x_intr_put_ref(struct host1x *host, u32 id, void *ref) argument
273 host1x_intr_init(struct host1x *host, unsigned int irq_sync) argument
299 host1x_intr_deinit(struct host1x *host) argument
305 host1x_intr_start(struct host1x *host) argument
320 host1x_intr_stop(struct host1x *host) argument
[all...]
/drivers/mtd/nand/
H A Dlpc32xx_slc.c222 static void lpc32xx_nand_setup(struct lpc32xx_nand_host *host) argument
227 writel(SLCCTRL_SW_RESET, SLC_CTRL(host->io_base));
231 writel(0, SLC_CFG(host->io_base));
232 writel(0, SLC_IEN(host->io_base));
234 SLC_ICR(host->io_base));
237 clkrate = clk_get_rate(host->clk);
242 tmp = SLCTAC_WDR(host->ncfg->wdr_clks) |
243 SLCTAC_WWIDTH(1 + (clkrate / host->ncfg->wwidth)) |
244 SLCTAC_WHOLD(1 + (clkrate / host->ncfg->whold)) |
245 SLCTAC_WSETUP(1 + (clkrate / host
261 struct lpc32xx_nand_host *host = chip->priv; local
285 struct lpc32xx_nand_host *host = chip->priv; local
297 lpc32xx_wp_enable(struct lpc32xx_nand_host *host) argument
306 lpc32xx_wp_disable(struct lpc32xx_nand_host *host) argument
340 struct lpc32xx_nand_host *host = chip->priv; local
351 struct lpc32xx_nand_host *host = chip->priv; local
364 struct lpc32xx_nand_host *host = chip->priv; local
429 struct lpc32xx_nand_host *host = chip->priv; local
489 struct lpc32xx_nand_host *host = chip->priv; local
604 struct lpc32xx_nand_host *host = chip->priv; local
665 struct lpc32xx_nand_host *host = chip->priv; local
700 lpc32xx_nand_dma_setup(struct lpc32xx_nand_host *host) argument
758 struct lpc32xx_nand_host *host; local
931 struct lpc32xx_nand_host *host = platform_get_drvdata(pdev); local
951 struct lpc32xx_nand_host *host = platform_get_drvdata(pdev); local
968 struct lpc32xx_nand_host *host = platform_get_drvdata(pdev); local
[all...]
H A Dfsmc_nand.c333 struct fsmc_nand_data *host; local
335 host = container_of(mtd, struct fsmc_nand_data, mtd);
345 if (host->select_chip)
346 host->select_chip(chipnr,
362 struct fsmc_nand_data *host = container_of(mtd, local
364 void __iomem *regs = host->regs_va;
365 unsigned int bank = host->bank;
371 this->IO_ADDR_R = host->cmd_va;
372 this->IO_ADDR_W = host->cmd_va;
374 this->IO_ADDR_R = host
448 struct fsmc_nand_data *host = container_of(mtd, local
469 struct fsmc_nand_data *host = container_of(mtd, local
520 struct fsmc_nand_data *host = container_of(mtd, local
550 struct fsmc_nand_data *host = param; local
555 dma_xfer(struct fsmc_nand_data *host, void *buffer, int len, enum dma_data_direction direction) argument
677 struct fsmc_nand_data *host; local
692 struct fsmc_nand_data *host; local
715 struct fsmc_nand_data *host = container_of(mtd, local
785 struct fsmc_nand_data *host = container_of(mtd, local
925 struct fsmc_nand_data *host; local
1175 struct fsmc_nand_data *host = platform_get_drvdata(pdev); local
1194 struct fsmc_nand_data *host = dev_get_drvdata(dev); local
1202 struct fsmc_nand_data *host = dev_get_drvdata(dev); local
[all...]
/drivers/mmc/core/
H A Dsd.h8 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr);
9 int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card);
11 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card,
H A Dsd_ops.h16 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
17 int mmc_send_if_cond(struct mmc_host *host, u32 ocr);
18 int mmc_send_relative_addr(struct mmc_host *host, unsigned int *rca);
H A Dbus.c22 #include <linux/mmc/host.h>
131 struct mmc_host *host = card->host; local
137 if (host->bus_ops->shutdown) {
138 ret = host->bus_ops->shutdown(host);
141 mmc_hostname(host), ret);
150 struct mmc_host *host = card->host; local
159 ret = host
167 struct mmc_host *host = card->host; local
186 struct mmc_host *host = card->host; local
194 struct mmc_host *host = card->host; local
264 mmc_alloc_card(struct mmc_host *host, struct device_type *type) argument
[all...]
/drivers/memstick/host/
H A Drtsx_pci_ms.c45 static inline struct device *ms_dev(struct realtek_pci_ms *host) argument
47 return &(host->pdev->dev);
50 static inline void ms_clear_error(struct realtek_pci_ms *host) argument
52 rtsx_pci_write_register(host->pcr, CARD_STOP,
58 static void ms_print_debug_regs(struct realtek_pci_ms *host) argument
60 struct rtsx_pcr *pcr = host->pcr;
64 /* Print MS host internal registers */
74 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++));
76 dev_dbg(ms_dev(host), "0x%04X: 0x%02x\n", i, *(ptr++));
81 #define ms_print_debug_regs(host)
85 ms_power_on(struct realtek_pci_ms *host) argument
119 ms_power_off(struct realtek_pci_ms *host) argument
140 ms_transfer_data(struct realtek_pci_ms *host, unsigned char data_dir, u8 tpc, u8 cfg, struct scatterlist *sg) argument
211 ms_write_bytes(struct realtek_pci_ms *host, u8 tpc, u8 cfg, u8 cnt, u8 *data, u8 *int_reg) argument
279 ms_read_bytes(struct realtek_pci_ms *host, u8 tpc, u8 cfg, u8 cnt, u8 *data, u8 *int_reg) argument
350 rtsx_pci_ms_issue_cmd(struct realtek_pci_ms *host) argument
403 struct realtek_pci_ms *host = container_of(work, local
434 struct realtek_pci_ms *host = memstick_priv(msh); local
447 struct realtek_pci_ms *host = memstick_priv(msh); local
509 struct realtek_pci_ms *host = platform_get_drvdata(pdev); local
520 struct realtek_pci_ms *host = platform_get_drvdata(pdev); local
538 struct realtek_pci_ms *host = platform_get_drvdata(pdev); local
546 struct realtek_pci_ms *host; local
591 struct realtek_pci_ms *host = platform_get_drvdata(pdev); local
[all...]
/drivers/block/
H A Dsx8.c114 CARM_MAX_REQ = 64, /* max command msgs per host */
117 /* S/G limits, host-wide and per-request */
119 CARM_MAX_HOST_SG = 600, /* max s/g entries per host */
126 CARM_HMUC = 0x18, /* host message unit control */
246 struct carm_host *host; member in struct:carm_port
467 static inline void *carm_ref_msg(struct carm_host *host, argument
470 return host->msg_base + (msg_idx * CARM_MSG_SIZE);
473 static inline dma_addr_t carm_ref_msg_dma(struct carm_host *host, argument
476 return host->msg_dma + (msg_idx * CARM_MSG_SIZE);
479 static int carm_send_msg(struct carm_host *host, argument
508 carm_get_request(struct carm_host *host) argument
534 carm_put_request(struct carm_host *host, struct carm_request *crq) argument
550 carm_get_special(struct carm_host *host) argument
582 carm_array_info(struct carm_host *host, unsigned int array_idx) argument
638 carm_send_special(struct carm_host *host, carm_sspc_t func) argument
671 carm_fill_sync_time(struct carm_host *host, unsigned int idx, void *mem) argument
688 carm_fill_alloc_buf(struct carm_host *host, unsigned int idx, void *mem) argument
713 carm_fill_scan_channels(struct carm_host *host, unsigned int idx, void *mem) argument
733 carm_fill_get_fw_ver(struct carm_host *host, unsigned int idx, void *mem) argument
749 carm_end_request_queued(struct carm_host *host, struct carm_request *crq, int error) argument
762 carm_push_q(struct carm_host *host, struct request_queue *q) argument
774 carm_pop_q(struct carm_host *host) argument
787 carm_round_robin(struct carm_host *host) argument
796 carm_end_rq(struct carm_host *host, struct carm_request *crq, int error) argument
810 struct carm_host *host = q->queuedata; local
840 struct carm_host *host = port->host; local
941 carm_handle_array_info(struct carm_host *host, struct carm_request *crq, u8 *mem, int error) argument
1001 carm_handle_scan_chan(struct carm_host *host, struct carm_request *crq, u8 *mem, int error) argument
1034 carm_handle_generic(struct carm_host *host, struct carm_request *crq, int error, int cur_state, int next_state) argument
1050 carm_handle_rw(struct carm_host *host, struct carm_request *crq, int error) argument
1067 carm_handle_resp(struct carm_host *host, __le32 ret_handle_le, u32 status) argument
1164 carm_handle_responses(struct carm_host *host) argument
1206 struct carm_host *host = __host; local
1250 struct carm_host *host = local
1397 carm_init_responses(struct carm_host *host) argument
1409 carm_init_host(struct carm_host *host) argument
1491 carm_init_disks(struct carm_host *host) argument
1534 carm_free_disks(struct carm_host *host) argument
1552 carm_init_shm(struct carm_host *host) argument
1570 struct carm_host *host; local
1726 struct carm_host *host = pci_get_drvdata(pdev); local
[all...]
/drivers/mmc/
H A DMakefile9 obj-$(subst m,y,$(CONFIG_MMC)) += host/

Completed in 368 milliseconds

1234567891011>>