/openbmc/webui-vue/src/ |
H A D | main.js | 60 app.use(i18n); 62 app.use(router); 63 app.use(store); 66 app.use(BootstrapVue); 67 app.use(AlertPlugin); 68 app.use(BadgePlugin); 69 app.use(ButtonPlugin); 70 app.use(BVConfigPlugin, { 85 app.use(CardPlugin); 86 app.use(CollapsePlugin); [all …]
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 25 * Unsafe to use in noinstr code; use raw_atomic_read() there. 42 * Unsafe to use in noinstr code; use raw_atomic_read_acquire() there. 60 * Unsafe to use in noinstr code; use raw_atomic_set() there. 78 * Unsafe to use in noinstr code; use raw_atomic_set_release() there. 97 * Unsafe to use in noinstr code; use raw_atomic_add() there. 115 * Unsafe to use in noinstr code; use raw_atomic_add_return() there. 134 * Unsafe to use in noinstr code; use raw_atomic_add_return_acquire() there. 152 * Unsafe to use in noinstr code; use raw_atomic_add_return_release() there. 171 * Unsafe to use in noinstr code; use raw_atomic_add_return_relaxed() there. 189 * Unsafe to use in noinstr code; use raw_atomic_fetch_add() there. [all …]
|
H A D | atomic-long.h | 30 * Safe to use in noinstr code; prefer atomic_long_read() elsewhere. 50 * Safe to use in noinstr code; prefer atomic_long_read_acquire() elsewhere. 71 * Safe to use in noinstr code; prefer atomic_long_set() elsewhere. 92 * Safe to use in noinstr code; prefer atomic_long_set_release() elsewhere. 113 * Safe to use in noinstr code; prefer atomic_long_add() elsewhere. 134 * Safe to use in noinstr code; prefer atomic_long_add_return() elsewhere. 155 * Safe to use in noinstr code; prefer atomic_long_add_return_acquire() elsewhere. 176 * Safe to use in noinstr code; prefer atomic_long_add_return_release() elsewhere. 197 * Safe to use in noinstr code; prefer atomic_long_add_return_relaxed() elsewhere. 218 * Safe to use in noinstr code; prefer atomic_long_fetch_add() elsewhere. [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | fix_missing_use_directives.patch | 14 use Bastille::API; 15 +use Bastille::API::AccountPermission; 16 use Bastille::API::FileContent; 17 use Bastille::API::ServiceAdmin; 24 use lib "/usr/lib"; 26 use Bastille::API; 27 +use Bastille::API::AccountPermission; 28 use Bastille::API::HPSpecific; 29 use Bastille::API::ServiceAdmin; 30 use Bastille::API::FileContent; [all …]
|
/openbmc/linux/rust/kernel/ |
H A D | prelude.rs | 11 //! use kernel::prelude::*; 15 pub use core::pin::Pin; 18 pub use alloc::{boxed::Box, vec::Vec}; 21 pub use macros::{module, pin_data, pinned_drop, vtable, Zeroable}; 23 pub use super::build_assert; 27 pub use super::dbg; 28 pub use super::{pr_alert, pr_crit, pr_debug, pr_emerg, pr_err, pr_info, pr_notice, pr_warn}; 30 pub use super::{init, pin_init, try_init, try_pin_init}; 32 pub use super::static_assert; 34 pub use super::error::{code::*, Error, Result}; [all …]
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | cve-check-map.conf | 5 # use when this class does not detect backported patch (e.g. vendor kernel repo with cherry-picked … 7 # use when NVD DB does not mention patched versions of stable/LTS branches which have upstream CVE … 9 # use when NVD DB does not mention correct version or does not mention any verion at all 11 # use when a fix file has been included (set automatically) 13 # do not use directly: automatic scan reports version number NOT in the vulnerable range (set autom… 18 # use when CVE is confirmed by upstream but fix is still not available 20 # do not use directly: automatic scan reports version number IS in the vulnerable range (set automa… 23 # used for migration from old concept, do not use for new vulnerabilities 25 # use when NVD DB wrongly indicates vulnerability which is actually for a different component 27 # use when upstream does not accept the report as a vulnerability (e.g. works as designed) [all …]
|
/openbmc/linux/drivers/usb/serial/ |
H A D | Kconfig | 16 supported, and on how to use them. 27 If you say Y here, it will be possible to use a USB to serial 41 kernel will automatically use the first USB to serial converter 49 Say Y here if you want to use the generic USB serial driver. Please 58 Say Y here to use the USB serial "simple" driver. This driver 82 Say Y here if you want to use USB AIRcable Bluetooth Dongle. 90 Say Y here if you want to use a ARK Micro 3116 USB to Serial 99 Say Y here if you want to use a Belkin USB Serial single port 109 Say Y here if you want to use a Winchiphead CH341 single port 119 Say Y here if you want to use a ConnectTech WhiteHEAT 4 port [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-defs.rst | 27 two basic ways to do it: Divide the angular value by 2 (0-179), or use the 87 - Use the default transfer function as defined by the colorspace. 89 - Use the Rec. 709 transfer function. 91 - Use the sRGB transfer function. 93 - Use the opRGB transfer function. 95 - Use the SMPTE 240M transfer function. 97 - Do not use a transfer function (i.e. use linear RGB values). 99 - Use the DCI-P3 transfer function. 101 - Use the SMPTE 2084 transfer function. See :ref:`xf-smpte-2084`. 116 - Use the default Y'CbCr encoding as defined by the colorspace. [all …]
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | tblDPASetting.c | 15 /* LCK/VCK < 30000000 will use this value */ 18 /* 30000000 < LCK/VCK < 50000000 will use this value */ 21 /* 50000000 < LCK/VCK < 70000000 will use this value */ 24 /* 70000000 < LCK/VCK < 100000000 will use this value */ 27 /* 100000000 < LCK/VCK < 15000000 will use this value */ 30 /* 15000000 < LCK/VCK will use this value */ 40 /* LCK/VCK < 30000000 will use this value */ 42 /* 30000000 < LCK/VCK < 50000000 will use this value */ 44 /* 50000000 < LCK/VCK < 70000000 will use this value */ 46 /* 70000000 < LCK/VCK < 100000000 will use this value */ [all …]
|
/openbmc/linux/include/linux/platform_data/ |
H A D | adp8870.h | 118 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 120 u8 l2_bright_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 121 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 122 u8 l3_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 123 u8 l3_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 124 u8 l4_indoor_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 125 u8 l4_indor_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ 126 u8 l5_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */ 127 u8 l5_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */ [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.rockchip | 33 - EVB RK3288 - use evb-rk3288 configuration 34 - Fennec RK3288 - use fennec-rk3288 configuration 35 - Firefly RK3288 - use firefly-rk3288 configuration 36 - Hisense Chromebook - use chromebook_jerry configuration 37 - Asus C100P Chromebook - use chromebook_minnie configuration 38 - Asus Chromebit - use chromebook_mickey configuration 39 - MiQi RK3288 - use miqi-rk3288 configuration 40 - phyCORE-RK3288 RDK - use phycore-rk3288 configuration 41 - PopMetal RK3288 - use popmetal-rk3288 configuration 42 - Radxa Rock 2 - use rock2 configuration [all …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | Kconfig | 25 Choose this option if you want to use Exynos FIMD for DRM. 30 Choose this option if you want to use Exynos5433 DECON for DRM. 36 Choose this option if you want to use Exynos DECON for DRM. 41 Choose this option if you want to use Exynos Mixer for DRM. 46 Choose this option if you want to use Exynos VIDI for DRM. 83 Choose this option if you want to use Exynos HDMI for DRM. 89 Choose this option if you want to use Exynos MIC for DRM. 97 Choose this option if you want to use Exynos G2D for DRM. 106 Choose this option if you want to use Exynos FIMC for DRM. 112 Choose this option if you want to use Exynos Rotator for DRM. [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OGL-UK-1.0 | 3 You are encouraged to use and re-use the Information that is available under this licence, the Open… 6 Use of copyright and database right material expressly made available under this licence (the ‘Info… 8 The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Info… 10 This licence does not affect your freedom under fair dealing or fair use or any other copyright or … 20 …that you do not use the Information in a way that suggests any official status or that the Informa… 22 …ensure that your use of the Information does not breach the Data Protection Act 1998 or the Privac… 28 This licence does not cover the use of: 41 …all not be liable for any loss, injury or damage of any kind caused by its use. The Information Pr… 51 …e, literary and artistic works, content, data and source code) offered for use under the terms of … 57 …Use’
as a verb, means doing any act which is restricted by copyright or database right, whether in… [all …]
|
H A D | C-UDA-1.0 | 1 Computational Use of Data Agreement v1.0 3 This is the Computational Use of Data Agreement, Version 1.0 (the “C-UDA”). Capitalized terms are d… 7 1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under … 9 …l not sue you or any Downstream Recipient for any claim arising out of the use, modification, or d… 11 1.3 This C-UDA does not restrict your use, modification, or distribution of any portions of the Dat… 15 2.1 You agree that you will use the Data solely for Computational Use. 17 2.2 The C-UDA does not impose any restriction with respect to the use, modification, or distributio… 37 5.1. “Computational Use” means activities necessary to enable the use of Data (alone or along with … 45 …use of Data that does not include more than a de minimis portion of the Data on which the use is b…
|
H A D | OPL-UK-3.0 | 5 You are encouraged to use and re-use the information that 9 Use of copyright and database right material made 14 perpetual, non-exclusive licence to use the 18 fair dealing or fair use or any other copyright 42 This licence does not cover the use of: 55 This licence does not grant you any right to use the 57 that the Licensor endorses you or your use of the Information. 67 or damage of any kind caused by its use. The Licensor does 81 offered for use under the terms of this licence. 93 ‘Use’ means doing any act which is restricted by copyright [all …]
|
H A D | OGL-UK-2.0 | 3 You are encouraged to use and re-use the Information that is available under this licence freely an… 6 Use of copyright and database right material expressly made available under this licence (the ‘Info… 8 The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Info… 10 This licence does not affect your freedom under fair dealing or fair use or any other copyright or … 18 … multiple attributions are not practical in your product or application, you may use the following: 35 …ou any right to use the Information in a way that suggests any official status or that the Informa… 40 …all not be liable for any loss, injury or damage of any kind caused by its use. The Information Pr… 49 …e, literary and artistic works, content, data and source code) offered for use under the terms of … 57 ‘Use’ 58 …tributing, copying, adapting, modifying as may be technically necessary to use it in a different m… [all …]
|
H A D | Net-SNMP | 9 Permission to use, copy, modify and distribute this software and its documentation for any purpose … 11 …LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTIO… 15 …etworks Associates Technology, Inc All rights reserved. Redistribution and use in source and binar… 21 …USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WH… 25 …001-2003, Cambridge Broadband Ltd. All rights reserved. Redistribution and use in source and binar… 31 …USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WH… 37 Use is subject to license terms below. 43 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 51 …USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WH… 55 Copyright (c) 2003-2009, Sparta, Inc All rights reserved. Redistribution and use in source and bina… [all …]
|
H A D | NCGL-UK-2.0 | 4 You are encouraged to use and re-use the Information that is available under this licence freely an… 8 Use of copyright and database right material expressly made available under this licence (the ‘Info… 10 The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Info… 12 This licence does not affect your freedom under fair dealing or fair use or any other copyright or … 25 If the Information Provider does not provide a specific attribution statement, you must use the fol… 31 These are important conditions of this licence and if you fail to comply with them or use the Infor… 35 This licence does not cover the use of: 45 …right to use the Information in a way that suggests any official status or that the Information Pr… 49 …all not be liable for any loss, injury or damage of any kind caused by its use. The Information Pr… 57 …e, literary and artistic works, content, data and source code) offered for use under the terms of … [all …]
|
H A D | OGL-UK-3.0 | 3 You are encouraged to use and re-use the Information that is available under this licence freely an… 6 Use of copyright and database right material expressly made available under this licence (the 'Info… 8 The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Info… 10 This licence does not affect your freedom under fair dealing or fair use or any other copyright or … 18 …If the Information Provider does not provide a specific attribution statement, you must use the fo… 37 …right to use the Information in a way that suggests any official status or that the Information Pr… 42 …all not be liable for any loss, injury or damage of any kind caused by its use. The Information Pr… 50 …e, literary and artistic works, content, data and source code) offered for use under the terms of … 56 …Use' means doing any act which is restricted by copyright or database right, whether in the origin… 61 …use and re-use of their Information under a common open licence. The National Archives invites pub…
|
H A D | CDLA-Permissive-1.0 | 11 …Use” means Your analysis (through the use of computational devices or otherwise) or other interpre… 23 …a (including Your Enhanced Data) available in any manner which enables its Use, including by provi… 27 … Your Computational Use of Data. Results shall not include more than a de minimis portion of the … 31 1.12 “Use” means using Data (including accessing, copying, studying, reviewing, adapting, analyzing… 35 Section 2. Right and License to Use and to Publish 37 …non-exclusive, irrevocable (except as provided in Section 5) right to: (a) Use Data; and (b) Publi… 39 …ensed to You and to anyone else who Receives Data under this Agreement for Use and Publication, su… 53 …s for use, reproduction, or distribution of that Enhanced Data, or for any combination of Data and… 57 3.4 This Agreement imposes no obligations or restrictions on Your Use or Publication of Results. 65 …Use or Publish the Data will be revoked or modified if You materially fail to comply with the term… [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | subdev.c | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 57 const char *action = suspend ? "suspend" : subdev->use.enabled ? "fini" : "reset"; in nvkm_subdev_fini() 71 subdev->use.enabled = false; in nvkm_subdev_fini() 130 if (subdev->use.enabled) { in nvkm_subdev_init_() 142 subdev->use.enabled = true; in nvkm_subdev_init_() 162 mutex_lock(&subdev->use.mutex); in nvkm_subdev_init() 163 if (refcount_read(&subdev->use.refcount) == 0) { in nvkm_subdev_init() 165 mutex_unlock(&subdev->use.mutex); in nvkm_subdev_init() 170 mutex_unlock(&subdev->use.mutex); in nvkm_subdev_init() [all …]
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | boot-options.rst | 39 Do not opt-in to Local MCE delivery. Use legacy method 73 Use IO-APIC. Default 76 Don't use the IO-APIC. 79 Don't use the local APIC 82 Don't use the local APIC (alias for i386 compatibility) 102 Deprecated, use tsc=unstable instead. 105 Don't use the HPET timer. 124 Use the CPU reboot vector for warm reset 132 Use the keyboard controller. cold reset (default) 134 Use the ACPI RESET_REG in the FADT. If ACPI is not configured or [all …]
|
/openbmc/qemu/docs/system/ |
H A D | cpu-models-mips.rst.inc | 9 The following CPU models are supported for use on MIPS32 hosts. 10 Administrators / applications are recommended to use the CPU model that 11 matches the generation of the host CPUs in use. In a deployment with a 13 compatibility is required, use the newest CPU model that is compatible 41 The following CPU models are supported for use on MIPS64 hosts. 42 Administrators / applications are recommended to use the CPU model that 43 matches the generation of the host CPUs in use. In a deployment with a 45 compatibility is required, use the newest CPU model that is compatible 85 The following CPU models are supported for use on nanoMIPS hosts. 86 Administrators / applications are recommended to use the CPU model that [all …]
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | Kconfig | 109 Say Y if you want to use peripheral devices such as UART, SPI, 146 Say Y if you want to use peripheral devices such as UART, SPI, 154 Say Y if you want to use peripheral devices such as UART, SPI, 162 Say Y if you want to use peripheral devices such as UART, SPI, 169 Say Y if you want to use peripheral devices such as UART, SPI, 178 Say Y if you want to use peripheral devices such as UART, SPI, 187 Say Y if you want to use audio devices such as i2s, pcm, 195 Say Y if you want to use peripheral devices such as UART, SPI, 203 Say Y if you want to use peripheral devices such as UART, SPI, 212 Say Y if you want to use peripheral devices such as UART, SPI, [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | style.rst | 9 Please use the script checkpatch.pl in the scripts directory to check 34 * The confusion surrounding 'use tabs to indent, spaces to justify' is gone. 38 to use tab stops of eight positions. 94 that use long function or symbol names. If wrapping the line at 80 columns 105 xterms and use vi in all of them. The best way to punish them is to 126 A number of short naming conventions exist for variables that use 137 Wrapped version of standard library or GLib functions use a ``qemu_`` 159 workarounds we use the suffix ``_compat``. These are generally not 207 of blocks. To avoid accidental re-use it is permissible to declare 242 We use traditional C-style /``*`` ``*``/ comments and avoid // comments. [all …]
|