/linux/drivers/acpi/ |
H A D | osi.c | 3 * 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 D | Makefile | 29 acpi-y += osi.o osl.o utils.o reboot.o
|
/linux/drivers/cpuidle/ |
H A D | cpuidle-psci-domain.c | 44 /* 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 D | cpuidle-psci.c | 245 /* 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 D | octeon_nic.h | 34 /* 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 D | lio_vf_main.c | 1450 /* Prepare the attributes for the data to be passed to OSI. */ in liquidio_xmit()
|
/linux/LICENSES/dual/ |
H A D | copyleft-next-0.3.1 | 65 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 D | index.rst | 16 osi
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | psci.yaml | 119 (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 D | utxfinit.c | 84 /* 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 D | dbinput.c | 154 {"OSI", 0}, 260 {1, " Osi [Install|Remove <name>]",
|
H A D | nsinit.c | 217 * requested any Windows OSI strings, we will always truncate in acpi_ns_initialize_devices()
|
H A D | dbdisply.c | 73 {&acpi_gbl_interface_handler, "OSI Invocations"}
|
/linux/include/uapi/linux/ |
H A D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
H A D | kvm.h | 351 } osi; member
|
/linux/Documentation/networking/ |
H A D | bridge.rst | 13 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 D | batman-adv.rst | 9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,rpmh-rsc.yaml | 135 # Some platforms may lack a OSI-mode PSCI implementation, which implies the
|
/linux/include/net/ |
H A D | x25.h | 114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
|
/linux/include/acpi/ |
H A D | acpixf.h | 118 * 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 D | ppc-pv.rst | 217 3) OSI hypercalls
|
/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 319 OSI(Linux) state). 479 by the ACPI OSI, or by userspace.
|
/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 350 } osi; member
|
/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 271 'OSI': 18,
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 2022 KVM_EXIT_STRING(OSI),
|