| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys_python.py | 99 'License :: OSI Approved :: Academic Free License (AFL)': 'AFL', 100 'License :: OSI Approved :: Apache Software License': 'Apache', 101 'License :: OSI Approved :: Apple Public Source License': 'APSL', 102 'License :: OSI Approved :: Artistic License': 'Artistic', 103 'License :: OSI Approved :: Attribution Assurance License': 'AAL', 104 'License :: OSI Approved :: BSD License': 'BSD-3-Clause', 105 'License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)': 'BSL-1.0', 106 …'License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)': 'CEC… 107 …'License :: OSI Approved :: Common Development and Distribution License 1.0 (CDDL-1.0)': 'CDDL-1.0… 108 'License :: OSI Approved :: Common Public License': 'CPL', [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A 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 …]
|
| H A D | Makefile | 26 acpi-y += osi.o osl.o utils.o reboot.o
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/ |
| H A D | libpng-LICENSE | 116 OSI CERTIFICATION: 118 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is 119 a certification mark of the Open Source Initiative. OSI has not addressed
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/ |
| H A D | libpng-LICENSE | 116 OSI CERTIFICATION: 118 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is 119 a certification mark of the Open Source Initiative. OSI has not addressed
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/ |
| H A D | libpng-LICENSE | 116 OSI CERTIFICATION: 118 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is 119 a certification mark of the Open Source Initiative. OSI has not addressed
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | copyleft-next-0.3.1 | 49 governed by a license that is both OSI-Approved and FSF-Free as of the 84 a license that is OSI-Approved or FSF-Free as of the release date of this 210 "OSI-Approved" means approved as 'Open Source' by the Open Source
|
| H A D | copyleft-next-0.3.0 | 49 governed by a license that is both OSI-Approved and FSF-Free as of the 83 a license that is OSI-Approved or FSF-Free as of the release date of this 209 "OSI-Approved" means approved as 'Open Source' by the Open Source
|
| H A D | ANTLR-PD-fallback | 7 …restriction and permission to sublicence derivates under the terms of any (OSI approved) Open Sour…
|
| H A D | Motosoto | 11 Licensed Product and has been submitted to the Open Software Initiative (OSI) 22 as "OSI Certified Open Source Software." 66 OSI-approved Open Source license, or under a proprietary license of
|
| H A D | W3C | 16 …reserve the Free Software Foundation`s assessment of GPL compatibility and OSI`s certification und…
|
| H A D | AFL-1.1 | 24 …o You by this License if You file a lawsuit in any court alleging that any OSI Certified open sour…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/licenses/ |
| H A D | copyleft-next-0.3.0 | 49 governed by a license that is both OSI-Approved and FSF-Free as of the 83 a license that is OSI-Approved or FSF-Free as of the release date of this 209 "OSI-Approved" means approved as 'Open Source' by the Open Source
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | index.rst | 15 osi
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 659 osi = [os.dup(sys.stdin.fileno()), sys.stdin.fileno()] 665 os.dup2(si.fileno(), osi[1]) 703 os.dup2(osi[0], osi[1]) 708 os.close(osi[0])
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | Kconfig | 12 layer of the protocols in the OSI model.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | llc.h | 75 #define LLC_SAP_OSI 0xFE /* OSI Network Layers. */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-wheel/ |
| H A D | 0001-Backport-pyproject.toml-from-flit-backend-branch.patch | 35 + "License :: OSI Approved :: MIT License",
|
| /OK3568_Linux_fs/buildroot/package/libzip/ |
| H A D | 0001-Add-FindGnuTLS-cmake-from-3-17-3.patch | 22 +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|