Home
last modified time | relevance | path

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

12

/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.c44 /* OSI mode is enabled, set the corresponding domain state. */ in psci_pd_power_off()
69 * Allow power off when OSI has been successfully enabled. in psci_pd_init()
176 /* let's try to enable OSI. */ in psci_cpuidle_domain_probe()
182 use_osi ? "OSI" : "PC"); in psci_cpuidle_domain_probe()
H A Dcpuidle-psci.c245 /* Currently limit the hierarchical topology to be used in OSI mode. */ in psci_dt_cpu_init_topology()
/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_vf_main.c1450 /* Prepare the attributes for the data to be passed to OSI. */ in liquidio_xmit()
/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/Documentation/firmware-guide/acpi/
H A Dindex.rst16 osi
/linux/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml119 (OSI) CPU suspend mode is introduced. Using a hierarchical representation
120 helps to implement support for OSI mode and OS implementations may choose
/linux/drivers/acpi/acpica/
H A Dutxfinit.c84 /* Initialize the global OSI interfaces list with the static names */ in acpi_initialize_subsystem()
89 "During OSI interfaces initialization")); in acpi_initialize_subsystem()
H A Ddbinput.c154 {"OSI", 0},
260 {1, " Osi [Install|Remove <name>]",
H A Dnsinit.c217 * requested any Windows OSI strings, we will always truncate in acpi_ns_initialize_devices()
H A Ddbdisply.c73 {&acpi_gbl_interface_handler, "OSI Invocations"}
/linux/include/uapi/linux/
H A Dllc.h75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
H A Dkvm.h351 } osi; member
/linux/Documentation/networking/
H A Dbridge.rst13 at the data link layer (Layer 2) of the OSI (Open Systems Interconnection)
58 STP is a Layer 2 protocol that operates at the Data Link Layer of the OSI
H A Dbatman-adv.rst9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,rpmh-rsc.yaml135 # Some platforms may lack a OSI-mode PSCI implementation, which implies the
/linux/include/net/
H A Dx25.h114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
/linux/include/acpi/
H A Dacpixf.h118 * Changing this will revert ACPICA (and machine ASL) to pre-OSI behavior.
181 * this value is set to TRUE if any Windows OSI strings have been
/linux/Documentation/virt/kvm/
H A Dppc-pv.rst217 3) OSI hypercalls
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst319 OSI(Linux) state).
479 by the ACPI OSI, or by userspace.
/linux/tools/include/uapi/linux/
H A Dkvm.h350 } osi; member
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat271 'OSI': 18,
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c2022 KVM_EXIT_STRING(OSI),

12