Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsandbox.c37 struct host_block_dev *host_dev = dev_get_priv(dev); local
46 struct host_block_dev *host_dev = find_host_device(dev);
48 if (!host_dev)
52 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
57 ssize_t len = os_read(host_dev->fd, buffer, blkcnt * block_dev->blksz);
68 struct host_block_dev *host_dev = dev_get_priv(dev); local
76 struct host_block_dev *host_dev = find_host_device(dev);
79 if (os_lseek(host_dev->fd, start * block_dev->blksz, OS_SEEK_SET) ==
84 ssize_t len = os_write(host_dev->fd, buffer, blkcnt * block_dev->blksz);
93 struct host_block_dev *host_dev; local
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dstorvsc_drv.c1001 struct hv_host_device *host_dev = shost_priv(host); in storvsc_handle_error() local
1068 queue_work(host_dev->handle_error_wq, &wrk->work); in storvsc_handle_error()
1205 struct hv_host_device *host_dev; in storvsc_on_receive() local
1213 host_dev = shost_priv(stor_device->host); in storvsc_on_receive()
1215 host_dev->handle_error_wq, &host_dev->host_scan_work); in storvsc_on_receive()
1571 struct hv_host_device *host_dev = shost_priv(scmnd->device->host); in storvsc_host_reset_handler() local
1572 struct hv_device *device = host_dev->dev; in storvsc_host_reset_handler()
1660 struct hv_host_device *host_dev = shost_priv(host); in storvsc_queuecommand() local
1661 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1729 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
[all …]
/OK3568_Linux_fs/kernel/drivers/ide/
H A 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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dhost.c90 struct host_block_dev *host_dev; in do_host_info() local
93 host_dev = dev_get_priv(blk_dev->bdev); in do_host_info()
95 host_dev = blk_dev->priv; in do_host_info()
98 host_dev->filename); in do_host_info()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dhost.c46 cdns->host_dev = xhci; in __cdns3_host_init()
119 platform_device_unregister(cdns->host_dev); in cdns3_host_exit()
120 cdns->host_dev = NULL; in cdns3_host_exit()
H A Dcore.h105 struct platform_device *host_dev; member
H A Dcore.c423 if ((cdns->role == USB_ROLE_HOST) && cdns->host_dev) in cdns3_wakeup_irq()
424 pm_request_resume(&cdns->host_dev->dev); in cdns3_wakeup_irq()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A 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
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Ddsa.h16 struct device *host_dev; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1516 struct device *host_dev = &ar_snoc->dev->dev; in ath10k_fw_init() local
1523 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath10k_fw_init()
1531 info.parent = host_dev; in ath10k_fw_init()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Drenesas_usb3.c342 struct device *host_dev; member
2375 struct device *host = usb3->host_dev; in handle_ext_role_switch_states()
2429 struct device *host = usb3->host_dev; in handle_role_switch_states()
2840 usb3->host_dev = usb_of_get_companion_dev(&pdev->dev); in renesas_usb3_probe()
2841 if (!usb3->host_dev) { in renesas_usb3_probe()