Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pci/
Dpcie-octeon.c713 if ((pcie_port == 0) && !npei_ctl_status.s.host_mode) { in __cvmx_pcie_rc_initialize_gen1()
1232 if (!mio_rst_ctl.s.host_mode) { in __cvmx_pcie_rc_initialize_gen2()
1863 int host_mode; in octeon_pcie_setup() local
1907 host_mode = npei_ctl_status.s.host_mode; in octeon_pcie_setup()
1912 host_mode = mio_rst_ctl.s.host_mode; in octeon_pcie_setup()
1916 if (host_mode) { in octeon_pcie_setup()
1975 host_mode = 1; in octeon_pcie_setup()
1981 host_mode = 0; in octeon_pcie_setup()
1986 host_mode = mio_rst_ctl.s.host_mode; in octeon_pcie_setup()
1989 if (host_mode) { in octeon_pcie_setup()
/Linux-v4.19/drivers/hwtracing/intel_th/
Dcore.c24 static bool host_mode __read_mostly;
25 module_param(host_mode, bool, 0444);
643 thdev->host_mode = in intel_th_subdevice_alloc()
644 INTEL_TH_CAP(th, host_mode_only) ? true : host_mode; in intel_th_subdevice_alloc()
743 if ((INTEL_TH_CAP(th, host_mode_only) || host_mode) && in intel_th_populate()
953 if (hub->host_mode) in intel_th_set_output()
Dgth.c572 if (thdev->host_mode) in intel_th_gth_assign()
611 if (thdev->host_mode) in intel_th_gth_unassign()
677 if (thdev->host_mode) in intel_th_gth_probe()
685 thdev->host_mode = true; in intel_th_gth_probe()
Dintel_th.h75 bool host_mode; member
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-rst-defs.h134 uint64_t host_mode:1; member
146 uint64_t host_mode:1;
Dcvmx-mio-defs.h3815 uint64_t host_mode:1; member
3827 uint64_t host_mode:1;
3844 uint64_t host_mode:1; member
3856 uint64_t host_mode:1;
3878 uint64_t host_mode:1; member
3890 uint64_t host_mode:1;
3907 uint64_t host_mode:1; member
3919 uint64_t host_mode:1;
3931 uint64_t host_mode:1; member
3943 uint64_t host_mode:1;
Dcvmx-npei-defs.h761 uint64_t host_mode:1; member
765 uint64_t host_mode:1;
787 uint64_t host_mode:1; member
791 uint64_t host_mode:1;
809 uint64_t host_mode:1; member
813 uint64_t host_mode:1;
/Linux-v4.19/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()
/Linux-v4.19/Documentation/trace/
Dintel_th.rst118 In order to enable the host mode, set the 'host_mode' parameter of the
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dwmi.c2876 enum ath6kl_host_mode host_mode) in ath6kl_wmi_set_host_sleep_mode_cmd() argument
2882 if ((host_mode != ATH6KL_HOST_MODE_ASLEEP) && in ath6kl_wmi_set_host_sleep_mode_cmd()
2883 (host_mode != ATH6KL_HOST_MODE_AWAKE)) { in ath6kl_wmi_set_host_sleep_mode_cmd()
2884 ath6kl_err("invalid host sleep mode: %d\n", host_mode); in ath6kl_wmi_set_host_sleep_mode_cmd()
2894 if (host_mode == ATH6KL_HOST_MODE_ASLEEP) { in ath6kl_wmi_set_host_sleep_mode_cmd()
Dwmi.h2640 enum ath6kl_host_mode host_mode);