Searched refs:host (Results 201 - 225 of 1273) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.h26 struct mipi_dsi_host host; member in struct:sun6i_dsi
43 static inline struct sun6i_dsi *host_to_sun6i_dsi(struct mipi_dsi_host *host) argument
45 return container_of(host, struct sun6i_dsi, host);
/linux-master/drivers/staging/fieldbus/anybuss/
H A DMakefile7 anybuss_core-y += host.o
/linux-master/drivers/mmc/core/
H A Dsd.h12 int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid, u32 *rocr);
15 int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card,
H A Dpwrseq_sd8787.c23 #include <linux/mmc/host.h>
35 static void mmc_pwrseq_sd8787_pre_power_on(struct mmc_host *host) argument
37 struct mmc_pwrseq_sd8787 *pwrseq = to_pwrseq_sd8787(host->pwrseq);
45 static void mmc_pwrseq_sd8787_power_off(struct mmc_host *host) argument
47 struct mmc_pwrseq_sd8787 *pwrseq = to_pwrseq_sd8787(host->pwrseq);
53 static void mmc_pwrseq_wilc1000_pre_power_on(struct mmc_host *host) argument
55 struct mmc_pwrseq_sd8787 *pwrseq = to_pwrseq_sd8787(host->pwrseq);
63 static void mmc_pwrseq_wilc1000_power_off(struct mmc_host *host) argument
65 struct mmc_pwrseq_sd8787 *pwrseq = to_pwrseq_sd8787(host->pwrseq);
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c182 name, __kw_state_names[host->state], isr); \
194 static inline u8 __kw_read_reg(struct pmac_i2c_host_kw *host, reg_t reg) argument
196 return readb(host->base + (((unsigned int)reg) << host->bsteps));
199 static inline void __kw_write_reg(struct pmac_i2c_host_kw *host, argument
202 writeb(val, host->base + (((unsigned)reg) << host->bsteps));
203 (void)__kw_read_reg(host, reg_subaddr);
206 #define kw_write_reg(reg, val) __kw_write_reg(host, reg, val)
207 #define kw_read_reg(reg) __kw_read_reg(host, re
209 kw_i2c_wait_interrupt(struct pmac_i2c_host_kw *host) argument
232 kw_i2c_do_stop(struct pmac_i2c_host_kw *host, int result) argument
240 kw_i2c_handle_interrupt(struct pmac_i2c_host_kw *host, u8 isr) argument
346 struct pmac_i2c_host_kw *host = dev_id; local
362 struct pmac_i2c_host_kw *host = from_timer(host, t, timeout_timer); local
385 struct pmac_i2c_host_kw *host = bus->hostdata; local
392 struct pmac_i2c_host_kw *host = bus->hostdata; local
399 struct pmac_i2c_host_kw *host = bus->hostdata; local
487 struct pmac_i2c_host_kw *host; local
564 kw_i2c_add(struct pmac_i2c_host_kw *host, struct device_node *controller, struct device_node *busnode, int channel) argument
601 struct pmac_i2c_host_kw *host; local
[all...]
/linux-master/drivers/ufs/host/
H A Dufs-hisi.c71 struct ufs_hisi_host *host = ufshcd_get_variant(hba); local
73 ufs_sys_ctrl_clr_bits(host, BIT_SYSCTRL_REF_CLOCK_EN, PHY_CLK_CTRL);
74 if (ufs_sys_ctrl_readl(host, PHY_CLK_CTRL) & BIT_SYSCTRL_REF_CLOCK_EN)
77 ufs_sys_ctrl_clr_bits(host, BIT_UFS_REFCLK_SRC_SEl, UFS_SYSCTRL);
78 ufs_sys_ctrl_clr_bits(host, BIT_UFS_REFCLK_ISO_EN, PHY_ISO_EN);
80 ufs_sys_ctrl_set_bits(host, BIT_SYSCTRL_REF_CLOCK_EN, PHY_CLK_CTRL);
85 struct ufs_hisi_host *host = ufshcd_get_variant(hba); local
88 if (!IS_ERR(host->rst))
89 reset_control_assert(host->rst);
92 ufs_sys_ctrl_set_bits(host, BIT_UFS_PSW_MTCMOS_E
142 struct ufs_hisi_host *host = ufshcd_get_variant(hba); local
254 struct ufs_hisi_host *host = ufshcd_get_variant(hba); local
303 struct ufs_hisi_host *host = ufshcd_get_variant(hba); local
409 struct ufs_hisi_host *host = ufshcd_get_variant(hba); local
434 struct ufs_hisi_host *host = ufshcd_get_variant(hba); local
448 ufs_hisi_get_resource(struct ufs_hisi_host *host) argument
472 struct ufs_hisi_host *host; local
523 struct ufs_hisi_host *host; local
[all...]
H A Dufs-mediatek.c95 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
97 return !!(host->caps & UFS_MTK_CAP_BOOST_CRYPT_ENGINE);
102 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
104 return !!(host->caps & UFS_MTK_CAP_VA09_PWR_CTRL);
109 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
111 return !!(host->caps & UFS_MTK_CAP_BROKEN_VCC);
116 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
118 return !!(host->caps & UFS_MTK_CAP_PMC_VIA_FASTAUTO);
171 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
173 reset_control_assert(host
198 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
211 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
245 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
283 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
332 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
346 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
424 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
479 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
549 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
596 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
607 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
635 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
652 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
670 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
700 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
743 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
778 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
880 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
923 struct ufs_mtk_host *host; local
1026 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
1100 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
1533 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
1606 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
1640 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
1668 struct ufs_mtk_host *host = ufshcd_get_variant(hba); local
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.c31 io_req->port->lport->host)
32 shost_printk(KERN_INFO, io_req->port->lport->host,
54 if (tgt && tgt->port && tgt->port->lport && tgt->port->lport->host &&
56 shost_printk(KERN_INFO, tgt->port->lport->host,
78 if (lport && lport->host)
79 shost_printk(KERN_INFO, lport->host, PFX "%pV", &vaf);
/linux-master/drivers/mmc/host/
H A Dmxs-mmc.c24 #include <linux/mmc/host.h>
63 struct mxs_mmc_host *host = mmc_priv(mmc); local
64 struct mxs_ssp *ssp = &host->ssp;
67 if (host->broken_cd)
84 static int mxs_mmc_reset(struct mxs_mmc_host *host) argument
86 struct mxs_ssp *ssp = &host->ssp;
110 if (host->sdio_irq_en) {
120 static void mxs_mmc_start_cmd(struct mxs_mmc_host *host,
123 static void mxs_mmc_request_done(struct mxs_mmc_host *host) argument
125 struct mmc_command *cmd = host
170 struct mxs_mmc_host *host = param; local
177 struct mxs_mmc_host *host = dev_id; local
213 mxs_mmc_prep_dma( struct mxs_mmc_host *host, unsigned long flags) argument
248 mxs_mmc_bc(struct mxs_mmc_host *host) argument
282 mxs_mmc_ac(struct mxs_mmc_host *host) argument
343 mxs_mmc_adtc(struct mxs_mmc_host *host) argument
456 mxs_mmc_start_cmd(struct mxs_mmc_host *host, struct mmc_command *cmd) argument
483 struct mxs_mmc_host *host = mmc_priv(mmc); local
496 struct mxs_mmc_host *host = mmc_priv(mmc); local
511 struct mxs_mmc_host *host = mmc_priv(mmc); local
562 struct mxs_mmc_host *host; local
679 struct mxs_mmc_host *host = mmc_priv(mmc); local
696 struct mxs_mmc_host *host = mmc_priv(mmc); local
706 struct mxs_mmc_host *host = mmc_priv(mmc); local
[all...]
H A Dsdhci-omap.c113 struct sdhci_host *host; member in struct:sdhci_omap_host
139 static inline u32 sdhci_omap_readl(struct sdhci_omap_host *host, argument
142 return readl(host->base + host->omap_offset + offset);
145 static inline void sdhci_omap_writel(struct sdhci_omap_host *host, argument
148 writel(data, host->base + host->omap_offset + offset);
196 struct sdhci_host *host = omap_host->host; local
197 struct mmc_host *mmc = host
265 struct sdhci_host *host = mmc_priv(mmc); local
318 struct sdhci_host *host = mmc_priv(mmc); local
503 struct sdhci_host *host = mmc_priv(mmc); local
550 struct sdhci_host *host = mmc_priv(mmc); local
654 struct sdhci_host *host = mmc_priv(mmc); local
667 sdhci_omap_calc_divisor(struct sdhci_pltfm_host *host, unsigned int clock) argument
697 sdhci_omap_set_clock(struct sdhci_host *host, unsigned int clock) argument
715 sdhci_omap_set_power(struct sdhci_host *host, unsigned char mode, unsigned short vdd) argument
740 sdhci_omap_enable_dma(struct sdhci_host *host) argument
757 sdhci_omap_get_min_clock(struct sdhci_host *host) argument
764 sdhci_omap_set_bus_width(struct sdhci_host *host, int width) argument
780 sdhci_omap_init_74_clocks(struct sdhci_host *host, u8 power_mode) argument
820 sdhci_omap_set_uhs_signaling(struct sdhci_host *host, unsigned int timing) argument
841 sdhci_omap_reset(struct sdhci_host *host, u8 mask) argument
886 sdhci_omap_irq(struct sdhci_host *host, u32 intmask) argument
919 sdhci_omap_set_timeout(struct sdhci_host *host, struct mmc_command *cmd) argument
964 sdhci_omap_set_capabilities(struct sdhci_host *host) argument
1115 struct sdhci_host *host = omap_host->host; local
1217 struct sdhci_host *host; local
1399 struct sdhci_host *host = platform_get_drvdata(pdev); local
1438 struct sdhci_host *host = dev_get_drvdata(dev); local
1457 struct sdhci_host *host = dev_get_drvdata(dev); local
[all...]
H A Dmmci_qcom_dml.c9 #include <linux/mmc/host.h>
48 static int qcom_dma_start(struct mmci_host *host, unsigned int *datactrl) argument
51 void __iomem *base = host->base + DML_OFFSET;
52 struct mmc_data *data = host->data;
53 int ret = mmci_dmae_start(host, datactrl);
119 static int qcom_dma_setup(struct mmci_host *host) argument
124 struct device_node *np = host->mmc->parent->of_node;
126 if (mmci_dmae_setup(host))
133 mmci_dmae_release(host);
137 base = host
182 qcom_get_dctrl_cfg(struct mmci_host *host) argument
199 qcom_variant_init(struct mmci_host *host) argument
[all...]
H A Dsdhci-cadence.c11 #include <linux/mmc/host.h>
186 static void *sdhci_cdns_priv(struct sdhci_host *host) argument
188 struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
193 static unsigned int sdhci_cdns_get_timeout_clock(struct sdhci_host *host) argument
199 return host->max_clk;
221 static int sdhci_cdns_set_tune_val(struct sdhci_host *host, unsigned int val) argument
223 struct sdhci_cdns_priv *priv = sdhci_cdns_priv(host);
258 static int sdhci_cdns_execute_tuning(struct sdhci_host *host, u32 opcode) argument
269 if (host->timing != MMC_TIMING_MMC_HS200 &&
270 host
294 sdhci_cdns_set_uhs_signaling(struct sdhci_host *host, unsigned int timing) argument
348 elba_write_l(struct sdhci_host *host, u32 val, int reg) argument
353 elba_write_w(struct sdhci_host *host, u16 val, int reg) argument
367 elba_write_b(struct sdhci_host *host, u8 val, int reg) argument
394 struct sdhci_host *host = platform_get_drvdata(pdev); local
445 struct sdhci_host *host = mmc_priv(mmc); local
464 struct sdhci_host *host = mmc_priv(mmc); local
480 struct sdhci_host *host; local
559 struct sdhci_host *host = dev_get_drvdata(dev); local
[all...]
/linux-master/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c77 ret = msm_dsi_host_register(msm_dsi->host);
82 msm_dsi_host_set_phy_mode(msm_dsi->host, msm_dsi->phy);
88 /* Register slave host first, so that slave DSI device
91 * Also, do not check defer for the slave host,
95 ret = msm_dsi_host_register(slave_link_dsi->host);
98 ret = msm_dsi_host_register(master_link_dsi->host);
107 msm_dsi_host_set_phy_mode(msm_dsi->host, msm_dsi->phy);
108 msm_dsi_host_set_phy_mode(other_dsi->host, other_dsi->phy);
120 msm_dsi_host_get_phy_clk_req(msm_dsi->host, &clk_req, is_bonded_dsi);
141 msm_dsi_host_reset_phy(mdsi->host);
206 struct mipi_dsi_host *host = msm_dsi->host; local
256 struct mipi_dsi_host *host = msm_dsi->host; local
273 struct mipi_dsi_host *host = msm_dsi->host; local
329 struct mipi_dsi_host *host = msm_dsi->host; local
382 struct mipi_dsi_host *host = msm_dsi->host; local
401 struct mipi_dsi_host *host = msm_dsi->host; local
514 struct mipi_dsi_host *host = msm_dsi->host; local
560 struct mipi_dsi_host *host = msm_dsi->host; local
[all...]
/linux-master/drivers/spi/
H A Dspi-bcm2835aux.c234 struct spi_controller *host = dev_id; local
235 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host);
254 spi_finalize_current_transfer(host);
260 static int __bcm2835aux_spi_transfer_one_irq(struct spi_controller *host, argument
264 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host);
275 static int bcm2835aux_spi_transfer_one_irq(struct spi_controller *host, argument
279 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host);
297 return __bcm2835aux_spi_transfer_one_irq(host, spi, tfr);
300 static int bcm2835aux_spi_transfer_one_poll(struct spi_controller *host, argument
304 struct bcm2835aux_spi *bs = spi_controller_get_devdata(host);
340 bcm2835aux_spi_transfer_one(struct spi_controller *host, struct spi_device *spi, struct spi_transfer *tfr) argument
401 bcm2835aux_spi_prepare_message(struct spi_controller *host, struct spi_message *msg) argument
425 bcm2835aux_spi_unprepare_message(struct spi_controller *host, struct spi_message *msg) argument
435 bcm2835aux_spi_handle_err(struct spi_controller *host, struct spi_message *msg) argument
476 struct spi_controller *host; local
558 struct spi_controller *host = platform_get_drvdata(pdev); local
[all...]
H A Dspi-uniphier.c29 struct spi_controller *host; member in struct:uniphier_spi_priv
349 static bool uniphier_spi_can_dma(struct spi_controller *host, argument
353 struct uniphier_spi_priv *priv = spi_controller_get_devdata(host);
356 if ((!host->dma_tx && !host->dma_rx)
357 || (!host->dma_tx && t->tx_buf)
358 || (!host->dma_rx && t->rx_buf))
366 struct spi_controller *host = data; local
367 struct uniphier_spi_priv *priv = spi_controller_get_devdata(host);
373 spi_finalize_current_transfer(host);
378 struct spi_controller *host = data; local
388 uniphier_spi_transfer_one_dma(struct spi_controller *host, struct spi_device *spi, struct spi_transfer *t) argument
471 uniphier_spi_transfer_one_irq(struct spi_controller *host, struct spi_device *spi, struct spi_transfer *t) argument
498 uniphier_spi_transfer_one_poll(struct spi_controller *host, struct spi_device *spi, struct spi_transfer *t) argument
526 uniphier_spi_transfer_one(struct spi_controller *host, struct spi_device *spi, struct spi_transfer *t) argument
556 uniphier_spi_prepare_transfer_hardware(struct spi_controller *host) argument
565 uniphier_spi_unprepare_transfer_hardware(struct spi_controller *host) argument
574 uniphier_spi_handle_err(struct spi_controller *host, struct spi_message *msg) argument
644 struct spi_controller *host; local
780 struct spi_controller *host = platform_get_drvdata(pdev); local
[all...]
H A Dspi-hisi-kunpeng.c165 struct spi_controller *host; local
167 host = container_of(hs->dev, struct spi_controller, dev);
168 snprintf(name, 32, "hisi_spi%d", host->bus_num);
292 static u32 hisi_calc_effective_speed(struct spi_controller *host, argument
298 chip->clk_div = DIV_ROUND_UP(host->max_speed_hz, speed_hz) + 1;
303 effective_speed = host->max_speed_hz / chip->clk_div;
337 struct spi_controller *host = dev_id; local
338 struct hisi_spi *hs = spi_controller_get_devdata(host);
344 if (!host->cur_msg)
350 host
374 hisi_spi_transfer_one(struct spi_controller *host, struct spi_device *spi, struct spi_transfer *transfer) argument
410 hisi_spi_handle_err(struct spi_controller *host, struct spi_message *msg) argument
453 struct spi_controller *host; local
526 struct spi_controller *host = platform_get_drvdata(pdev); local
[all...]
H A Dspi-meson-spifc.c70 * @host: the SPI host
76 struct spi_controller *host; member in struct:meson_spifc
240 * @host: the SPI host
245 static int meson_spifc_transfer_one(struct spi_controller *host, argument
249 struct meson_spifc *spifc = spi_controller_get_devdata(host);
259 spi_transfer_is_last(host, xfer),
287 struct spi_controller *host; local
293 host
360 struct spi_controller *host = dev_get_drvdata(dev); local
376 struct spi_controller *host = dev_get_drvdata(dev); local
399 struct spi_controller *host = dev_get_drvdata(dev); local
409 struct spi_controller *host = dev_get_drvdata(dev); local
[all...]
H A Dspi-jcore.c36 struct spi_controller *host; member in struct:jcore_spi
62 dev_err(hw->host->dev.parent,
73 dev_dbg(hw->host->dev.parent, "chipselect %d\n", spi_get_chipselect(spi, 0));
93 dev_dbg(hw->host->dev.parent, "speed=%d reg=0x%x\n",
97 static int jcore_spi_txrx(struct spi_controller *host, struct spi_device *spi, argument
100 struct jcore_spi *hw = spi_controller_get_devdata(host);
133 spi_finalize_current_transfer(host);
145 struct spi_controller *host; local
151 host = spi_alloc_host(&pdev->dev, sizeof(struct jcore_spi));
152 if (!host)
[all...]
H A Dspi-xtensa-xtfpga.c84 struct spi_controller *host; local
86 host = devm_spi_alloc_host(&pdev->dev, sizeof(struct xtfpga_spi));
87 if (!host)
90 host->flags = SPI_CONTROLLER_NO_RX;
91 host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 16);
92 host->bus_num = pdev->dev.id;
93 host->dev.of_node = pdev->dev.of_node;
95 xspi = spi_controller_get_devdata(host);
96 xspi->bitbang.ctlr = host;
116 platform_set_drvdata(pdev, host);
122 struct spi_controller *host = platform_get_drvdata(pdev); local
[all...]
/linux-master/drivers/staging/media/atomisp/
H A DMakefile52 pci/isp/kernels/aa/aa_2/ia_css_aa2.host.o \
53 pci/isp/kernels/anr/anr_1.0/ia_css_anr.host.o \
54 pci/isp/kernels/anr/anr_2/ia_css_anr2.host.o \
55 pci/isp/kernels/anr/anr_2/ia_css_anr2_table.host.o \
56 pci/isp/kernels/bh/bh_2/ia_css_bh.host.o \
57 pci/isp/kernels/bnlm/ia_css_bnlm.host.o \
58 pci/isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.o \
59 pci/isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.o \
60 pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.o \
61 pci/isp/kernels/cnr/cnr_2/ia_css_cnr2.host
[all...]
/linux-master/drivers/scsi/arm/
H A Darxescsi.c62 * Function: int arxescsi_dma_setup(host, SCpnt, direction, min_type)
64 * Params : host - host
71 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, argument
109 * Function: int arxescsi_dma_pseudo(host, SCpnt, direction, transfer)
111 * Params : host - host
117 arxescsi_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp, argument
120 struct arxescsi_info *info = (struct arxescsi_info *)host->hostdata;
198 * Function: int arxescsi_dma_stop(host, SCpn
203 arxescsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) argument
216 arxescsi_info(struct Scsi_Host *host) argument
229 arxescsi_show_info(struct seq_file *m, struct Scsi_Host *host) argument
260 struct Scsi_Host *host; local
323 struct Scsi_Host *host = ecard_get_drvdata(ec); local
[all...]
H A Dpowertec.c97 /* Prototype: void powertecscsi_terminator_ctl(host, on_off)
99 * Params : host - card to turn on/off
103 powertecscsi_terminator_ctl(struct Scsi_Host *host, int on_off) argument
105 struct powertec_info *info = (struct powertec_info *)host->hostdata;
123 /* Prototype: fasdmatype_t powertecscsi_dma_setup(host, SCpnt, direction, min_type)
125 * Params : host - host
132 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, argument
135 struct powertec_info *info = (struct powertec_info *)host->hostdata;
136 struct device *dev = scsi_get_device(host);
175 powertecscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) argument
187 powertecscsi_info(struct Scsi_Host *host) argument
207 powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length) argument
242 powertecscsi_show_info(struct seq_file *m, struct Scsi_Host *host) argument
261 struct Scsi_Host *host = ecard_get_drvdata(ec); local
271 struct Scsi_Host *host = ecard_get_drvdata(ec); local
305 struct Scsi_Host *host; local
404 struct Scsi_Host *host = ecard_get_drvdata(ec); local
[all...]
/linux-master/drivers/scsi/
H A Dsgiwd93.c45 #define host_to_hostdata(host) ((struct ip22_hostdata *)((host)->hostdata))
59 struct Scsi_Host * host = dev_id; local
62 spin_lock_irqsave(host->host_lock, flags);
63 wd33c93_intr(host);
64 spin_unlock_irqrestore(host->host_lock, flags);
111 struct ip22_hostdata *hdata = host_to_hostdata(cmd->device->host);
113 (struct hpc3_scsiregs *) cmd->device->host->base;
155 hregs = (struct hpc3_scsiregs *) SCpnt->device->host->base;
228 struct Scsi_Host *host; local
296 struct Scsi_Host *host = platform_get_drvdata(pdev); local
[all...]
H A Dzalon.c96 struct Scsi_Host *host; local
137 host = ncr_attach(&zalon7xx_template, unit, &device);
138 if (!host)
141 if (request_irq(dev->irq, ncr53c8xx_intr, IRQF_SHARED, "zalon", host)) {
149 dev_set_drvdata(&dev->dev, host);
151 error = scsi_add_host(host, &dev->dev);
155 scsi_scan_host(host);
159 free_irq(dev->irq, host);
161 ncr53c8xx_release(host);
174 struct Scsi_Host *host local
[all...]
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_attr.c6 ** Description: attributes exported to sysfs and device host
68 struct Scsi_Host *host = class_to_shost(dev); local
69 struct AdapterControlBlock *acb = (struct AdapterControlBlock *) host->hostdata;
115 struct Scsi_Host *host = class_to_shost(dev); local
116 struct AdapterControlBlock *acb = (struct AdapterControlBlock *) host->hostdata;
163 struct Scsi_Host *host = class_to_shost(dev); local
164 struct AdapterControlBlock *acb = (struct AdapterControlBlock *) host->hostdata;
220 struct Scsi_Host *host = acb->host; local
223 error = sysfs_create_bin_file(&host
249 struct Scsi_Host *host = acb->host; local
270 struct Scsi_Host *host = class_to_shost(dev); local
282 struct Scsi_Host *host = class_to_shost(dev); local
294 struct Scsi_Host *host = class_to_shost(dev); local
306 struct Scsi_Host *host = class_to_shost(dev); local
318 struct Scsi_Host *host = class_to_shost(dev); local
331 struct Scsi_Host *host = class_to_shost(dev); local
344 struct Scsi_Host *host = class_to_shost(dev); local
357 struct Scsi_Host *host = class_to_shost(dev); local
370 struct Scsi_Host *host = class_to_shost(dev); local
[all...]

Completed in 360 milliseconds

1234567891011>>