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

/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;
/drivers/scsi/
H A Dstorvsc_drv.c1072 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); local
1079 struct hv_device *dev = host_dev->dev;
1478 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); local
1479 struct hv_device *device = host_dev->dev;
1562 struct hv_host_device *host_dev = shost_priv(host); local
1563 struct hv_device *dev = host_dev->dev;
1631 vm_srb->port_number = host_dev->port;
1760 struct hv_host_device *host_dev; local
1794 host_dev = shost_priv(host);
1795 memset(host_dev,
[all...]
H A Dscsi_lib.c1976 struct device *host_dev; local
1988 host_dev = scsi_get_device(shost);
1989 if (host_dev && host_dev->dma_mask)
1990 bounce_limit = (u64)dma_max_pfn(host_dev) << PAGE_SHIFT;
/drivers/net/dsa/
H A Dmv88e6060.c62 static char *mv88e6060_probe(struct device *host_dev, int sw_addr) argument
64 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev);
H A Dmv88e6123_61_65.c20 static char *mv88e6123_61_65_probe(struct device *host_dev, int sw_addr) argument
22 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev);
H A Dmv88e6131.c25 static char *mv88e6131_probe(struct device *host_dev, int sw_addr) argument
27 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev);
H A Dmv88e6171.c20 static char *mv88e6171_probe(struct device *host_dev, int sw_addr) argument
22 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev);
H A Dbcm_sf2.c133 static char *bcm_sf2_sw_probe(struct device *host_dev, int sw_addr) argument

Completed in 523 milliseconds