Searched refs:host_dev (Results 1 – 4 of 4) sorted by relevance
988 struct hv_host_device *host_dev = shost_priv(host); in storvsc_handle_error() local1076 queue_work(host_dev->handle_error_wq, &wrk->work); in storvsc_handle_error()1214 struct hv_host_device *host_dev; in storvsc_on_receive() local1222 host_dev = shost_priv(stor_device->host); in storvsc_on_receive()1224 host_dev->handle_error_wq, &host_dev->host_scan_work); in storvsc_on_receive()1637 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_host_reset_handler() local1638 struct hv_device *device = host_dev->dev; in storvsc_host_reset_handler()1720 struct hv_host_device *host_dev = shost_priv(host); in storvsc_queuecommand() local1721 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()1786 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()[all …]
16 struct device *host_dev; member
109 struct platform_device *host_dev; member
349 struct device *host_dev; member2452 struct device *host = usb3->host_dev; in handle_ext_role_switch_states()2520 struct device *host = usb3->host_dev; in handle_role_switch_states()2660 put_device(usb3->host_dev); in renesas_usb3_remove()2944 usb3->host_dev = usb_of_get_companion_dev(&pdev->dev); in renesas_usb3_probe()2945 if (!usb3->host_dev) { in renesas_usb3_probe()