Home
last modified time | relevance | path

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

12

/linux-5.10/drivers/acpi/
Dosi.c3 * osi.c - _OSI implementation
95 struct acpi_osi_entry *osi; in acpi_osi_setup() local
119 osi = &osi_setup_entries[i]; in acpi_osi_setup()
120 osi->enable = false; in acpi_osi_setup()
131 osi = &osi_setup_entries[i]; in acpi_osi_setup()
132 if (!strcmp(osi->string, str)) { in acpi_osi_setup()
133 osi->enable = enable; in acpi_osi_setup()
135 } else if (osi->string[0] == '\0') { in acpi_osi_setup()
136 osi->enable = enable; in acpi_osi_setup()
137 strncpy(osi->string, str, OSI_STRING_LENGTH_MAX); in acpi_osi_setup()
[all …]
DMakefile21 acpi-y += osi.o osl.o utils.o reboot.o
/linux-5.10/drivers/cpuidle/
Dcpuidle-psci-domain.c43 /* OSI mode is enabled, set the corresponding domain state. */ in psci_pd_power_off()
142 /* Allow power off when OSI has been successfully enabled. */ in psci_pd_init()
231 pr_warn("failed to enable OSI mode: %d\n", ret); in psci_pd_try_set_osi_mode()
262 /* If OSI mode is supported, let's try to enable it. */ in psci_cpuidle_domain_probe()
Dcpuidle-psci.c159 /* Currently limit the hierarchical topology to be used in OSI mode. */ in psci_dt_cpu_init_topology()
/linux-5.10/drivers/net/ethernet/cavium/liquidio/
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
/linux-5.10/Documentation/firmware-guide/acpi/
Dindex.rst15 osi
/linux-5.10/Documentation/devicetree/bindings/arm/
Dpsci.yaml123 (OSI) CPU suspend mode is introduced. Using a hierarchical representation
124 helps to implement support for OSI mode and OS implementations may choose
/linux-5.10/drivers/acpi/acpica/
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()
Ddbinput.c153 {"OSI", 0},
258 {1, " Osi [Install|Remove <name>]",
Dnsinit.c217 * requested any Windows OSI strings, we will always truncate in acpi_ns_initialize_devices()
Ddbdisply.c73 {&acpi_gbl_interface_handler, "OSI Invocations"}
/linux-5.10/include/uapi/linux/
Dllc.h75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
Dkvm.h370 } osi; member
/linux-5.10/Documentation/networking/
Dbatman-adv.rst9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
/linux-5.10/net/sunrpc/auth_gss/
Dgss_generic_token.c53 the interfaces, so the code can be fixed if the OSI namespace
/linux-5.10/include/net/
Dx25.h114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
/linux-5.10/include/acpi/
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-5.10/include/trace/events/
Dkvm.h17 ERSN(NMI), ERSN(INTERNAL_ERROR), ERSN(OSI), ERSN(PAPR_HCALL), \
/linux-5.10/Documentation/virt/kvm/
Dppc-pv.rst217 3) OSI hypercalls
/linux-5.10/drivers/firmware/psci/
Dpsci.c549 pr_info("OSI mode supported.\n"); in psci_1_0_init()
/linux-5.10/arch/powerpc/include/asm/
Dkvm_book3s.h413 * instruction for the OSI hypercalls */
/linux-5.10/Documentation/driver-api/usb/
Dwriting_musb_glue_layer.rst269 Since it is an implementation of the physical layer of the OSI model,
/linux-5.10/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst316 OSI(Linux) state).
472 by the ACPI OSI, or by userspace.
/linux-5.10/tools/include/uapi/linux/
Dkvm.h370 } osi; member
/linux-5.10/tools/kvm/kvm_stat/
Dkvm_stat216 'OSI': 18,

12