Home
last modified time | relevance | path

Searched refs:external (Results 1 – 25 of 1351) sorted by relevance

12345678910>>...55

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dgitignore43 !/external/
44 !/external/libselinux/
45 !/external/libselinux/include/
46 !/external/libselinux/include/selinux/
47 !/external/libselinux/src/
48 !/external/f2fs-tools/
49 !/external/f2fs-tools/include/
50 !/external/f2fs-tools/lib/
51 !/external/f2fs-tools/mkfs/
/openbmc/linux/fs/hpfs/
H A Danode.c38 if (le32_to_cpu(btree->u.external[i].file_secno) <= sec && in hpfs_bplus_lookup()
39 … le32_to_cpu(btree->u.external[i].file_secno) + le32_to_cpu(btree->u.external[i].length) > sec) { in hpfs_bplus_lookup()
40 …a = le32_to_cpu(btree->u.external[i].disk_secno) + sec - le32_to_cpu(btree->u.external[i].file_sec… in hpfs_bplus_lookup()
47 hpfs_inode->i_file_sec = le32_to_cpu(btree->u.external[i].file_secno); in hpfs_bplus_lookup()
48 hpfs_inode->i_disk_sec = le32_to_cpu(btree->u.external[i].disk_secno); in hpfs_bplus_lookup()
49 hpfs_inode->i_n_secs = le32_to_cpu(btree->u.external[i].length); in hpfs_bplus_lookup()
98 …if (le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length) != fse… in hpfs_add_sector_to_btree()
100 le32_to_cpu(btree->u.external[n].file_secno) + le32_to_cpu(btree->u.external[n].length), fsecno, in hpfs_add_sector_to_btree()
105 …s_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btree->u.ex… in hpfs_add_sector_to_btree()
106 le32_add_cpu(&btree->u.external[n].length, 1); in hpfs_add_sector_to_btree()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/
H A Dvulkan-cts-sources.inc14 …com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;sha…
15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp…
16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan…
17 …KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/spirv-headers/src…
18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu…
19 …up/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-validation…
20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=…
21 …pen-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external/jsoncpp/src;rev=9…
22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
H A Dopengl-es-cts-sources.inc14 …com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;sha…
15 …git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;nobranch=1;destsuffix=git/external/sp…
16 …git://github.com/KhronosGroup/glslang.git;protocol=https;nobranch=1;destsuffix=git/external/glslan…
17 …KhronosGroup/SPIRV-Headers.git;protocol=https;nobranch=1;destsuffix=git/external/spirv-headers/src…
18 …git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;nobranch=1;destsuffix=git/external/vu…
19 …up/Vulkan-ValidationLayers.git;protocol=https;nobranch=1;destsuffix=git/external/vulkan-validation…
20 …git://github.com/google/amber.git;protocol=https;nobranch=1;destsuffix=git/external/amber/src;rev=…
21 …pen-source-parsers/jsoncpp.git;protocol=https;nobranch=1;destsuffix=git/external/jsoncpp/src;rev=9…
22 …git://github.com/Igalia/vk_video_samples.git;protocol=https;nobranch=1;destsuffix=git/external/nvi…
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.c634 bool external, bool c45, u16 op, int dev, in mv88e6xxx_g2_smi_phy_access() argument
639 if (external) in mv88e6xxx_g2_smi_phy_access()
657 bool external, u16 op, int dev, in mv88e6xxx_g2_smi_phy_access_c22() argument
660 return mv88e6xxx_g2_smi_phy_access(chip, external, false, op, dev, reg); in mv88e6xxx_g2_smi_phy_access_c22()
665 bool external, int dev, int reg, in mv88e6xxx_g2_smi_phy_read_data_c22() argument
675 err = mv88e6xxx_g2_smi_phy_access_c22(chip, external, op, dev, reg); in mv88e6xxx_g2_smi_phy_read_data_c22()
684 bool external, int dev, int reg, in mv88e6xxx_g2_smi_phy_write_data_c22() argument
698 return mv88e6xxx_g2_smi_phy_access_c22(chip, external, op, dev, reg); in mv88e6xxx_g2_smi_phy_write_data_c22()
702 bool external, u16 op, int port, in mv88e6xxx_g2_smi_phy_access_c45() argument
705 return mv88e6xxx_g2_smi_phy_access(chip, external, true, op, port, dev); in mv88e6xxx_g2_smi_phy_access_c45()
[all …]
/openbmc/linux/drivers/scsi/
H A Dscript_asm.pl189 @external = (); # Array of external names
427 foreach $external (split (/,/,$externals)) {
428 if ($external =~ /\s*($identifier)\s*$/) {
429 $external = $1;
430 push (@external, $external);
431 delete $forward{$external};
432 if (defined($symbol_values{$external})) {
435 $symbol_values{$external} = $external;
436 print STDERR "defined external $1 to $external\n" if ($debug_external);
440 expected <identifier>, got $external
[all …]
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-firmware-zynqmp126 temperature and external watchdog. Here, the external watchdog
127 is completely different than the /dev/watchdog as the external
129 the health of firmware not APU(Linux). Also, the external
138 the external watchdog feature.
140 external watchdog feature.
158 Select external watchdog config ID to enable/disable feature
161 Check external watchdog config ID is selected or not
165 Select external watchdog config ID to configure time interval
168 Check external watchdog config ID is selected or not
183 external watchdog. Here, the external watchdog is completely
[all …]
/openbmc/linux/drivers/memory/tegra/
H A DKconfig22 Tegra20 chips. The EMC controls the external DRAM on the board.
24 external memory.
34 Tegra30 chips. The EMC controls the external DRAM on the board.
36 external memory.
46 Tegra124 chips. The EMC controls the external DRAM on the board.
48 external memory.
60 Tegra210 chips. The EMC controls the external DRAM on the board.
62 external memory.
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dclk-palmas-clk32kg-clocks.txt13 - ti,external-sleep-control: The external enable input pins controlled the
14 enable/disable of clocks. The external enable input pins ENABLE1,
15 ENABLE2 and NSLEEP. The valid values for the external pins are:
21 The macros of external control pins for DTS is defined at
32 ti,external-sleep-control = <PALMAS_EXT_CONTROL_PIN_NSLEEP>;
H A Dnuvoton,npcm750-clk.txt11 clk_rg1refck, clk_rg2refck and clk_xin are external clocks suppling the
40 Example: Required external clocks for network:
42 /* external reference clock */
50 /* external reference clock for cpu. float in normal operation */
58 /* external reference clock for MC. float in normal operation */
66 /* external clock signal rg1refck, supplied by the phy */
74 /* external clock signal rg2refck, supplied by the phy */
H A Dvf610-clock.txt9 - clocks: list of clock identifiers which are external input clocks to the
12 - clock-names: list of names of clocks which are external input clocks to the
16 - sxosc (external crystal oscillator 32KHz, recommended)
17 - fxosc (external crystal oscillator 24MHz, recommended)
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/
H A Dfix-ldblibdir.patch10 src/external/libldb.m4 | 2 +-
13 diff --git a/src/external/libldb.m4 b/src/external/libldb.m4
15 --- a/src/external/libldb.m4
16 +++ b/src/external/libldb.m4
H A Ddrop_ntpdate_chk.patch8 Index: sssd-2.5.0/src/external/nsupdate.m4
10 --- sssd-2.5.0.orig/src/external/nsupdate.m4
11 +++ sssd-2.5.0/src/external/nsupdate.m4
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dxilinx-xadc.txt37 - xlnx,external-mux:
38 * "none": No external multiplexer is used, this is the default
44 - xlnx,external-mux-channel: Configures which pair of pins is used to
45 sample data in external mux mode.
46 Valid values for single external multiplexer mode are:
52 Valid values for dual external multiplexer mode are:
59 external multiplexer mode (either single or dual). If the device is
60 not using external multiplexer mode the property is ignored.
61 - xnlx,channels: List of external channels that are connected to the ADC
66 The child nodes of this node represent the external channels which are
[all …]
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmicrochip,pic32-evic.txt5 It handles all internal and external interrupts. This controller exists outside
9 External interrupts have a software configurable edge polarity. Non external
28 IRQ_TYPE_LEVEL_HIGH for persistent interrupts. For external interrupts use
33 - microchip,external-irqs: u32 array of external interrupts with software
45 microchip,external-irqs = <3 8 13 18 23>;
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-cru.txt33 - "ext_i2s" - external I2S clock - optional,
34 - "ext_hsadc" - external HSADC clock - optional,
35 - "ext_edp_24m" - external display port clock - optional,
36 - "ext_vip" - external VIP clock - optional,
37 - "ext_isp" - external ISP clock - optional,
38 - "ext_jtag" - external JTAG clock - optional
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/
H A Dtrusted-services-src.inc1 # Define sources of Trusted Service and all external dependencies
57 apply_local_src_patches ${S}/external/qcbor ${WORKDIR}/git/qcbor
58 apply_local_src_patches ${S}/external/t_cose ${WORKDIR}/git/tcose
59 apply_local_src_patches ${S}/external/MbedTLS ${WORKDIR}/git/mbedtls
60 apply_local_src_patches ${S}/external/CppUTest ${WORKDIR}/git/cpputest
61 apply_local_src_patches ${S}/external/libfdt ${WORKDIR}/git/dtc
62 apply_local_src_patches ${S}/external/nanopb ${WORKDIR}/git/nanopb
/openbmc/qemu/hw/intc/
H A Dexynos4210_combiner.c74 VMSTATE_UINT32(external, Exynos4210CombinerState),
140 DPRINTF("%s raise IRQ[%d]\n", s->external ? "EXT" : "INT", group_n); in exynos4210_combiner_update()
156 DPRINTF("%s lower IRQ[%d]\n", s->external ? "EXT" : "INT", group_n); in exynos4210_combiner_update()
210 s->external ? "EXT" : "INT", in exynos4210_combiner_write()
230 s->external ? "EXT" : "INT", in exynos4210_combiner_write()
270 if (s->external && group_n >= EXYNOS4210_MAX_EXT_COMBINER_OUT_IRQ) { in exynos4210_combiner_handler()
271 DPRINTF("%s unallowed IRQ group 0x%x\n", s->external ? "EXT" : "INT" in exynos4210_combiner_handler()
329 DEFINE_PROP_UINT32("external", Exynos4210CombinerState, external, 0),
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Daspeed-wdt.txt38 - aspeed,external-signal: If property is present then signal is sent to
39 external reset counter (only WDT1 and WDT2). If not
40 specified no external signal is sent.
44 - aspeed,ext-push-pull: If aspeed,external-signal is present, set the pin's
46 - aspeed,ext-active-high: If aspeed,external-signal is present and and the pin
64 aspeed,external-signal;
/openbmc/phosphor-power/phosphor-power-sequencer/docs/
H A Dtesting.md24 One of the primary challenges with automated testing is handling external
26 external interfaces:
39 behavior of the external interface to be simulated and controlled within the
44 - Abstract base class with virtual methods for external interfaces
46 actual external interfaces
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dexternal-toolchain.rst6 You might want to use an external toolchain as part of your development.
11 need to build the external toolchain, you would need to take separate
29 particular, "external-\*" refers to external toolchains. One example is
35 Another example of external toolchain layer is
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dlp872x.txt10 bit[2]: BUCK output voltage control by external DVS pin or register
11 1 = external pin, 0 = bit7 of register 08h
12 bit[1]: sleep control by external DVS pin or register
13 1 = external pin, 0 = bit6 of register 08h
20 bit[2]: BUCK1 output voltage control by external DVS pin or register
28 - ti,dvs-gpio: GPIO specifier for external DVS pin control of LP872x devices.
49 /* external DVS pin used, timestep is 25usec */
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dlan9303.txt52 port@1 { /* external port 1 */
57 port@2 { /* external port 2 */
88 port@1 { /* external port 1 */
93 port@2 { /* external port 2 */
/openbmc/linux/Documentation/kbuild/
H A Dmodules.rst47 in building out-of-tree (or "external") modules. The author of an
48 external module should supply a makefile that hides most of the
57 To build external modules, you must have a prebuilt kernel available
66 building external modules.
75 The command to build an external module is::
79 The kbuild system knows that an external module is being built
104 Informs kbuild that an external module is being built.
106 directory where the external module (kbuild file) is
112 When building an external module, only a subset of the "make"
125 The default target for external modules. It has the
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/
H A Dlibcereal_1.3.2.bb9 file://include/cereal/external/rapidxml/license.txt;md5=d63ab70ba21ca0544b03284958324301 \
10 file://include/cereal/external/LICENSE;md5=b07578c9df99c0b8b45eb041efd4a645 \
11 file://include/cereal/external/rapidjson/LICENSE;md5=e7abb663111d4ac17cf00323698aff08 \
12 … file://include/cereal/external/rapidjson/msinttypes/LICENSE;md5=dffce65b98c773976de2e338bd130f46 \

12345678910>>...55