/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 | 40 /* OSI mode is enabled, set the corresponding domain state. */ in psci_pd_power_off() 65 * Allow power off when OSI has been successfully enabled. in psci_pd_init() 163 /* let's try to enable OSI. */ in psci_cpuidle_domain_probe() 169 use_osi ? "OSI" : "PC"); in psci_cpuidle_domain_probe()
|
H A D | cpuidle-riscv-sbi.c | 211 /* Currently limit the hierarchical topology to be used in OSI mode. */ in sbi_dt_cpu_init_topology() 357 /* OSI mode is enabled, set the corresponding domain state. */ in sbi_cpuidle_pd_power_off() 388 /* Allow power off when OSI is available. */ in sbi_pd_init() 496 /* Detect OSI support based on CPU DT nodes */ in sbi_cpuidle_probe()
|
H A D | cpuidle-psci.c | 249 /* 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
|
/linux/fs/orangefs/ |
H A D | super.c | 579 struct orangefs_sb_info_s *osi; in orangefs_init_fs_context() local 581 osi = kzalloc(sizeof(struct orangefs_sb_info_s), GFP_KERNEL); in orangefs_init_fs_context() 582 if (!osi) in orangefs_init_fs_context() 590 osi->flags &= ~ORANGEFS_OPT_INTR; in orangefs_init_fs_context() 591 osi->flags &= ~ORANGEFS_OPT_LOCAL_LOCK; in orangefs_init_fs_context() 593 fc->s_fs_info = osi; in orangefs_init_fs_context()
|
/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/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()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-firmware-tfa.dtsi | 5 * need PSCI PC mode instead of the OSI mode provided
|
/linux/include/uapi/linux/ |
H A D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
/linux/drivers/firmware/psci/ |
H A D | psci.c | 172 enable ? "OSI" : "PC", err); in psci_set_osi_mode() 429 seq_printf(s, "OSI is %ssupported\n", in psci_debugfs_read() 782 pr_info("OSI mode supported.\n"); in psci_1_0_init()
|
/linux/Documentation/networking/diagnostic/ |
H A D | twisted_pair_layer1_diagnostics.rst | 3 Diagnostic Concept for Investigating Twisted Pair Ethernet Variants at OSI Layer 1 14 Pair Ethernet at OSI Layer 1. If you're facing unstable links, speed drops, 44 there are issues with data transmission, refer to the **OSI Layer 2 121 with diagnosing the higher layers of the OSI model. This may involve
|
/linux/Documentation/networking/ |
H A D | batman-adv.rst | 9 using UDP packets and sets routing tables, batman-advanced operates on ISO/OSI
|
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
|
/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/Documentation/virt/kvm/ |
H A D | ppc-pv.rst | 217 3) OSI hypercalls
|
/linux/include/trace/events/ |
H A D | kvm.h | 17 ERSN(NMI), ERSN(INTERNAL_ERROR), ERSN(OSI), ERSN(PAPR_HCALL), \
|
/linux/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 641 * instruction for the OSI hypercalls */
|
/linux/Documentation/driver-api/usb/ |
H A D | writing_musb_glue_layer.rst | 269 Since it is an implementation of the physical layer of the OSI model,
|
/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 319 OSI(Linux) state). 479 by the ACPI OSI, or by userspace.
|