Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dstorvsc_drv.c1193 struct hv_host_device *host_dev; in storvsc_on_receive() local
1203 host_dev->handle_error_wq, &host_dev->host_scan_work); in storvsc_on_receive()
1705 struct hv_device *dev = host_dev->dev; in storvsc_queuecommand()
1770 vm_srb->port_number = host_dev->port; in storvsc_queuecommand()
1919 struct hv_host_device *host_dev; in storvsc_probe() local
1945 host_dev = shost_priv(host); in storvsc_probe()
1948 host_dev->port = host->host_no; in storvsc_probe()
1949 host_dev->dev = device; in storvsc_probe()
1950 host_dev->host = host; in storvsc_probe()
2040 host_dev->handle_error_wq = in storvsc_probe()
[all …]
/linux-6.3-rc2/drivers/usb/cdns3/
A Dhost.c75 cdns->host_dev = xhci; in __cdns_host_init()
122 platform_device_unregister(cdns->host_dev); in cdns_host_exit()
123 cdns->host_dev = NULL; in cdns_host_exit()
A Dcore.h106 struct platform_device *host_dev; member
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()
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A Dmirror_gre_bridge_1q_lag.sh221 local host_dev=$1; shift
238 setup_wait_dev $host_dev
241 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $host_dev 1 10
/linux-6.3-rc2/include/linux/platform_data/
A Ddsa.h16 struct device *host_dev; member
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dahb.c980 struct device *host_dev = ab->dev; in ath11k_ahb_fw_resources_init() local
999 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath11k_ahb_fw_resources_init()
1006 info.parent = host_dev; in ath11k_ahb_fw_resources_init()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dsnoc.c1589 struct device *host_dev = &ar_snoc->dev->dev; in ath10k_fw_init() local
1596 node = of_get_child_by_name(host_dev->of_node, "wifi-firmware"); in ath10k_fw_init()
1604 info.parent = host_dev; in ath10k_fw_init()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Drenesas_usb3.c350 struct device *host_dev; member
2454 struct device *host = usb3->host_dev; in handle_ext_role_switch_states()
2522 struct device *host = usb3->host_dev; in handle_role_switch_states()
2966 usb3->host_dev = usb_of_get_companion_dev(&pdev->dev); in renesas_usb3_probe()
2967 if (!usb3->host_dev) { in renesas_usb3_probe()

Completed in 31 milliseconds