Home
last modified time | relevance | path

Searched refs:host_mode (Results 1 – 8 of 8) sorted by relevance

/drivers/pci/controller/
A Dpci-ixp4xx.c107 bool host_mode; member
554 p->host_mode = !!(val & IXP4XX_PCI_CSR_HOST); in ixp4xx_pci_probe()
556 p->host_mode ? "host" : "option"); in ixp4xx_pci_probe()
572 if (p->host_mode) { in ixp4xx_pci_probe()
/drivers/hwtracing/intel_th/
A Dcore.c24 static bool host_mode __read_mostly;
25 module_param(host_mode, bool, 0444);
679 thdev->host_mode = in intel_th_subdevice_alloc()
680 INTEL_TH_CAP(th, host_mode_only) ? true : host_mode; in intel_th_subdevice_alloc()
777 if ((INTEL_TH_CAP(th, host_mode_only) || host_mode) && in intel_th_populate()
1045 if (hub->host_mode) in intel_th_set_output()
A Dgth.c668 if (thdev->host_mode) in intel_th_gth_assign()
708 if (thdev->host_mode) in intel_th_gth_unassign()
777 if (thdev->host_mode) in intel_th_gth_probe()
785 thdev->host_mode = true; in intel_th_gth_probe()
A Dintel_th.h84 bool host_mode; member
/drivers/usb/dwc2/
A Dcore.c293 bool host_mode) in dwc2_wait_for_mode() argument
300 host_mode ? "host" : "device"); in dwc2_wait_for_mode()
307 if (dwc2_is_host_mode(hsotg) == host_mode) { in dwc2_wait_for_mode()
309 host_mode ? "Host" : "Device"); in dwc2_wait_for_mode()
318 __func__, host_mode ? "host" : "device"); in dwc2_wait_for_mode()
/drivers/usb/host/
A Dxhci-tegra.c302 bool host_mode; member
1353 dev_dbg(tegra->dev, "host mode %s\n", str_on_off(tegra->host_mode)); in tegra_xhci_id_work()
1357 if (tegra->host_mode) in tegra_xhci_id_work()
1368 if (tegra->host_mode) { in tegra_xhci_id_work()
1438 return ((index == tegra->otg_usb2_port) && tegra->host_mode); in is_host_mode_phy()
1445 return ((index == tegra->otg_usb3_port) && tegra->host_mode); in is_host_mode_phy()
1476 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) || in tegra_xhci_id_notify()
1477 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) { in tegra_xhci_id_notify()
1479 tegra->host_mode); in tegra_xhci_id_notify()
1485 tegra->host_mode = (usbphy->last_event == USB_EVENT_ID) ? true : false; in tegra_xhci_id_notify()
/drivers/net/wireless/ath/ath6kl/
A Dwmi.c2868 enum ath6kl_host_mode host_mode) in ath6kl_wmi_set_host_sleep_mode_cmd() argument
2874 if ((host_mode != ATH6KL_HOST_MODE_ASLEEP) && in ath6kl_wmi_set_host_sleep_mode_cmd()
2875 (host_mode != ATH6KL_HOST_MODE_AWAKE)) { in ath6kl_wmi_set_host_sleep_mode_cmd()
2876 ath6kl_err("invalid host sleep mode: %d\n", host_mode); in ath6kl_wmi_set_host_sleep_mode_cmd()
2886 if (host_mode == ATH6KL_HOST_MODE_ASLEEP) { in ath6kl_wmi_set_host_sleep_mode_cmd()
A Dwmi.h2640 enum ath6kl_host_mode host_mode);

Completed in 38 milliseconds