Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dstorvsc_drv.c931 struct hv_host_device *host_dev = shost_priv(host); in storvsc_handle_error() local
999 queue_work(host_dev->handle_error_wq, &wrk->work); in storvsc_handle_error()
1127 struct hv_host_device *host_dev; in storvsc_on_receive() local
1135 host_dev = shost_priv(stor_device->host); in storvsc_on_receive()
1137 host_dev->handle_error_wq, &host_dev->host_scan_work); in storvsc_on_receive()
1478 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_host_reset_handler() local
1479 struct hv_device *device = host_dev->dev; in storvsc_host_reset_handler()
1566 struct hv_host_device *host_dev = shost_priv(host); in storvsc_queuecommand() local
1567 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1634 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
[all …]
/Linux-v4.19/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-v4.19/net/dsa/
Dlegacy.c49 dsa_switch_probe(struct device *parent, struct device *host_dev, int sw_addr, in dsa_switch_probe() argument
67 name = ops->probe(parent, host_dev, sw_addr, priv); in dsa_switch_probe()
217 int index, struct device *parent, struct device *host_dev) in dsa_switch_setup() argument
229 ops = dsa_switch_probe(parent, host_dev, cd->sw_addr, &name, &priv); in dsa_switch_setup()
395 if (pd->chip[i].host_dev) in dsa_of_free_platform_data()
396 put_device(pd->chip[i].host_dev); in dsa_of_free_platform_data()
468 cd->host_dev = get_device(&mdio_bus->dev); in dsa_of_probe()
493 put_device(cd->host_dev); in dsa_of_probe()
494 cd->host_dev = &mdio_bus_switch->dev; in dsa_of_probe()
578 ds = dsa_switch_setup(dst, dev, i, parent, pd->chip[i].host_dev); in dsa_setup_dst()
/Linux-v4.19/tools/testing/selftests/net/forwarding/
Dmirror_gre_bridge_1q_lag.sh216 local host_dev=$1; shift
229 setup_wait_dev $host_dev
232 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $host_dev 1 10
/Linux-v4.19/drivers/net/dsa/
Dmv88e6060.c80 struct device *host_dev, int sw_addr, in mv88e6060_drv_probe() argument
83 struct mii_bus *bus = dsa_host_dev_to_mii_bus(host_dev); in mv88e6060_drv_probe()
/Linux-v4.19/include/net/
Ddsa.h55 struct device *host_dev; member
337 struct device *host_dev, int sw_addr,
/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c341 struct device *host_dev; member
2349 struct device *host = usb3->host_dev; in renesas_usb3_role_switch_set()
2725 usb3->host_dev = usb_of_get_companion_dev(&pdev->dev); in renesas_usb3_probe()
2726 if (!usb3->host_dev) { in renesas_usb3_probe()
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.c4445 struct device *host_dev, int sw_addr, in mv88e6xxx_drv_probe() argument
4452 bus = dsa_host_dev_to_mii_bus(host_dev); in mv88e6xxx_drv_probe()