Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/block/
H A Dsandbox.c36 struct host_block_dev *host_dev = dev_get_platdata(dev); local
45 struct host_block_dev *host_dev = find_host_device(dev);
47 if (!host_dev)
51 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
56 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
67 struct host_block_dev *host_dev = dev_get_platdata(dev); local
75 struct host_block_dev *host_dev = find_host_device(dev);
78 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
83 ssize_t len = os_write(host_dev->fd, buffer, blkcnt * block_dev->blksz);
92 struct host_block_dev *host_dev; local
[all …]
/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c989 struct hv_host_device *host_dev = shost_priv(host); in storvsc_handle_error() local
1077 queue_work(host_dev->handle_error_wq, &wrk->work); in storvsc_handle_error()
1215 struct hv_host_device *host_dev; in storvsc_on_receive() local
1223 host_dev = shost_priv(stor_device->host); in storvsc_on_receive()
1225 host_dev->handle_error_wq, &host_dev->host_scan_work); in storvsc_on_receive()
1641 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_host_reset_handler() local
1642 struct hv_device *device = host_dev->dev; in storvsc_host_reset_handler()
1724 struct hv_host_device *host_dev = shost_priv(host); in storvsc_queuecommand() local
1725 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1790 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
[all …]
/openbmc/u-boot/cmd/
H A Dhost.c89 struct host_block_dev *host_dev; in do_host_info() local
92 host_dev = dev_get_priv(blk_dev->bdev); in do_host_info()
94 host_dev = blk_dev->priv; in do_host_info()
97 host_dev->filename); in do_host_info()
/openbmc/linux/drivers/usb/cdns3/
H A Dhost.c84 cdns->host_dev = xhci; in __cdns_host_init()
136 platform_device_unregister(cdns->host_dev); in cdns_host_exit()
137 cdns->host_dev = NULL; in cdns_host_exit()
H A Dcore.h107 struct platform_device *host_dev; member
H A Dcore.c412 if ((cdns->role == USB_ROLE_HOST) && cdns->host_dev) in cdns_wakeup_irq()
413 pm_request_resume(&cdns->host_dev->dev); in cdns_wakeup_irq()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q_lag.sh222 local host_dev=$1; shift
239 setup_wait_dev $host_dev
242 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $host_dev 1 10
/openbmc/linux/include/linux/platform_data/
H A Ddsa.h16 struct device *host_dev; member
/openbmc/qemu/hw/xen/
H A Dxen_pt.c709 XenHostPCIDevice *host_dev = &s->real_device; in xen_pt_destroy() local
714 if (machine_irq && !xen_host_pci_device_closed(host_dev)) { in xen_pt_destroy()
756 xen_pt_unregister_vga_regions(host_dev); in xen_pt_destroy()
763 if (!xen_host_pci_device_closed(host_dev)) { in xen_pt_destroy()
764 xen_host_pci_device_put(host_dev); in xen_pt_destroy()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dahb.c954 struct device *host_dev = ab->dev; in ath11k_ahb_fw_resources_init() local
973 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath11k_ahb_fw_resources_init()
980 info.parent = host_dev; in ath11k_ahb_fw_resources_init()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1600 struct device *host_dev = &ar_snoc->dev->dev; in ath10k_fw_init() local
1607 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath10k_fw_init()
1615 info.parent = host_dev; in ath10k_fw_init()
/openbmc/linux/drivers/usb/gadget/udc/
H A Drenesas_usb3.c349 struct device *host_dev; member
2453 struct device *host = usb3->host_dev; in handle_ext_role_switch_states()
2521 struct device *host = usb3->host_dev; in handle_role_switch_states()
2944 usb3->host_dev = usb_of_get_companion_dev(&pdev->dev); in renesas_usb3_probe()
2945 if (!usb3->host_dev) { in renesas_usb3_probe()