Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dstorvsc_drv.c988 struct hv_host_device *host_dev = shost_priv(host); in storvsc_handle_error() local
1076 queue_work(host_dev->handle_error_wq, &wrk->work); in storvsc_handle_error()
1214 struct hv_host_device *host_dev; in storvsc_on_receive() local
1222 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() local
1638 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() local
1721 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1786 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
[all …]
/linux/include/linux/platform_data/
H A Ddsa.h16 struct device *host_dev; member
/linux/drivers/usb/cdns3/
H A Dcore.h109 struct platform_device *host_dev; member
/linux/drivers/usb/gadget/udc/
H A Drenesas_usb3.c349 struct device *host_dev; member
2452 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()