Searched refs:host_dev (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide.c73 struct device *host_dev; local
79 host_dev = drive->hwif->host->dev[0];
80 module = host_dev ? host_dev->driver->owner : NULL;
101 struct device *host_dev = drive->hwif->host->dev[0]; local
102 struct module *module = host_dev ? host_dev->driver->owner : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dhosts.c160 h->host_dev.parent = &h->device;
161 h->host_dev.class = &hpsb_host_class;
162 dev_set_name(&h->host_dev, "fw-host%d", h->id);
166 if (device_register(&h->host_dev)) {
206 device_unregister(&host->host_dev);
H A Dhosts.h59 struct device host_dev; member in struct:hpsb_host
H A Dnodemgr.c162 put_device(&container_of((dev), struct hpsb_host, host_dev)->device);
1757 host = container_of(dev, struct hpsb_host, host_dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_lib.c1588 struct device *host_dev; local
1600 host_dev = scsi_get_device(shost);
1601 if (host_dev && host_dev->dma_mask)
1602 bounce_limit = *host_dev->dma_mask;

Completed in 185 milliseconds