Searched refs:host (Results 226 - 250 of 632) sorted by relevance

1234567891011>>

/drivers/ata/
H A Dahci.h85 HOST_CAP = 0x00, /* host capabilities */
86 HOST_CTL = 0x04, /* global host control */
92 HOST_CAP2 = 0x24, /* host capabilities, extended */
149 PORT_IRQ_HBUS_ERR = (1 << 29), /* host bus fatal error */
150 PORT_IRQ_HBUS_DATA_ERR = (1 << 28), /* host bus data error */
347 * be overridden anytime before the host is activated.
374 void ahci_init_controller(struct ata_host *host);
375 int ahci_reset_controller(struct ata_host *host);
390 int ahci_reset_em(struct ata_host *host);
391 void ahci_print_info(struct ata_host *host, cons
396 __ahci_port_base(struct ata_host *host, unsigned int port_no) argument
[all...]
H A Dsata_highbank.c143 struct ahci_host_priv *hpriv = ap->host->private_data;
405 struct ahci_host_priv *hpriv = ap->host->private_data;
470 struct ata_host *host; local
517 /* prepare host */
538 host = ata_host_alloc_pinfo(dev, ppi, n_ports);
539 if (!host) {
544 host->private_data = hpriv;
547 host->flags |= ATA_HOST_PARALLEL_SCAN;
549 for (i = 0; i < host->n_ports; i++) {
550 struct ata_port *ap = host
583 struct ata_host *host = dev_get_drvdata(dev); local
613 struct ata_host *host = dev_get_drvdata(dev); local
[all...]
H A Dsata_mv.c297 FISCFG_WAIT_DEV_ERR = (1 << 8), /* wait for host on DevErr */
593 void (*reset_bus)(struct ata_host *host, void __iomem *mmio);
620 static void mv5_reset_bus(struct ata_host *host, void __iomem *mmio);
638 static void mv_soc_reset_bus(struct ata_host *host, void __iomem *mmio);
641 static void mv_reset_pci_bus(struct ata_host *host, void __iomem *mmio);
924 static inline void __iomem *mv_host_base(struct ata_host *host) argument
926 struct mv_host_priv *hpriv = host->private_data;
932 return mv_port_base(mv_host_base(ap->host), ap->port_no);
1044 static void mv_set_main_irq_mask(struct ata_host *host, argument
1047 struct mv_host_priv *hpriv = host
1095 mv_set_irq_coalescing(struct ata_host *host, unsigned int count, unsigned int usecs) argument
1563 struct ata_host *host = ap->host; local
1578 struct ata_host *host = ap->host; local
2886 mv_host_intr(struct ata_host *host, u32 main_irq_cause) argument
2951 mv_pci_error(struct ata_host *host, void __iomem *mmio) argument
3007 struct ata_host *host = dev_instance; local
3086 mv5_reset_bus(struct ata_host *host, void __iomem *mmio) argument
3221 mv_reset_pci_bus(struct ata_host *host, void __iomem *mmio) argument
3500 mv_soc_reset_bus(struct ata_host *host, void __iomem *mmio) argument
3732 mv_in_pcix_mode(struct ata_host *host) argument
3746 mv_pci_cut_through_okay(struct ata_host *host) argument
3760 mv_60x1b2_errata_pci7(struct ata_host *host) argument
3772 mv_chip_id(struct ata_host *host, unsigned int board_idx) argument
3926 mv_init_host(struct ata_host *host) argument
4057 struct ata_host *host; local
4205 struct ata_host *host = platform_get_drvdata(pdev); local
4228 struct ata_host *host = platform_get_drvdata(pdev); local
4237 struct ata_host *host = platform_get_drvdata(pdev); local
4350 mv_print_info(struct ata_host *host) argument
4395 struct ata_host *host; local
4463 struct ata_host *host = pci_get_drvdata(pdev); local
[all...]
H A Dpata_macio.c240 struct ata_host *host; member in struct:pata_macio_priv
796 struct ata_port *ap = ata_shost_to_port(sdev->host);
854 rc = ata_host_suspend(priv->host, mesg);
899 pata_macio_apply_timings(priv->host->ports[0], 0);
905 ata_host_resume(priv->host);
1050 /* Allocate libata host for 1 port */
1057 priv->host = ata_host_alloc_pinfo(priv->dev, ppi, 1);
1058 if (priv->host == NULL) {
1063 /* Setup the private data in host too */
1064 priv->host
1192 struct ata_host *host = macio_get_drvdata(mdev); local
1212 struct ata_host *host = macio_get_drvdata(mdev); local
1219 struct ata_host *host = macio_get_drvdata(mdev); local
1228 struct ata_host *host = macio_get_drvdata(mdev); local
1310 struct ata_host *host = pci_get_drvdata(pdev); local
1318 struct ata_host *host = pci_get_drvdata(pdev); local
1325 struct ata_host *host = pci_get_drvdata(pdev); local
[all...]
H A Dpata_icside.c189 struct pata_icside_state *state = ap->host->private_data;
222 struct pata_icside_state *state = ap->host->private_data;
247 struct pata_icside_state *state = ap->host->private_data;
256 struct pata_icside_state *state = ap->host->private_data;
266 struct pata_icside_state *state = ap->host->private_data;
304 struct pata_icside_state *state = ap->host->private_data;
439 struct ata_host *host; local
454 host = ata_host_alloc(&ec->dev, info->nr_ports);
455 if (!host)
458 host
553 struct ata_host *host = ecard_get_drvdata(ec); local
579 struct ata_host *host = ecard_get_drvdata(ec); local
[all...]
H A Dlibahci.c54 MODULE_PARM_DESC(skip_host_reset, "skip global host reset (0=don't skip, 1=skip)");
231 struct ahci_host_priv *hpriv = ap->host->private_data;
241 struct ahci_host_priv *hpriv = ap->host->private_data;
251 struct ahci_host_priv *hpriv = ap->host->private_data;
272 struct ahci_host_priv *hpriv = ap->host->private_data;
328 struct ahci_host_priv *hpriv = ap->host->private_data;
368 struct ahci_host_priv *hpriv = ap->host->private_data;
384 * @hpriv: host private area to store config values
408 /* Values prefixed with saved_ are written back to host after
519 * @host
526 ahci_restore_initial_config(struct ata_host *host) argument
836 ahci_reset_controller(struct ata_host *host) argument
957 ahci_reset_em(struct ata_host *host) argument
1143 ahci_init_controller(struct ata_host *host) argument
1831 struct ata_host *host = dev_instance; local
2323 ahci_print_info(struct ata_host *host, const char *scc_s) argument
2421 ahci_host_activate_multi_irqs(struct ata_host *host, int irq, struct scsi_host_template *sht) argument
2481 ahci_host_activate(struct ata_host *host, int irq, struct scsi_host_template *sht) argument
[all...]
H A Dlibata-core.c209 /* we just iterated over the host link, what's next? */
355 * the host link and all fan-out ports connected via PMP. If the
357 * first fan-out link not the host link. Device number 15 always
358 * points to the host link whether PMP is attached or not. If the
406 * the first device connected to the host link.
417 /* allow n.15/16 for devices attached to host port */
460 * the first device connected to the host link.
471 /* allow n.15/16 for devices attached to host port */
663 /* Unable to use DMA due to host limitation */
1986 if (ap->host
4369 struct ata_host *host = ap->host; local
5480 ata_host_suspend(struct ata_host *host, pm_message_t mesg) argument
5492 ata_host_resume(struct ata_host *host) argument
5622 ata_port_alloc(struct ata_host *host) argument
5673 struct ata_host *host = dev_get_drvdata(gendev); local
5716 struct ata_host *host; local
5781 struct ata_host *host; local
5872 struct ata_host *host = dev_get_drvdata(gendev); local
5954 ata_host_start(struct ata_host *host) argument
6025 ata_host_init(struct ata_host *host, struct device *dev, struct ata_port_operations *ops) argument
6108 ata_host_register(struct ata_host *host, struct scsi_host_template *sht) argument
6213 ata_host_activate(struct ata_host *host, int irq, irq_handler_t irq_handler, unsigned long irq_flags, struct scsi_host_template *sht) argument
6306 ata_host_detach(struct ata_host *host) argument
6332 struct ata_host *host = pci_get_drvdata(pdev); local
6401 struct ata_host *host = pci_get_drvdata(pdev); local
6415 struct ata_host *host = pci_get_drvdata(pdev); local
6440 struct ata_host *host = platform_get_drvdata(pdev); local
[all...]
/drivers/mmc/host/
H A Dsdhci-pci.h59 struct sdhci_host *host; member in struct:sdhci_pci_slot
71 void (*hw_reset)(struct sdhci_host *host);
83 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */
H A Dmmci_qcom_dml.c18 #include <linux/mmc/host.h>
57 void dml_start_xfer(struct mmci_host *host, struct mmc_data *data) argument
60 void __iomem *base = host->base + DML_OFFSET;
122 int dml_hw_init(struct mmci_host *host, struct device_node *np) argument
134 base = host->base + DML_OFFSET;
/drivers/scsi/
H A Dqlogicfas408.h85 struct Scsi_Host *shost; /* pointer back to host */
102 #define get_priv_by_cmd(x) (struct qlogicfas408_priv *)&((x)->device->host->hostdata[0])
112 const char *qlogicfas408_info(struct Scsi_Host *host);
H A Dimm.c2 * parallel port SCSI host adapter.
47 struct Scsi_Host *host; member in struct:__anon5495
56 static inline imm_struct *imm_dev(struct Scsi_Host *host) argument
58 return *(imm_struct **)&host->hostdata;
124 static int imm_write_info(struct Scsi_Host *host, char *buffer, int length) argument
126 imm_struct *dev = imm_dev(host);
136 static int imm_show_info(struct seq_file *m, struct Scsi_Host *host) argument
138 imm_struct *dev = imm_dev(host);
600 imm_struct *dev = imm_dev(cmd->device->host);
625 imm_struct *dev = imm_dev(cmd->device->host);
720 struct Scsi_Host *host = cmd->device->host; local
1126 struct Scsi_Host *host; local
[all...]
H A Dscsi_proc.c94 * scsi_proc_hostdir_add - Create directory in /proc for a scsi host
116 * scsi_proc_hostdir_rm - remove directory in /proc for a scsi host
134 * scsi_proc_host_add - Add entry for this host to appropriate /proc dir
135 * @shost: host to add
150 printk(KERN_ERR "%s: Failed to register host %d in"
156 * scsi_proc_host_rm - remove this host's entry from /proc
157 * @shost: which host
170 * proc_print_scsidevice - return data about this host
189 sdev->host->host_no, sdev->channel, sdev->id, sdev->lun);
229 * @host
242 scsi_add_single_device(uint host, uint channel, uint id, uint lun) argument
269 scsi_remove_single_device(uint host, uint channel, uint id, uint lun) argument
311 int host, channel, id, lun; local
[all...]
H A Dsun_esp.c115 struct Scsi_Host *host = esp->host; local
118 host->irq = op->archdata.irqs[0];
119 return request_irq(host->irq, scsi_esp_intr, IRQF_SHARED, "ESP", esp);
140 esp->host->this_id = esp->scsi_id;
303 esp->host->unique_id);
373 esp->host->unique_id);
405 "invalidate!\n", esp->host->unique_id);
493 struct Scsi_Host *host; local
497 host
[all...]
H A Dqlogicpti.c189 /* Wait for host IRQ bit to clear. */
315 static int qlogicpti_reset_hardware(struct Scsi_Host *host) argument
317 struct qlogicpti *qpti = (struct qlogicpti *) host->hostdata;
325 spin_lock_irqsave(host->host_lock, flags);
374 spin_unlock_irqrestore(host->host_lock, flags);
385 spin_unlock_irqrestore(host->host_lock, flags);
400 spin_unlock_irqrestore(host->host_lock, flags);
412 spin_unlock_irqrestore(host->host_lock, flags);
458 spin_unlock_irqrestore(host->host_lock, flags);
469 struct Scsi_Host *host local
835 qlogicpti_info(struct Scsi_Host *host) argument
957 update_can_queue(struct Scsi_Host *host, u_int in_ptr, u_int out_ptr) argument
1007 struct Scsi_Host *host = Cmnd->device->host; local
1218 struct Scsi_Host *host = Cmnd->device->host; local
1256 struct Scsi_Host *host = Cmnd->device->host; local
1298 struct Scsi_Host *host; local
[all...]
/drivers/usb/renesas_usbhs/
H A DKconfig11 Renesas USBHS is a discrete USB host and peripheral controller chip
/drivers/scsi/fnic/
H A Dfnic_res.c45 shost_printk(KERN_ERR, fnic->lport->host, \
146 shost_printk(KERN_INFO, fnic->lport->host,
152 shost_printk(KERN_INFO, fnic->lport->host,
155 shost_printk(KERN_INFO, fnic->lport->host,
158 shost_printk(KERN_INFO, fnic->lport->host,
161 shost_printk(KERN_INFO, fnic->lport->host,
164 shost_printk(KERN_INFO, fnic->lport->host,
167 shost_printk(KERN_INFO, fnic->lport->host,
170 shost_printk(KERN_INFO, fnic->lport->host,
173 shost_printk(KERN_INFO, fnic->lport->host,
[all...]
H A Dfnic.h113 * state_flags to identify host state along along with fnic's state
145 #define FNIC_MAIN_DBG(kern_level, host, fmt, args...) \
147 shost_printk(kern_level, host, fmt, ##args);)
149 #define FNIC_FCS_DBG(kern_level, host, fmt, args...) \
151 shost_printk(kern_level, host, fmt, ##args);)
153 #define FNIC_SCSI_DBG(kern_level, host, fmt, args...) \
155 shost_printk(kern_level, host, fmt, ##args);)
157 #define FNIC_ISR_DBG(kern_level, host, fmt, args...) \
159 shost_printk(kern_level, host, fmt, ##args);)
161 #define FNIC_MAIN_NOTE(kern_level, host, fm
[all...]
H A Dfnic_fcs.c72 fnic_fc_trace_set_data(fnic->lport->host->host_no,
81 fnic->lport->host->host_no,
86 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host,
92 fnic->lport->host->host_no,
101 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host,
108 fnic->lport->host->host_no, FNIC_FC_LE,
119 fnic->lport->host->host_no,
125 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, "link up\n");
126 fnic_fc_trace_set_data(fnic->lport->host->host_no, FNIC_FC_LE,
133 FNIC_FCS_DBG(KERN_DEBUG, fnic->lport->host, "lin
[all...]
/drivers/gpu/host1x/hw/
H A Dchannel_hw.c72 struct host1x *host = dev_get_drvdata(job->channel->dev->parent); local
73 struct host1x_syncpt *sp = host->syncpt + job->syncpt_id;
95 struct host1x *host = dev_get_drvdata(ch->dev->parent); local
97 sp = host->syncpt + job->syncpt_id;
127 * Force serialization by inserting a host wait for the
159 err = host1x_intr_add_action(host, job->syncpt_id, syncval,
/drivers/ide/
H A Dfalconide.c139 struct ide_host *host; local
155 host = ide_host_alloc(&falconide_port_info, hws, 1);
156 if (host == NULL) {
162 rc = ide_host_register(host, &falconide_port_info, hws);
170 ide_host_free(host);
H A Dgayle.c126 struct ide_host *host; local
156 error = ide_host_add(&d, hws, i, &host);
160 platform_set_drvdata(pdev, host);
170 struct ide_host *host = platform_get_drvdata(pdev); local
173 ide_host_remove(host);
H A Dide_platform.c54 struct ide_host *host; local
104 ret = ide_host_add(&d, hws, 1, &host);
108 platform_set_drvdata(pdev, host);
118 struct ide_host *host = dev_get_drvdata(&pdev->dev); local
120 ide_host_remove(host);
/drivers/infiniband/hw/amso1100/
H A Dc2_mq.c46 (struct c2wr_hdr *) (q->msg_pool.host + q->priv * q->msg_size);
53 return q->msg_pool.host + q->priv * q->msg_size;
81 (q->msg_pool.host + q->priv * q->msg_size);
87 return q->msg_pool.host + q->priv * q->msg_size;
167 q->msg_pool.host = pool_start;
/drivers/scsi/ufs/
H A Dufshcd.c276 * the host controller
358 * @reg: Register value of host controller status
485 * host controller that it can process the requests
525 spin_lock_irqsave(hba->host->host_lock, flags);
527 spin_unlock_irqrestore(hba->host->host_lock, flags);
531 spin_unlock_irqrestore(hba->host->host_lock, flags);
551 scsi_unblock_requests(hba->host);
567 spin_lock_irqsave(hba->host->host_lock, flags);
585 scsi_block_requests(hba->host);
599 spin_unlock_irqrestore(hba->host
1266 ufshcd_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd) argument
3590 struct Scsi_Host *host; local
3669 struct Scsi_Host *host; local
3725 struct Scsi_Host *host; local
5296 struct Scsi_Host *host; local
5440 struct Scsi_Host *host = hba->host; local
[all...]
/drivers/mmc/core/
H A Dsdio_io.c13 #include <linux/mmc/host.h>
32 mmc_claim_host(func->card->host);
48 mmc_release_host(func->card->host);
146 * and the host, with a maximum of 512 to ensure that arbitrarily sized
154 * Returns 0 on success, -EINVAL if the host does not support the
163 if (blksz > func->card->host->max_blk_size)
167 blksz = min(func->max_blksize, func->card->host->max_blk_size);
191 unsigned mval = func->card->host->max_blk_size;
312 /* Blocks per command is limited by host count, host transfe
741 struct mmc_host *host; local
[all...]

Completed in 7624 milliseconds

1234567891011>>