/linux-5.10/drivers/acpi/ |
D | osi.c | 3 * 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 …]
|
D | Makefile | 21 acpi-y += osi.o osl.o utils.o reboot.o
|
/linux-5.10/drivers/cpuidle/ |
D | cpuidle-psci-domain.c | 43 /* 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()
|
D | cpuidle-psci.c | 159 /* 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/ |
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
|
/linux-5.10/Documentation/firmware-guide/acpi/ |
D | index.rst | 15 osi
|
/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | psci.yaml | 123 (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/ |
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()
|
D | dbinput.c | 153 {"OSI", 0}, 258 {1, " Osi [Install|Remove <name>]",
|
D | nsinit.c | 217 * requested any Windows OSI strings, we will always truncate in acpi_ns_initialize_devices()
|
D | dbdisply.c | 73 {&acpi_gbl_interface_handler, "OSI Invocations"}
|
/linux-5.10/include/uapi/linux/ |
D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
D | kvm.h | 370 } osi; member
|
/linux-5.10/Documentation/networking/ |
D | batman-adv.rst | 9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
|
/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_generic_token.c | 53 the interfaces, so the code can be fixed if the OSI namespace
|
/linux-5.10/include/net/ |
D | x25.h | 114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
|
/linux-5.10/include/acpi/ |
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-5.10/include/trace/events/ |
D | kvm.h | 17 ERSN(NMI), ERSN(INTERNAL_ERROR), ERSN(OSI), ERSN(PAPR_HCALL), \
|
/linux-5.10/Documentation/virt/kvm/ |
D | ppc-pv.rst | 217 3) OSI hypercalls
|
/linux-5.10/drivers/firmware/psci/ |
D | psci.c | 549 pr_info("OSI mode supported.\n"); in psci_1_0_init()
|
/linux-5.10/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 413 * instruction for the OSI hypercalls */
|
/linux-5.10/Documentation/driver-api/usb/ |
D | writing_musb_glue_layer.rst | 269 Since it is an implementation of the physical layer of the OSI model,
|
/linux-5.10/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 316 OSI(Linux) state). 472 by the ACPI OSI, or by userspace.
|
/linux-5.10/tools/include/uapi/linux/ |
D | kvm.h | 370 } osi; member
|
/linux-5.10/tools/kvm/kvm_stat/ |
D | kvm_stat | 216 'OSI': 18,
|