Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 4573) sorted by relevance

12345678910>>...183

/openbmc/webui-vue/src/
H A Dmain.js60 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/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfix_missing_use_directives.patch14 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/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c57 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()
179 mutex_lock(&subdev->use.mutex); in nvkm_subdev_oneinit()
181 mutex_unlock(&subdev->use.mutex); in nvkm_subdev_oneinit()
[all …]
/openbmc/u-boot/doc/
H A DREADME.at9126 make at91sam9260ek_nandflash_config - use nand flash
27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
48 make at91sam9261ek_nandflash_config - use nand flash
49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
69 make at91sam9263ek_nandflash_config - use nand flash
70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0)
71 make at91sam9263ek_norflash_config - use nor flash
90 make at91sam9m10g45ek_nandflash_config - use nand flash
[all …]
H A DREADME.rockchip33 - 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 …]
H A DREADME.video17 <xres> The X resolution (in pixels) to use.
18 <yres> The Y resolution (in pixels) to use.
19 <depth> The color depth (in bits) to use.
20 <freq> The frequency (in Hz) to use.
42 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use
53 - hpd=[0|1] - Enable use of the hdmi HotPlug Detect feature
64 - edid=[0|1] - Enable use of DDC + EDID to get monitor info
75 For example to always use the hdmi connector, even if no cable is inserted,
77 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".
83 U-Boot supports the use of antialiased TrueType fonts on some platforms. This
[all …]
/openbmc/qemu/docs/system/
H A Dcpu-models-mips.rst.inc9 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/gpu/drm/exynos/
H A DKconfig25 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/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/
H A D0001-deqp-runner-drop-zstd-support.patch117 @@ -63,7 +63,6 @@ use rayon::prelude::*;
118 use regex::RegexSet;
119 use serde::{Deserialize, Serialize};
120 use std::collections::HashMap;
121 -use std::ffi::OsStr;
122 use std::fs::File;
123 use std::io::prelude::*;
124 use std::io::BufReader;
125 @@ -76,7 +75,6 @@ use std::time::Duration;
126 use std::time::Instant;
[all …]
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-kizbox3_common.dtsi259 atmel,use-dma-rx;
260 atmel,use-dma-tx;
268 atmel,use-dma-rx;
269 atmel,use-dma-tx;
276 atmel,use-dma-rx;
277 atmel,use-dma-tx;
284 atmel,use-dma-rx;
285 atmel,use-dma-tx;
292 atmel,use-dma-rx;
293 atmel,use-dma-tx;
[all …]
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/
H A D0002-Fix-unnecessary-qualifications-error.patch21 use super::UCred;
22 use libc::{c_void, getsockopt, socklen_t, ucred, SOL_SOCKET, SO_PEERCRED};
23 + use std::io;
24 + use std::mem::size_of;
25 use std::os::unix::io::AsRawFd;
26 use std::os::unix::net::UnixStream;
27 - use std::{io, mem};
/openbmc/linux/net/x25/
H A Dx25_route.c137 struct x25_route *rt, *use = NULL; in x25_get_route() local
143 if (!use) in x25_get_route()
144 use = rt; in x25_get_route()
145 else if (rt->sigdigits > use->sigdigits) in x25_get_route()
146 use = rt; in x25_get_route()
150 if (use) in x25_get_route()
151 x25_route_hold(use); in x25_get_route()
154 return use; in x25_get_route()
/openbmc/qemu/pc-bios/
H A Dpetalogix-ml605.dts68 xlnx,dcache-use-fsl = < 0x00 >;
69 xlnx,dcache-use-writeback = < 0x01 >;
74 xlnx,ecc-use-ce-exception = < 0x00 >;
93 xlnx,icache-use-fsl = < 0x00 >;
116 xlnx,use-barrel = < 0x01 >;
117 xlnx,use-branch-target-cache = < 0x00 >;
118 xlnx,use-dcache = < 0x01 >;
119 xlnx,use-div = < 0x01 >;
120 xlnx,use-ext-brk = < 0x01 >;
121 xlnx,use-ext-nm-brk = < 0x01 >;
[all …]
H A Dpetalogix-s3adsp1800.dts59 xlnx,dcache-use-fsl = <0x01>;
75 xlnx,icache-use-fsl = <0x01>;
95 xlnx,use-barrel = <0x01>;
96 xlnx,use-dcache = <0x01>;
97 xlnx,use-div = <0x00>;
98 xlnx,use-ext-brk = <0x01>;
99 xlnx,use-ext-nm-brk = <0x01>;
100 xlnx,use-extended-fsl-instr = <0x00>;
101 xlnx,use-fpu = <0x00>;
102 xlnx,use-hw-mul = <0x01>;
[all …]
/openbmc/linux/drivers/usb/serial/
H A DKconfig16 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/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-deps-disable-io_uring-support-in-libuv.patch32 - int use;
34 - use = atomic_load_explicit(&use_io_uring, memory_order_relaxed);
36 - if (use == 0) {
37 - use = uv__kernel_version() >=
51 - use = atoi(val) ? 1 : -1;
53 - atomic_store_explicit(&use_io_uring, use, memory_order_relaxed);
56 - return use > 0;
/openbmc/linux/Documentation/admin-guide/mm/
H A Dswap_numa.rst6 information, we can make use of this information to decide which swap
7 device to use in get_swap_pages() to get better performance.
10 How to use this feature
14 use of automatically binding, there is no need to manipulate priority settings
22 Then node 0 will use the two swap devices in the order of swapA then swapB and
23 node 1 will use the two swap devices in the order of swapB then swapA. Note
38 Then node 0 will use them in the order of::
44 node 1 will use them in the order of::
48 node 2 will use them in the order of::
55 node 3 will use them in the order of::
[all …]
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dsite.conf.sample9 # Uncomment to cause CVS to use the proxy host specified
19 # To use git with a proxy, you must use an external git proxy command, such as
20 # the one provided by scripts/oe-git-proxy. To use this script, copy it to
26 # If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
31 # Uncomment this to use a shared download directory
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Duse-pkgconfig.patch6 For reasons which I just can't fathom gnulib doesn't use the expected tools to
26 dnl forces the use of the included or an external libxml.
37 - dnl Figure out whether we can use a preinstalled libxml2, or have to use
48 - dnl Don't use xml2-config nor pkg-config, since it doesn't work when
49 - dnl cross-compiling or when the C compiler in use is different from the
153 -dnl gives the user the option to decide whether to use the included or
156 -dnl forces the use of the included or an external libglib.
162 - [ --with-included-glib use the glib2 included here],
170 + [ --with-included-glib use the glib2 included here],
181 - dnl Figure out whether we can use a preinstalled libglib-2.0, or have to use
[all …]
/openbmc/linux/drivers/staging/wlan-ng/
H A DTODO6 use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
12 * Switch to use LIB80211.
13 * Switch to use MAC80211.
14 * Switch to use CFG80211.
15 * Improve the error handling of various functions, particularly those that use
/openbmc/linux/drivers/staging/rtl8192u/
H A DTODO6 use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
12 * Switch to use LIB80211.
13 * Switch to use MAC80211.
14 * Switch to use CFG80211.
15 * Improve the error handling of various functions, particularly those that use
/openbmc/linux/Documentation/devicetree/bindings/
H A Dwriting-bindings.rst24 - DO use node names matching the class of the device. Many standard names are
34 - DON'T use 'syscon' alone without a specific compatible string. A 'syscon'
42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
43 strings. DO use fallback compatibles when devices are the same as or a subset
47 - DO use a vendor prefix on device-specific property names. Consider if
54 - DO use common property unit suffixes for properties with scientific units.
75 - If schema includes other schema (e.g. /schemas/i2c/i2c-controller.yaml) use
76 "unevaluatedProperties:false". In other cases, usually use
79 - For sub-blocks/components of bigger device (e.g. SoC blocks) use rather
82 For example use "vendor,soc1234-i2c" instead of "vendor,i2c-v2".
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch23 + * you may not use this file except in compliance with the License.
49 + * Any C++ stuff must be wrapped with "#ifdef __cplusplus". Do not use "//"
56 + * HAVE_PTHREADS - use the pthreads library.
57 + * HAVE_WIN32_THREADS - use Win32 thread primitives.
66 + * the same name but different parameters, so we can't use that here.)
78 + * HAVE_FORKEXEC - use fork() and exec()
79 + * HAVE_WIN32_PROC - use CreateProcess()
93 + * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
94 + * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
95 + * HAVE_WIN32_IPC - use Win32 IPC (CreateSemaphore, CreateFileMapping).
[all …]
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-tic-hang.patch27 - kend=\EOF, khome=\EOH, use=konsole+pcfkeys,
28 - use=konsole-vt100,
31 - kcbt=\E[Z, use=xterm+pcc2, use=xterm+pcf0,
32 - use=xterm+pce2,
37 + khome=\EOH, use=konsole-vt100,
/openbmc/linux/drivers/staging/rtl8192e/
H A DTODO8 use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
14 * Switch to use LIB80211.
15 * Switch to use MAC80211.
16 * Switch to use CFG80211.
17 * Improve the error handling of various functions, particularly those that use

12345678910>>...183