Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dstorvsc_drv.c929 struct hv_host_device *host_dev = shost_priv(host); in storvsc_handle_error() local
997 queue_work(host_dev->handle_error_wq, &wrk->work); in storvsc_handle_error()
1125 struct hv_host_device *host_dev; in storvsc_on_receive() local
1133 host_dev = shost_priv(stor_device->host); in storvsc_on_receive()
1135 host_dev->handle_error_wq, &host_dev->host_scan_work); in storvsc_on_receive()
1473 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_host_reset_handler() local
1474 struct hv_device *device = host_dev->dev; in storvsc_host_reset_handler()
1561 struct hv_host_device *host_dev = shost_priv(host); in storvsc_queuecommand() local
1562 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1629 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
[all …]
/Linux-v5.4/drivers/usb/cdns3/
Dhost.c31 cdns->host_dev = xhci; in __cdns3_host_init()
54 platform_device_unregister(cdns->host_dev); in cdns3_host_exit()
55 cdns->host_dev = NULL; in cdns3_host_exit()
Dcore.h85 struct platform_device *host_dev; member
/Linux-v5.4/drivers/ide/
Dide.c74 struct device *host_dev; in ide_device_get() local
80 host_dev = drive->hwif->host->dev[0]; in ide_device_get()
81 module = host_dev ? host_dev->driver->owner : NULL; in ide_device_get()
102 struct device *host_dev = drive->hwif->host->dev[0]; in ide_device_put() local
103 struct module *module = host_dev ? host_dev->driver->owner : NULL; in ide_device_put()
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dmirror_gre_bridge_1q_lag.sh220 local host_dev=$1; shift
237 setup_wait_dev $host_dev
240 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $host_dev 1 10
/Linux-v5.4/include/linux/platform_data/
Ddsa.h16 struct device *host_dev; member
/Linux-v5.4/drivers/usb/gadget/udc/
Drenesas_usb3.c342 struct device *host_dev; member
2359 struct device *host = usb3->host_dev; in handle_ext_role_switch_states()
2411 struct device *host = usb3->host_dev; in handle_role_switch_states()
2825 usb3->host_dev = usb_of_get_companion_dev(&pdev->dev); in renesas_usb3_probe()
2826 if (!usb3->host_dev) { in renesas_usb3_probe()