Home
last modified time | relevance | path

Searched full:external (Results 1 – 25 of 5106) sorted by relevance

12345678910>>...205

/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/
H A DConfig.in3 comment "Toolchain External Options"
15 source "toolchain/toolchain-external/toolchain-external-arm-aarch64/Config.in"
16 source "toolchain/toolchain-external/toolchain-external-linaro-aarch64/Config.in"
17 source "toolchain/toolchain-external/toolchain-external-codesourcery-aarch64/Config.in"
20 source "toolchain/toolchain-external/toolchain-external-arm-aarch64-be/Config.in"
21 source "toolchain/toolchain-external/toolchain-external-linaro-aarch64-be/Config.in"
24 source "toolchain/toolchain-external/toolchain-external-synopsys-arc/Config.in"
27 source "toolchain/toolchain-external/toolchain-external-andes-nds32/Config.in"
30 source "toolchain/toolchain-external/toolchain-external-arm-arm/Config.in"
31 source "toolchain/toolchain-external/toolchain-external-linaro-arm/Config.in"
[all …]
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dtraps.c106 /* External exceptions */
108 { "Oops - external exception", SIGBUS, BUS_ADRERR },
109 { "Oops - external exception", SIGBUS, BUS_ADRERR },
110 { "Oops - external exception", SIGBUS, BUS_ADRERR },
111 { "Oops - external exception", SIGBUS, BUS_ADRERR },
112 { "Oops - external exception", SIGBUS, BUS_ADRERR },
113 { "Oops - external exception", SIGBUS, BUS_ADRERR },
114 { "Oops - external exception", SIGBUS, BUS_ADRERR },
115 { "Oops - external exception", SIGBUS, BUS_ADRERR },
116 { "Oops - external exception", SIGBUS, BUS_ADRERR },
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/
H A DAndroid.bp33 "external/camera_engine_rkaiq",
34 "external/camera_engine_rkaiq/iq_parser",
35 "external/camera_engine_rkaiq/iq_parser_v2",
36 "external/camera_engine_rkaiq/include/algos",
37 "external/camera_engine_rkaiq/include",
38 "external/camera_engine_rkaiq/algos/",
39 "external/camera_engine_rkaiq/include/xcore/base",
40 "external/camera_engine_rkaiq/include/xcore",
41 "external/camera_engine_rkaiq/include/iq_parser",
42 "external/camera_engine_rkaiq/include/iq_parser_v2",
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/
H A Domp_lib.h69 external omp_init_lock, omp_init_nest_lock
70 external omp_init_lock_with_hint
71 external omp_init_nest_lock_with_hint
72 external omp_destroy_lock, omp_destroy_nest_lock
73 external omp_set_lock, omp_set_nest_lock
74 external omp_unset_lock, omp_unset_nest_lock
75 external omp_set_dynamic, omp_set_nested
76 external omp_set_num_threads
78 external omp_get_dynamic, omp_get_nested
80 external omp_test_lock, omp_in_parallel
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/
H A Domp_lib.h69 external omp_init_lock, omp_init_nest_lock
70 external omp_init_lock_with_hint
71 external omp_init_nest_lock_with_hint
72 external omp_destroy_lock, omp_destroy_nest_lock
73 external omp_set_lock, omp_set_nest_lock
74 external omp_unset_lock, omp_unset_nest_lock
75 external omp_set_dynamic, omp_set_nested
76 external omp_set_num_threads
78 external omp_get_dynamic, omp_get_nested
80 external omp_test_lock, omp_in_parallel
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/
H A DAndroid.bp33 "external/camera_engine_rkaiq",
34 "external/camera_engine_rkaiq/iq_parser",
35 "external/camera_engine_rkaiq/iq_parser_v2",
36 "external/camera_engine_rkaiq/include/algos",
37 "external/camera_engine_rkaiq/include",
38 "external/camera_engine_rkaiq/algos/",
39 "external/camera_engine_rkaiq/include/xcore/base",
40 "external/camera_engine_rkaiq/include/xcore",
41 "external/camera_engine_rkaiq/include/iq_parser",
42 "external/camera_engine_rkaiq/include/iq_parser_v2",
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-outside-br.txt18 location a _br2-external tree_. This section explains how to use
19 the br2-external mechanism and what to provide in a br2-external
22 One can tell Buildroot to use one or more br2-external trees by setting
23 the +BR2_EXTERNAL+ make variable set to the path(s) of the br2-external
25 is automatically saved in the hidden +.br2-external.mk+ file in the output
31 The path to a br2-external tree can be either absolute or relative.
37 If using an br2-external tree from before Buildroot 2016.11, you need to
39 xref:br2-external-converting[] for help on doing so.
47 From now on, definitions from the +/path/to/foo+ br2-external tree
55 We can switch to another br2-external tree at any time:
[all …]
H A Dmigrating.txt21 adaptations to external packages and custom build scripts.
30 . Fix build issues in external packages (usually due to updated
41 [[br2-external-converting]]
44 Before Buildroot 2016.11, it was possible to use only one br2-external
48 This however means that older br2-external trees are not usable as-is.
49 A minor change has to be made: adding a name to your br2-external tree.
53 * First, create a new file named +external.desc+, at the root of your
54 br2-external tree, with a single line defining the name of your
55 br2-external tree:
58 $ echo 'name: NAME_OF_YOUR_TREE' >external.desc
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DAndroid.bp37 "external/camera_engine_rkaiq",
38 "external/camera_engine_rkaiq/iq_parser",
39 "external/camera_engine_rkaiq/iq_parser_v2",
40 "external/camera_engine_rkaiq/include/algos",
41 "external/camera_engine_rkaiq/include",
42 "external/camera_engine_rkaiq/algos/",
43 "external/camera_engine_rkaiq/include/xcore/base",
44 "external/camera_engine_rkaiq/include/xcore",
45 "external/camera_engine_rkaiq/include/iq_parser",
46 "external/camera_engine_rkaiq/include/iq_parser_v2",
[all …]
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A DKconfig11 bool "NVIDIA Tegra20 External Memory Controller driver"
15 This driver is for the External Memory Controller (EMC) found on
16 Tegra20 chips. The EMC controls the external DRAM on the board.
18 external memory.
21 bool "NVIDIA Tegra30 External Memory Controller driver"
25 This driver is for the External Memory Controller (EMC) found on
26 Tegra30 chips. The EMC controls the external DRAM on the board.
28 external memory.
31 bool "NVIDIA Tegra124 External Memory Controller driver"
35 This driver is for the External Memory Controller (EMC) found on
[all …]
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dbr2-external8 # The names of the br2-external trees, once validated.
11 # URL to manual for help in converting old br2-external trees.
13 MANUAL_URL='https://buildroot.org/manual.html\#br2-external-converting'
42 # Validates the br2-external trees passed as arguments. Makes each of
58 # No br2-external tree is valid
64 done >"${outputdir}/.br2-external.mk"
77 if [ ! -f "${br2_ext}/external.desc" ]; then
78 error "'%s': does not have an 'external.desc'. See %s\n" \
81 br2_name="$(sed -r -e '/^name: +(.*)$/!d; s//\1/' "${br2_ext}/external.desc")"
83 error "'%s/external.desc': does not define the name\n" "${br2_ext}"
[all …]
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-custom/
H A DConfig.in.options7 default "toolchain-external-custom"
29 bool "External toolchain gcc version"
31 Set to the gcc version that is used by your external
111 bool "External toolchain kernel headers series"
115 this external toolchain.
391 prompt "External toolchain C library"
398 Select this option if your external toolchain uses the
408 Select this option if your external toolchain uses the GNU C
424 Select this option if your external toolchain uses the
435 Select this option if your external toolchain supports
[all …]
/OK3568_Linux_fs/debian/overlay-firmware/usr/share/npu_fw_pcie/
H A Dnpu_commit_id.xml12 …<project name="linux/external/camera_engine_rkisp" path="npu/external/camera_engine_rkisp" revisio…
13 …<project name="linux/external/powermanager" path="npu/external/powermanager" revision="17921d6b753…
14 …<project name="linux/external/rknpu" path="npu/external/rknpu" revision="b010399b7595945381ddd6385…
15 …<project name="linux/external/rkscript" path="npu/external/rkscript" revision="324143e744f6d1a227a…
16 …<project name="linux/external/rktoolkit" path="npu/external/rktoolkit" revision="fc1ddcf4f804d1dbb…
17 …<project name="linux/linux-rga" path="npu/external/linux-rga" revision="72e7764a9fe358e6ad50eb1b21…
18 …<project name="linux/rkmedia" path="npu/external/rkmedia" revision="6c796505c1d327f06ec6ade0df697f…
/OK3568_Linux_fs/debian/overlay-firmware/usr/share/npu_fw/
H A Dnpu_commit_id.xml12 …<project name="linux/external/camera_engine_rkisp" path="npu/external/camera_engine_rkisp" revisio…
13 …<project name="linux/external/powermanager" path="npu/external/powermanager" revision="17921d6b753…
14 …<project name="linux/external/rknpu" path="npu/external/rknpu" revision="b010399b7595945381ddd6385…
15 …<project name="linux/external/rkscript" path="npu/external/rkscript" revision="324143e744f6d1a227a…
16 …<project name="linux/external/rktoolkit" path="npu/external/rktoolkit" revision="fc1ddcf4f804d1dbb…
17 …<project name="linux/linux-rga" path="npu/external/linux-rga" revision="72e7764a9fe358e6ad50eb1b21…
18 …<project name="linux/rkmedia" path="npu/external/rkmedia" revision="6c796505c1d327f06ec6ade0df697f…
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dmodules.rst2 Building External Modules
10 === 2 How to Build External Modules
15 === 3. Creating a Kbuild File for an External Module
30 --- 6.2 Symbols and External Modules
31 --- 6.3 Symbols From Another External Module
48 in building out-of-tree (or "external") modules. The author of an
49 external module should supply a makefile that hides most of the
55 2. How to Build External Modules
58 To build external modules, you must have a prebuilt kernel available
67 building external modules.
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dxilinx-xadc.txt25 - xlnx,external-mux:
26 * "none": No external multiplexer is used, this is the default
28 * "single": External multiplexer mode is used with one
30 * "dual": External multiplexer mode is used with two
32 - xlnx,external-mux-channel: Configures which pair of pins is used to
33 sample data in external mux mode.
34 Valid values for single external multiplexer mode are:
40 Valid values for dual external multiplexer mode are:
47 external multiplexer mode (either single or dual). If the device is
48 not using external multiplexer mode the property is ignored.
[all …]
H A Dat91_adc.txt23 - atmel,adc-use-external-triggers: Boolean to enable the external triggers
43 * trigger-external: Is the trigger an external trigger?
56 atmel,adc-use-external-triggers;
63 trigger-name = "external-rising";
65 trigger-external;
68 trigger-name = "external-falling";
70 trigger-external;
74 trigger-name = "external-any";
76 trigger-external;
/OK3568_Linux_fs/kernel/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()
54 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a); 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()
[all …]
/OK3568_Linux_fs/buildroot/package/mono/
H A D0001-Fix-linkage-with-a-system-libatomic_ops-shared-library.patch8 When bdwgc is linked with the external libatomic_ops, bdw-gc.pc must
27 diff --git a/external/bdwgc/bdw-gc.pc.in b/external/bdwgc/bdw-gc.pc.in
29 --- a/external/bdwgc/bdw-gc.pc.in
30 +++ b/external/bdwgc/bdw-gc.pc.in
38 diff --git a/external/bdwgc/configure.ac b/external/bdwgc/configure.ac
40 --- a/external/bdwgc/configure.ac
41 +++ b/external/bdwgc/configure.ac
46 - [ AC_MSG_RESULT([external]) ],
47 + [ AC_MSG_RESULT([external])
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_85xx_cache_ctlr.h40 u32 ewar0; /* 0x010 - External write address 0 */
41 u32 ewarea0; /* 0x014 - External write address extended 0 */
42 u32 ewcr0; /* 0x018 - External write ctrl */
44 u32 ewar1; /* 0x020 - External write address 1 */
45 u32 ewarea1; /* 0x024 - External write address extended 1 */
46 u32 ewcr1; /* 0x028 - External write ctrl 1 */
48 u32 ewar2; /* 0x030 - External write address 2 */
49 u32 ewarea2; /* 0x034 - External write address extended 2 */
50 u32 ewcr2; /* 0x038 - External write ctrl 2 */
52 u32 ewar3; /* 0x040 - External write address 3 */
[all …]
/OK3568_Linux_fs/debian/scripts/rkstage0/03-sys-storage/
H A D00-run.sh3 install -v -m 0644 -D $TOP_DIR/external/rkscript/61-partition-init.rules $ROOTFS_DIR/lib/udev/rules…
6 install -v -m 0644 -D $TOP_DIR/external/rkscript/61-sd-cards-auto-mount.rules $ROOTFS_DIR/lib/udev/…
13 install -v -m 0644 -D $TOP_DIR/external/rkscript/usbdevice.service $ROOTFS_DIR/etc/systemd/system/
14 install -v -m 0755 -D $TOP_DIR/external/rkscript/S50usbdevice $ROOTFS_DIR/etc/init.d/
17 install -v -m 0644 -D $TOP_DIR/external/rkscript/61-usbdevice.rules $ROOTFS_DIR/lib/udev/rules.d/
18 install -v -m 0755 -D $TOP_DIR/external/rkscript/usbdevice $ROOTFS_DIR/usr/bin/
27 install -v -m 0755 -D $TOP_DIR/external/rkscript/resize-helper $ROOTFS_DIR/usr/sbin/
28 install -v -m 0755 -D $TOP_DIR/external/rkscript/S22resize-disk $ROOTFS_DIR/etc/init.d/
29 install -v -m 0644 -D $TOP_DIR/external/rkscript/resize-disk.service $ROOTFS_DIR/etc/systemd/system/
38 # install -v -m 0755 -D $TOP_DIR/external/rkscript/S21mountall.sh $TARGET_DIR/etc/init.d/
/OK3568_Linux_fs/kernel/include/linux/
H A Dextcon.h3 * External Connector (extcon) framework
24 * Define the type of supported external connectors
33 * Define the unique id of supported external connectors
37 /* USB external connector */
43 * Charging external connector
63 /* Jack external connector */
73 /* Display external connector */
83 /* Miscellaneous external connector */
91 * Define the properties of supported external connectors.
173 * Following APIs get the connected state of each external connector.
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Ddavinci-vpbe.rst18 Loads up VENC, OSD and external encoders such as ths8200. It provides
20 in the VENC or external sub devices. It also provides
22 using sub device ops. The connection of external encoders to VENC LCD
27 When connected to an external encoder, vpbe controller is also responsible
28 for setting up the interface between VENC and external encoders based on
30 interfacing external encoders such as ths8200. The setup_if_config()
33 patch series, the interconnection and enabling and setting of the external
39 setting timings at LCD controller port when external encoders are connected
40 at the port or LCD panel timings required. When external encoder/LCD panel
52 support for external encoders and displays forms a part of the next
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dsamsung-pinctrl.txt33 - First base address is for GPAx and GPF[1-5] external interrupt
117 External GPIO and Wakeup Interrupts:
119 The controller supports two types of external interrupts over gpio. The first
120 is the external gpio interrupt and second is the external wakeup interrupts.
121 The difference between the two is that the external wakeup interrupts can be
124 A. External GPIO Interrupts: For supporting external gpio interrupts, the
135 - First Cell: represents the external gpio interrupt number local to the
136 external gpio interrupt space of the controller.
144 B. External Wakeup Interrupts: For supporting external wakeup interrupts, a
145 child node representing the external wakeup interrupt controller should be
[all …]
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon.c3 * drivers/extcon/extcon.c - External Connector (extcon) framework.
43 /* USB external connector */
60 /* Charging external connector */
102 /* Jack external connector */
144 /* Display external connector */
186 /* Miscellaneous external connector */
207 * struct extcon_cable - An internal data for an external connector.
415 * extcon_sync() - Synchronize the state for an external connector.
419 * the state and property of an external connector.
448 * external connector. in extcon_sync()
[all …]

12345678910>>...205