| /kernel/linux/linux-6.6/drivers/acpi/ |
| 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 strncpy(osi->string, str, OSI_STRING_LENGTH_MAX); in acpi_osi_setup() [all …]
|
| D | Makefile | 26 acpi-y += osi.o osl.o utils.o reboot.o
|
| /kernel/linux/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 | 26 acpi-y += osi.o osl.o utils.o reboot.o
|
| /kernel/linux/linux-6.6/drivers/cpuidle/ |
| D | cpuidle-psci-domain.c | 43 /* OSI mode is enabled, set the corresponding domain state. */ in psci_pd_power_off() 68 * Allow power off when OSI has been successfully enabled. in psci_pd_init() 173 /* let's try to enable OSI. */ in psci_cpuidle_domain_probe() 179 use_osi ? "OSI" : "PC"); in psci_cpuidle_domain_probe()
|
| D | cpuidle-riscv-sbi.c | 242 /* Currently limit the hierarchical topology to be used in OSI mode. */ in sbi_dt_cpu_init_topology() 397 /* OSI mode is enabled, set the corresponding domain state. */ in sbi_cpuidle_pd_power_off() 428 /* Allow power off when OSI is available. */ in sbi_pd_init() 539 /* Detect OSI support based on CPU DT nodes */ in sbi_cpuidle_probe()
|
| /kernel/linux/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() 232 pr_warn("failed to enable OSI mode: %d\n", ret); in psci_pd_try_set_osi_mode() 263 /* If OSI mode is supported, let's try to enable it. */ in psci_cpuidle_domain_probe()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/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
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
| D | index.rst | 15 osi
|
| /kernel/linux/linux-6.6/LICENSES/dual/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/ |
| D | index.rst | 16 osi
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | psci.yaml | 118 (OSI) CPU suspend mode is introduced. Using a hierarchical representation 119 helps to implement support for OSI mode and OS implementations may choose
|
| /kernel/linux/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
|
| /kernel/linux/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | sc7180-firmware-tfa.dtsi | 5 * need PSCI PC mode instead of the OSI mode provided
|
| /kernel/linux/linux-6.6/drivers/firmware/psci/ |
| D | psci.c | 171 enable ? "OSI" : "PC", err); in psci_set_osi_mode() 397 seq_printf(s, "OSI is %ssupported\n", in psci_debugfs_read() 737 pr_info("OSI mode supported.\n"); in psci_1_0_init()
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | batman-adv.rst | 9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | batman-adv.rst | 9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
|
| /kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
| D | gss_generic_token.c | 53 the interfaces, so the code can be fixed if the OSI namespace
|
| /kernel/linux/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
|
| /kernel/linux/linux-6.6/include/net/ |
| D | x25.h | 114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
|