Home
last modified time | relevance | path

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

/drivers/hwtracing/intel_th/
Dcore.c24 static bool host_mode __read_mostly;
25 module_param(host_mode, bool, 0444);
662 thdev->host_mode = in intel_th_subdevice_alloc()
663 INTEL_TH_CAP(th, host_mode_only) ? true : host_mode; in intel_th_subdevice_alloc()
760 if ((INTEL_TH_CAP(th, host_mode_only) || host_mode) && in intel_th_populate()
1026 if (hub->host_mode) in intel_th_set_output()
Dgth.c653 if (thdev->host_mode) in intel_th_gth_assign()
693 if (thdev->host_mode) in intel_th_gth_unassign()
762 if (thdev->host_mode) in intel_th_gth_probe()
770 thdev->host_mode = true; in intel_th_gth_probe()
Dintel_th.h82 bool host_mode; member
/drivers/usb/dwc2/
Dcore.c386 bool host_mode) in dwc2_wait_for_mode() argument
393 host_mode ? "host" : "device"); in dwc2_wait_for_mode()
400 if (dwc2_is_host_mode(hsotg) == host_mode) { in dwc2_wait_for_mode()
402 host_mode ? "Host" : "Device"); in dwc2_wait_for_mode()
411 __func__, host_mode ? "host" : "device"); in dwc2_wait_for_mode()
/drivers/net/wireless/ath/ath6kl/
Dwmi.c2881 enum ath6kl_host_mode host_mode) in ath6kl_wmi_set_host_sleep_mode_cmd() argument
2887 if ((host_mode != ATH6KL_HOST_MODE_ASLEEP) && in ath6kl_wmi_set_host_sleep_mode_cmd()
2888 (host_mode != ATH6KL_HOST_MODE_AWAKE)) { in ath6kl_wmi_set_host_sleep_mode_cmd()
2889 ath6kl_err("invalid host sleep mode: %d\n", host_mode); in ath6kl_wmi_set_host_sleep_mode_cmd()
2899 if (host_mode == ATH6KL_HOST_MODE_ASLEEP) { in ath6kl_wmi_set_host_sleep_mode_cmd()
Dwmi.h2640 enum ath6kl_host_mode host_mode);