Home
last modified time | relevance | path

Searched refs:host_dev (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/ide/
Dide.c73 struct device *host_dev; in ide_device_get() local
79 host_dev = drive->hwif->host->dev[0]; in ide_device_get()
80 module = host_dev ? host_dev->driver->owner : NULL; in ide_device_get()
101 struct device *host_dev = drive->hwif->host->dev[0]; in ide_device_put() local
102 struct module *module = host_dev ? host_dev->driver->owner : NULL; in ide_device_put()
/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c1103 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_command_completion() local
1108 struct hv_device *dev = host_dev->dev; in storvsc_command_completion()
1470 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_host_reset_handler() local
1471 struct hv_device *device = host_dev->dev; in storvsc_host_reset_handler()
1554 struct hv_host_device *host_dev = shost_priv(host); in storvsc_queuecommand() local
1555 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1608 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
1747 struct hv_host_device *host_dev; in storvsc_probe() local
1797 host_dev = shost_priv(host); in storvsc_probe()
1798 memset(host_dev, 0, sizeof(struct hv_host_device)); in storvsc_probe()
[all …]
Dscsi_lib.c2082 struct device *host_dev; in scsi_calculate_bounce_limit() local
2094 host_dev = scsi_get_device(shost); in scsi_calculate_bounce_limit()
2095 if (host_dev && host_dev->dma_mask) in scsi_calculate_bounce_limit()
2096 bounce_limit = (u64)dma_max_pfn(host_dev) << PAGE_SHIFT; in scsi_calculate_bounce_limit()
/linux-4.1.27/net/dsa/
Ddsa.c51 dsa_switch_probe(struct device *host_dev, int sw_addr, char **_name) in dsa_switch_probe() argument
66 name = drv->probe(host_dev, sw_addr); in dsa_switch_probe()
336 struct device *parent, struct device *host_dev) in dsa_switch_setup() argument
347 drv = dsa_switch_probe(host_dev, pd->sw_addr, &name); in dsa_switch_setup()
369 ds->master_dev = host_dev; in dsa_switch_setup()
626 cd->host_dev = &mdio_bus->dev; in dsa_of_probe()
718 ds = dsa_switch_setup(dst, i, parent, pd->chip[i].host_dev); in dsa_setup_dst()
/linux-4.1.27/drivers/net/dsa/
Dmv88e6123_61_65.c20 static char *mv88e6123_61_65_probe(struct device *host_dev, int sw_addr) in mv88e6123_61_65_probe() argument
22 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev); in mv88e6123_61_65_probe()
Dmv88e6131.c20 static char *mv88e6131_probe(struct device *host_dev, int sw_addr) in mv88e6131_probe() argument
22 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev); in mv88e6131_probe()
Dmv88e6171.c20 static char *mv88e6171_probe(struct device *host_dev, int sw_addr) in mv88e6171_probe() argument
22 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev); in mv88e6171_probe()
Dmv88e6060.c62 static char *mv88e6060_probe(struct device *host_dev, int sw_addr) in mv88e6060_probe() argument
64 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev); in mv88e6060_probe()
Dmv88e6352.c25 static char *mv88e6352_probe(struct device *host_dev, int sw_addr) in mv88e6352_probe() argument
27 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev); in mv88e6352_probe()
Dbcm_sf2.c134 static char *bcm_sf2_sw_probe(struct device *host_dev, int sw_addr) in bcm_sf2_sw_probe() argument
/linux-4.1.27/include/net/
Ddsa.h38 struct device *host_dev; member
204 char *(*probe)(struct device *host_dev, int sw_addr);
/linux-4.1.27/arch/arm/plat-orion/
Dcommon.c502 d->chip[i].host_dev = &orion_ge_mvmdio.dev; in orion_ge00_switch_init()