Searched refs:host_mode (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-rst-defs.h125 uint64_t host_mode:1; member in struct:cvmx_rst_ctlx::cvmx_rst_ctlx_s
137 uint64_t host_mode:1;
H A Dcvmx-mio-defs.h3216 uint64_t host_mode:1; member in struct:cvmx_mio_rst_cntlx::cvmx_mio_rst_cntlx_s
3228 uint64_t host_mode:1;
3244 uint64_t host_mode:1; member in struct:cvmx_mio_rst_cntlx::cvmx_mio_rst_cntlx_cn66xx
3256 uint64_t host_mode:1;
3276 uint64_t host_mode:1; member in struct:cvmx_mio_rst_ctlx::cvmx_mio_rst_ctlx_s
3288 uint64_t host_mode:1;
3304 uint64_t host_mode:1; member in struct:cvmx_mio_rst_ctlx::cvmx_mio_rst_ctlx_cn63xx
3316 uint64_t host_mode:1;
3328 uint64_t host_mode:1; member in struct:cvmx_mio_rst_ctlx::cvmx_mio_rst_ctlx_cn63xxp1
3340 uint64_t host_mode
[all...]
H A Dcvmx-npei-defs.h746 uint64_t host_mode:1; member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_s
750 uint64_t host_mode:1;
771 uint64_t host_mode:1; member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_cn52xxp1
775 uint64_t host_mode:1;
792 uint64_t host_mode:1; member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_cn56xxp1
796 uint64_t host_mode:1;
/linux-master/arch/mips/pci/
H A Dpcie-octeon.c713 if ((pcie_port == 0) && !npei_ctl_status.s.host_mode) {
1232 if (!mio_rst_ctl.s.host_mode) {
1863 int host_mode; local
1907 host_mode = npei_ctl_status.s.host_mode;
1912 host_mode = mio_rst_ctl.s.host_mode;
1916 if (host_mode) {
1975 host_mode = 1;
1981 host_mode
[all...]
/linux-master/drivers/pci/controller/
H A Dpci-ixp4xx.c107 bool host_mode; member in struct:ixp4xx_pci
554 p->host_mode = !!(val & IXP4XX_PCI_CSR_HOST);
556 p->host_mode ? "host" : "option");
572 if (p->host_mode) {
/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c24 static bool host_mode __read_mostly;
25 module_param(host_mode, bool, 0444);
679 thdev->host_mode =
680 INTEL_TH_CAP(th, host_mode_only) ? true : host_mode;
777 if ((INTEL_TH_CAP(th, host_mode_only) || host_mode) &&
1044 if (hub->host_mode)
H A Dgth.c668 if (thdev->host_mode)
708 if (thdev->host_mode)
777 if (thdev->host_mode)
785 thdev->host_mode = true;
H A Dintel_th.h71 * @host_mode: Intel TH is controlled by an external debug host
84 bool host_mode; member in struct:intel_th_device
/linux-master/drivers/usb/dwc2/
H A Dcore.c284 * @host_mode: If true, waits for host mode, otherwise device mode.
287 bool host_mode)
294 host_mode ? "host" : "device");
301 if (dwc2_is_host_mode(hsotg) == host_mode) {
303 host_mode ? "Host" : "Device");
312 __func__, host_mode ? "host" : "device");
286 dwc2_wait_for_mode(struct dwc2_hsotg *hsotg, bool host_mode) argument
/linux-master/drivers/usb/host/
H A Dxhci-tegra.c301 bool host_mode; member in struct:tegra_xusb
1352 dev_dbg(tegra->dev, "host mode %s\n", tegra->host_mode ? "on" : "off");
1356 if (tegra->host_mode)
1366 if (tegra->host_mode) {
1434 return ((index == tegra->otg_usb2_port) && tegra->host_mode);
1441 return ((index == tegra->otg_usb3_port) && tegra->host_mode);
1472 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) ||
1473 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) {
1475 tegra->host_mode);
1481 tegra->host_mode
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c2868 enum ath6kl_host_mode host_mode)
2874 if ((host_mode != ATH6KL_HOST_MODE_ASLEEP) &&
2875 (host_mode != ATH6KL_HOST_MODE_AWAKE)) {
2876 ath6kl_err("invalid host sleep mode: %d\n", host_mode);
2886 if (host_mode == ATH6KL_HOST_MODE_ASLEEP) {
2867 ath6kl_wmi_set_host_sleep_mode_cmd(struct wmi *wmi, u8 if_idx, enum ath6kl_host_mode host_mode) argument
H A Dwmi.h2640 enum ath6kl_host_mode host_mode);

Completed in 243 milliseconds