Home
last modified time | relevance | path

Searched full:osi (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/acpi/
H A Dosi.c3 * osi.c - _OSI implementation
70 struct acpi_osi_entry *osi; in acpi_osi_setup() local
94 osi = &osi_setup_entries[i]; in acpi_osi_setup()
95 osi->enable = false; in acpi_osi_setup()
106 osi = &osi_setup_entries[i]; in acpi_osi_setup()
107 if (!strcmp(osi->string, str)) { in acpi_osi_setup()
108 osi->enable = enable; in acpi_osi_setup()
110 } else if (osi->string[0] == '\0') { in acpi_osi_setup()
111 osi->enable = enable; in acpi_osi_setup()
112 strscpy(osi->string, str, OSI_STRING_LENGTH_MAX); in acpi_osi_setup()
[all …]
H A DMakefile29 acpi-y += osi.o osl.o utils.o reboot.o
/linux/drivers/cpuidle/
H A Dcpuidle-psci-domain.c40 /* OSI mode is enabled, set the corresponding domain state. */ in psci_pd_power_off()
65 * Allow power off when OSI has been successfully enabled. in psci_pd_init()
163 /* let's try to enable OSI. */ in psci_cpuidle_domain_probe()
169 use_osi ? "OSI" : "PC"); in psci_cpuidle_domain_probe()
H A Dcpuidle-riscv-sbi.c212 /* Currently limit the hierarchical topology to be used in OSI mode. */ in sbi_dt_cpu_init_topology()
358 /* OSI mode is enabled, set the corresponding domain state. */ in sbi_cpuidle_pd_power_off()
389 /* Allow power off when OSI is available. */ in sbi_pd_init()
497 /* Detect OSI support based on CPU DT nodes */ in sbi_cpuidle_probe()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.h34 /* Structure of control information passed by the NIC module to the OSI
66 /** Structure of data information passed by the NIC module to the OSI
71 * OSI layer passes this as-is to the driver.
89 /** Structure passed by NIC module to OSI layer to prepare a command to send
H A Dlio_main.c2330 /* Prepare the attributes for the data to be passed to OSI. */ in liquidio_xmit()
/linux/fs/orangefs/
H A Dsuper.c579 struct orangefs_sb_info_s *osi; in orangefs_init_fs_context() local
581 osi = kzalloc_obj(struct orangefs_sb_info_s); in orangefs_init_fs_context()
582 if (!osi) in orangefs_init_fs_context()
590 osi->flags &= ~ORANGEFS_OPT_INTR; in orangefs_init_fs_context()
591 osi->flags &= ~ORANGEFS_OPT_LOCAL_LOCK; in orangefs_init_fs_context()
593 fc->s_fs_info = osi; in orangefs_init_fs_context()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c6682 struct rtw89_btc_fbtc_outsrc_set_info *osi = &btc->dm.ost_info; in rtw89_fw_h2c_cxdrv_osi_info() local
6701 memcpy(h2c->osi.rf_band, osi->rf_band, sizeof(osi->rf_band)); in rtw89_fw_h2c_cxdrv_osi_info()
6702 memcpy(h2c->osi.btg_rx, osi->btg_rx, sizeof(osi->btg_rx)); in rtw89_fw_h2c_cxdrv_osi_info()
6703 memcpy(h2c->osi.nbtg_tx, osi->nbtg_tx, sizeof(osi->nbtg_tx)); in rtw89_fw_h2c_cxdrv_osi_info()
6706 h2c->osi.gnt_set[i] = osi->gnt_set[i]; in rtw89_fw_h2c_cxdrv_osi_info()
6707 h2c->osi.wlact_set[i] = osi->wlact_set[i]; in rtw89_fw_h2c_cxdrv_osi_info()
6710 h2c->osi.pta_req_hw_band = osi->pta_req_hw_band; in rtw89_fw_h2c_cxdrv_osi_info()
6711 h2c->osi.rf_gbt_source = osi->rf_gbt_source; in rtw89_fw_h2c_cxdrv_osi_info()
6712 h2c->osi.bt_enable_state = osi->bt_enable_state; in rtw89_fw_h2c_cxdrv_osi_info()
6713 h2c->osi.wl_btg_standby_chg = osi->wl_btg_standby_chg; in rtw89_fw_h2c_cxdrv_osi_info()
[all …]
H A Dfw.h2473 struct rtw89_btc_fbtc_outsrc_set_info_v1 osi; member
2478 struct rtw89_btc_fbtc_outsrc_set_info_v6 osi; member
/linux/LICENSES/dual/
H A Dcopyleft-next-0.3.165 governed by a license that is both OSI-Approved and FSF-Free as of the
100 a license that is OSI-Approved or FSF-Free as of the release date of this
226 "OSI-Approved" means approved as 'Open Source' by the Open Source
/linux/drivers/firmware/psci/
H A Dpsci.c172 enable ? "OSI" : "PC", err); in psci_set_osi_mode()
429 seq_printf(s, "OSI is %ssupported\n", in psci_debugfs_read()
792 pr_info("OSI mode supported.\n"); in psci_1_0_init()
/linux/Documentation/networking/
H A Dbatman-adv.rst9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
/linux/include/net/
H A Dx25.h114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
/linux/Documentation/virt/kvm/
H A Dppc-pv.rst217 3) OSI hypercalls
/linux/drivers/acpi/acpica/
H A Ddbinput.c154 {"OSI", 0},
260 {1, " Osi [Install|Remove <name>]",
H A Ddbdisply.c73 {&acpi_gbl_interface_handler, "OSI Invocations"}
/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst269 Since it is an implementation of the physical layer of the OSI model,
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst320 OSI(Linux) state).
480 by the ACPI OSI, or by userspace.
/linux/tools/include/uapi/linux/
H A Dkvm.h365 } osi; member
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat271 'OSI': 18,
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1975 KVM_EXIT_STRING(OSI),
/linux/drivers/net/dsa/
H A Dmt7530.c1141 * of the Open Systems Interconnection basic reference model (OSI/RM) are
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c2872 "core: %d: osi - srvstate = %s (ref %u)\n", in vchiq_open_service_internal()