Searched refs:shost_gendev (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhosts.c48 put_device(&class_to_shost(class_dev)->shost_gendev);
177 transport_unregister_device(&shost->shost_gendev);
179 device_del(&shost->shost_gendev);
206 if (!shost->shost_gendev.parent)
207 shost->shost_gendev.parent = dev ? dev : &platform_bus;
209 error = device_add(&shost->shost_gendev);
214 get_device(shost->shost_gendev.parent);
220 get_device(&shost->shost_gendev);
251 device_del(&shost->shost_gendev);
372 device_initialize(&shost->shost_gendev);
[all...]
H A Dscsi_tgt_lib.c84 if (!get_device(&shost->shost_gendev))
123 put_device(&shost->shost_gendev);
154 __scsi_put_command(shost, cmd, &shost->shost_gendev);
H A Dscsi_scan.c1430 struct device *parent = &shost->shost_gendev;
1580 __scsi_scan_target(&shost->shost_gendev, channel,
1584 __scsi_scan_target(&shost->shost_gendev, channel,
1803 starget = scsi_alloc_target(&shost->shost_gendev, 0, shost->this_id);
H A Dscsi_transport_fc.c1788 put_device(&shost->shost_gendev); /* for fc_host->rport list */
1852 get_device(&shost->shost_gendev); /* for fc_host->rport list */
1858 dev->parent = get_device(&shost->shost_gendev); /* parent reference */
1884 put_device(&shost->shost_gendev); /* for fc_host->rport list */
H A Dscsi_sysfs.c920 transport_register_device(&shost->shost_gendev);
H A Dscsi_transport_iscsi.c287 session->dev.parent = &shost->shost_gendev;
H A Dscsi_transport_sas.c229 sas_remove_children(&shost->shost_gendev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_host.h640 struct device shost_gendev; member in struct:Scsi_Host
671 dev_printk(prefix, &(shost)->shost_gendev, fmt, ##a)
683 return container_of(dev, struct Scsi_Host, shost_gendev);
711 return shost->shost_gendev.parent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_phy.c151 phy->phy = sas_phy_alloc(&sas_ha->core.shost->shost_gendev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_attr.c409 ret = sysfs_create_bin_file(&host->shost_gendev.kobj,
428 sysfs_remove_bin_file(&host->shost_gendev.kobj,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptspi.c1100 scsi_scan_target(&hd->ioc->sh->shost_gendev, 1, disk, 0, 1);
H A Dmptsas.c2033 mptsas_probe_one_phy(&ioc->sh->shost_gendev,
2108 parent = &ioc->sh->shost_gendev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c1566 scsi_scan_target(&target->scsi_host->shost_gendev,

Completed in 108 milliseconds