Home
last modified time | relevance | path

Searched full:internal (Results 1 – 25 of 7698) sorted by relevance

12345678910>>...308

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/
H A DBuildOptions.cmake8 set(RKAIQ_ENABLE_PARSER_V1 FALSE CACHE INTERNAL "Build rkaiq's old xml parser")
9 set(RKAIQ_ENABLE_CAMGROUP FALSE CACHE INTERNAL "Build rkaiq's camera group algorithms")
10 set(RKAIQ_ENABLE_LIBDRM TRUE CACHE INTERNAL "Build rkaiq with libdrm")
11 set(RKAIQ_HAVE_FAKECAM FALSE CACHE INTERNAL "Build rkaiq's Fake Cam")
12 set(RKAIQ_HAVE_SPSTREAM FALSE CACHE INTERNAL "Build rkaiq's SP Stream")
13 set(RKAIQ_HAVE_THUMBNAILS FALSE CACHE INTERNAL "Build rkaiq's Thumbnails Service")
14 set(RKAIQ_HAVE_MULTIISP FALSE CACHE INTERNAL "Build rkaiq's Dual ISP")
15 set(RKAIQ_ENABLE_AF FALSE CACHE INTERNAL "Build rkaiq's AF algorithm")
16 set(RKAIQ_HAVE_ONLY_CUSTOM_AF FALSE CACHE INTERNAL "Build AF stats for custom algorithm")
17 set(RKAIQ_INSTALL_ALGOS_LIB FALSE CACHE INTERNAL "Install algos lib to algos dir")
[all …]
/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/lib/gconv/
H A Dgconv-modules39 module BS_4730// INTERNAL ISO646 2
40 module INTERNAL BS_4730// ISO646 2
48 module CSA_Z243.4-1985-1// INTERNAL ISO646 2
49 module INTERNAL CSA_Z243.4-1985-1// ISO646 2
56 module CSA_Z243.4-1985-2// INTERNAL ISO646 2
57 module INTERNAL CSA_Z243.4-1985-2// ISO646 2
63 module DIN_66003// INTERNAL ISO646 2
64 module INTERNAL DIN_66003// ISO646 2
70 module DS_2089// INTERNAL ISO646 2
71 module INTERNAL DS_2089// ISO646 2
[all …]
/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/lib64/gconv/
H A Dgconv-modules39 module BS_4730// INTERNAL ISO646 2
40 module INTERNAL BS_4730// ISO646 2
48 module CSA_Z243.4-1985-1// INTERNAL ISO646 2
49 module INTERNAL CSA_Z243.4-1985-1// ISO646 2
56 module CSA_Z243.4-1985-2// INTERNAL ISO646 2
57 module INTERNAL CSA_Z243.4-1985-2// ISO646 2
63 module DIN_66003// INTERNAL ISO646 2
64 module INTERNAL DIN_66003// ISO646 2
70 module DS_2089// INTERNAL ISO646 2
71 module INTERNAL DS_2089// ISO646 2
[all …]
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstb0899_algo.c50 struct stb0899_internal *internal = &state->internal;
55 return stb0899_calc_srate(internal->master_clk, sfr);
122 struct stb0899_internal *internal = &state->internal; in stb0899_carr_width() local
124 return (internal->srate + (internal->srate * internal->rolloff) / 100); in stb0899_carr_width()
133 struct stb0899_internal *internal = &state->internal; in stb0899_first_subrange() local
148 internal->sub_range = min(internal->srch_range, range); in stb0899_first_subrange()
150 internal->sub_range = 0; in stb0899_first_subrange()
152 internal->freq = params->freq; in stb0899_first_subrange()
153 internal->tuner_offst = 0L; in stb0899_first_subrange()
154 internal->sub_dir = 1; in stb0899_first_subrange()
[all …]
H A Dstb0899_drv.c558 struct stb0899_internal *internal = &state->internal; in stb0899_set_mclk() local
566 internal->master_clk = stb0899_get_mclk(state); in stb0899_set_mclk()
568 dprintk(state->verbose, FE_DEBUG, 1, "MasterCLOCK=%d", internal->master_clk); in stb0899_set_mclk()
630 struct stb0899_internal *internal = &state->internal; in stb0899_init_calc() local
640 internal->t_agc1 = 0; in stb0899_init_calc()
641 internal->t_agc2 = 0; in stb0899_init_calc()
642 internal->master_clk = master_clk; in stb0899_init_calc()
643 internal->mclk = master_clk / 65536L; in stb0899_init_calc()
644 internal->rolloff = stb0899_get_alpha(state); in stb0899_init_calc()
648 internal->agc_gain = 8154; in stb0899_init_calc()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/misc/
H A Dhabanalabs.h26 * The external queues (PCI DMA channels) MUST be before the internal queues
27 * and each group (PCI DMA channels and internal) must be contiguous inside
39 GOYA_QUEUE_ID_MME = 6, /* Internal queues start here */
54 * Except one CPU queue, all the rest are internal queues.
67 GAUDI_QUEUE_ID_DMA_2_0 = 9, /* internal */
68 GAUDI_QUEUE_ID_DMA_2_1 = 10, /* internal */
69 GAUDI_QUEUE_ID_DMA_2_2 = 11, /* internal */
70 GAUDI_QUEUE_ID_DMA_2_3 = 12, /* internal */
71 GAUDI_QUEUE_ID_DMA_3_0 = 13, /* internal */
72 GAUDI_QUEUE_ID_DMA_3_1 = 14, /* internal */
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/
H A D0001-conntrack-fix-build-with-kernel-5.15-and-musl.patch11 were moved into a separate internal header to avoid duplication this has
15 suppression defines is included in the internal.h header and not in the
31 include/internal/internal.h | 1 -
32 include/internal/proto.h | 1 +
35 diff --git a/include/internal/internal.h b/include/internal/internal.h
37 --- a/include/internal/internal.h
38 +++ b/include/internal/internal.h
47 diff --git a/include/internal/proto.h b/include/internal/proto.h
49 --- a/include/internal/proto.h
50 +++ b/include/internal/proto.h
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dinetd.conf10 #:INTERNAL: Internal services
11 #echo stream tcp nowait root internal
12 #echo dgram udp wait root internal
13 #chargen stream tcp nowait root internal
14 #chargen dgram udp wait root internal
15 #discard stream tcp nowait root internal
16 #discard dgram udp wait root internal
17 #daytime stream tcp nowait root internal
18 #daytime dgram udp wait root internal
19 #time stream tcp nowait root internal
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dbasics.rst8 :internal:
14 :internal:
22 :internal:
28 :internal:
31 :internal:
34 :internal:
43 :internal:
52 :internal:
55 :internal:
60 Internal Functions
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_internal_sync.h14 * Mali internal structure/interface for sync.
136 * Create a mali internal sync timeline.
137 * @param ops The implementation ops for the mali internal sync timeline
140 * @return The new mali internal sync timeline if successful, NULL if not.
146 * Destroy one mali internal sync timeline.
147 * @param sync_timeline The mali internal sync timeline to destroy.
152 * Signal one mali internal sync timeline.
153 * @param sync_timeline The mali internal sync timeline to signal.
158 * Create one mali internal sync point.
159 * @param sync_timeline The mali internal sync timeline to add this mali internal sync point.
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h10 * through the MPC8xx internal memory map. See immap.h for details.
113 uint smc_rstate; /* Internal */
114 uint smc_idp; /* Internal */
115 ushort smc_rbptr; /* Internal */
116 ushort smc_ibc; /* Internal */
117 uint smc_rxtmp; /* Internal */
118 uint smc_tstate; /* Internal */
119 uint smc_tdp; /* Internal */
120 ushort smc_tbptr; /* Internal */
121 ushort smc_tbc; /* Internal */
[all …]
H A Dcpm_85xx.h11 * All CPM control and status is available through the MPC8260 internal
260 uint scc_rstate; /* Internal */
261 uint scc_idp; /* Internal */
262 ushort scc_rbptr; /* Internal */
263 ushort scc_ibc; /* Internal */
264 uint scc_rxtmp; /* Internal */
265 uint scc_tstate; /* Internal */
266 uint scc_tdp; /* Internal */
267 ushort scc_tbptr; /* Internal */
268 ushort scc_tbc; /* Internal */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcpm1.h8 * through the MPC8xx internal memory map. See immap.h for details.
84 uint smc_rstate; /* Internal */
85 uint smc_idp; /* Internal */
86 ushort smc_rbptr; /* Internal */
87 ushort smc_ibc; /* Internal */
88 uint smc_rxtmp; /* Internal */
89 uint smc_tstate; /* Internal */
90 uint smc_tdp; /* Internal */
91 ushort smc_tbptr; /* Internal */
92 ushort smc_tbc; /* Internal */
[all …]
H A Dipic.h28 #define IPIC_SIPNR_H 0x08 /* System Internal Interrupt Pending Register (HIGH) */
29 #define IPIC_SIPNR_L 0x0C /* System Internal Interrupt Pending Register (LOW) */
30 #define IPIC_SIPRR_A 0x10 /* System Internal Interrupt group A Priority Register */
31 #define IPIC_SIPRR_B 0x14 /* System Internal Interrupt group B Priority Register */
32 #define IPIC_SIPRR_C 0x18 /* System Internal Interrupt group C Priority Register */
33 #define IPIC_SIPRR_D 0x1C /* System Internal Interrupt group D Priority Register */
34 #define IPIC_SIMSR_H 0x20 /* System Internal Interrupt Mask Register (HIGH) */
35 #define IPIC_SIMSR_L 0x24 /* System Internal Interrupt Mask Register (LOW) */
36 #define IPIC_SICNR 0x28 /* System Internal Interrupt Control Register */
45 #define IPIC_SIFCR_H 0x50 /* System Internal Interrupt Force Register (HIGH) */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchmodelbase.cpp64 \internal
72 \internal
86 \internal
102 \internal
141 \internal
149 \internal
161 \internal
169 \internal
177 \internal
185 \internal
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkapi.rst12 :internal:
18 :internal:
21 :internal:
48 :internal:
102 :internal:
105 :internal:
123 :internal:
126 :internal:
135 :internal:
144 :internal:
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Daltera-ci.c111 struct fpga_internal *internal; member
119 struct fpga_internal *internal; member
129 /* internal params node */
131 /* pointer for internal params, one for each pair of CI's */
132 struct fpga_internal *internal; member
136 /* first internal params */
151 (temp_chip->internal->dev != dev)) in find_inode()
183 if (temp_chip->internal != NULL) { in find_dinode()
184 temp_int = temp_chip->internal; in find_dinode()
198 static void remove_inode(struct fpga_internal *internal) in remove_inode() argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkernel-api.rst10 :internal:
46 :internal:
61 :internal:
64 :internal:
67 :internal:
88 :internal:
91 :internal:
151 :internal:
169 :internal:
190 :internal:
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Daesni.h7 * \warning These functions are only for internal use by other library
54 * \brief Internal function to detect the AES-NI feature in CPUs.
56 * \note This function is only for internal use by other library
67 * \brief Internal AES-NI AES-ECB block encryption and decryption
69 * \note This function is only for internal use by other library
85 * \brief Internal GCM multiplication: c = a * b in GF(2^128)
87 * \note This function is only for internal use by other library
102 * \brief Internal round key inversion. This function computes
105 * \note This function is only for internal use by other library
117 * \brief Internal key expansion for encryption
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Daesni.h7 * \warning These functions are only for internal use by other library
54 * \brief Internal function to detect the AES-NI feature in CPUs.
56 * \note This function is only for internal use by other library
67 * \brief Internal AES-NI AES-ECB block encryption and decryption
69 * \note This function is only for internal use by other library
85 * \brief Internal GCM multiplication: c = a * b in GF(2^128)
87 * \note This function is only for internal use by other library
102 * \brief Internal round key inversion. This function computes
105 * \note This function is only for internal use by other library
117 * \brief Internal key expansion for encryption
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch12 --- a/absl/base/internal/unscaledcycleclock.cc
13 +++ b/absl/base/internal/unscaledcycleclock.cc
32 --- a/absl/base/internal/unscaledcycleclock.h
33 +++ b/absl/base/internal/unscaledcycleclock.h
44 --- a/absl/debugging/internal/examine_stack.cc
45 +++ b/absl/debugging/internal/examine_stack.cc
55 #include "absl/base/internal/raw_logging.h"
69 --- a/absl/debugging/internal/stacktrace_config.h
70 +++ b/absl/debugging/internal/stacktrace_config.h
74 "absl/debugging/internal/stacktrace_x86-inl.inc"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A Dabseil-ppc-fixes.patch12 --- a/absl/base/internal/unscaledcycleclock.cc
13 +++ b/absl/base/internal/unscaledcycleclock.cc
32 --- a/absl/base/internal/unscaledcycleclock.h
33 +++ b/absl/base/internal/unscaledcycleclock.h
44 --- a/absl/debugging/internal/examine_stack.cc
45 +++ b/absl/debugging/internal/examine_stack.cc
55 #include "absl/base/internal/raw_logging.h"
69 --- a/absl/debugging/internal/stacktrace_config.h
70 +++ b/absl/debugging/internal/stacktrace_config.h
74 "absl/debugging/internal/stacktrace_x86-inl.inc"
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Daesni.h7 * \warning These functions are only for internal use by other library
54 * \brief Internal function to detect the AES-NI feature in CPUs.
56 * \note This function is only for internal use by other library
67 * \brief Internal AES-NI AES-ECB block encryption and decryption
69 * \note This function is only for internal use by other library
85 * \brief Internal GCM multiplication: c = a * b in GF(2^128)
87 * \note This function is only for internal use by other library
102 * \brief Internal round key inversion. This function computes
105 * \note This function is only for internal use by other library
117 * \brief Internal key expansion for encryption
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Daesni.h7 * \warning These functions are only for internal use by other library
54 * \brief Internal function to detect the AES-NI feature in CPUs.
56 * \note This function is only for internal use by other library
67 * \brief Internal AES-NI AES-ECB block encryption and decryption
69 * \note This function is only for internal use by other library
85 * \brief Internal GCM multiplication: c = a * b in GF(2^128)
87 * \note This function is only for internal use by other library
102 * \brief Internal round key inversion. This function computes
105 * \note This function is only for internal use by other library
117 * \brief Internal key expansion for encryption
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A DCVE-2022-41720.patch38 src/internal/safefilepath/path.go | 21 +++++
39 src/internal/safefilepath/path_other.go | 23 ++++++
40 src/internal/safefilepath/path_test.go | 88 +++++++++++++++++++++
41 src/internal/safefilepath/path_windows.go | 95 +++++++++++++++++++++++
47 create mode 100644 src/internal/safefilepath/path.go
48 create mode 100644 src/internal/safefilepath/path_other.go
49 create mode 100644 src/internal/safefilepath/path_test.go
50 create mode 100644 src/internal/safefilepath/path_windows.go
58 < internal/testlog
59 < internal/poll
[all …]

12345678910>>...308