Home
last modified time | relevance | path

Searched full:components (Results 1 – 25 of 1859) sorted by relevance

12345678910>>...75

/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dafbc.rst18 Components and Ordering
21 AFBC streams can contain several components - where a component
59 In AFBC, 'X' components are not treated any differently from any other
61 encodes with 4 components, like so:
123 - Planes/Components
127 - Plane 0: 4 components
135 - Plane 0: 4 components
143 - Plane 0: 3 components
150 - Plane 0: 3 components
157 - Plane 0: 4 components
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/
H A Ddisable-so-versioning.patch7 … -rub libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am libomxil-bellagio-0.9.…
8 --- libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am 2014-07-20 15:22:00.85842…
9 +++ libomxil-bellagio-0.9.3/src/components/audio_effects/Makefile.am 2014-07-20 15:25:42.687525225 …
16 …ff -rub libomxil-bellagio-0.9.3-orig/src/components/clocksrc/Makefile.am libomxil-bellagio-0.9.3/s…
17 --- libomxil-bellagio-0.9.3-orig/src/components/clocksrc/Makefile.am 2014-07-20 15:22:00.858425234 …
18 +++ libomxil-bellagio-0.9.3/src/components/clocksrc/Makefile.am 2014-07-20 15:24:49.151259753 -0400
25 …-rub libomxil-bellagio-0.9.3-orig/src/components/videoscheduler/Makefile.am libomxil-bellagio-0.9.…
26 --- libomxil-bellagio-0.9.3-orig/src/components/videoscheduler/Makefile.am 2014-07-20 15:22:00.8624…
27 +++ libomxil-bellagio-0.9.3/src/components/videoscheduler/Makefile.am 2014-07-20 15:22:36.462601786…
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0028-linux-Fix-integer-overflows-in-initrd-size-handling.patch82 initrd_ctx->components[i].newc_name = grub_strndup (ptr, eptr - ptr);
83 - if (!initrd_ctx->components[i].newc_name)
84 + if (!initrd_ctx->components[i].newc_name ||
85 + insert_dir (initrd_ctx->components[i].newc_name, &root, 0,
93 - + grub_strlen (initrd_ctx->components[i].newc_name),
95 - initrd_ctx->size += insert_dir (initrd_ctx->components[i].newc_name,
97 + name_len = grub_strlen (initrd_ctx->components[i].newc_name);
121 initrd_ctx->components[i].size
122 = grub_file_size (initrd_ctx->components[i].file);
123 - initrd_ctx->size += initrd_ctx->components[i].size;
[all …]
H A D0027-loader-linux-Avoid-overflow-on-initrd-size-calculati.patch22 initrd_ctx->components = 0;
24 - initrd_ctx->components = grub_zalloc (argc
25 - * sizeof (initrd_ctx->components[0]));
26 + initrd_ctx->components = grub_calloc (argc, sizeof (initrd_ctx->components[0]));
27 if (!initrd_ctx->components)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_buffer.cpp52 info->components = 1; in xcam_video_buffer_info_reset()
60 info->components = 2; in xcam_video_buffer_info_reset()
69 info->components = 1; in xcam_video_buffer_info_reset()
76 info->components = 1; in xcam_video_buffer_info_reset()
83 info->components = 1; in xcam_video_buffer_info_reset()
99 info->components = 1; in xcam_video_buffer_info_reset()
106 info->components = 1; in xcam_video_buffer_info_reset()
113 info->components = 1; in xcam_video_buffer_info_reset()
124 info->components = 1; in xcam_video_buffer_info_reset()
138 info->components = 1; in xcam_video_buffer_info_reset()
[all …]
H A Dv4l2_buffer_proxy.cpp108 info.components = 2; in v4l2_format_to_video_info()
115 info.components = 3; in v4l2_format_to_video_info()
124 info.components = 1; in v4l2_format_to_video_info()
134 info.components = 1; in v4l2_format_to_video_info()
143 info.components = 1; in v4l2_format_to_video_info()
152 info.components = 1; in v4l2_format_to_video_info()
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A D0004-Fix-build-with-gcc-11.patch8 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…
11 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…
14 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…
17 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…
20 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…
23 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…
29 toolkit/components/telemetry/other/ProcessedStack.cpp | 1 +
32 diff --git a/toolkit/components/telemetry/other/ProcessedStack.cpp b/toolkit/components/telemetry/o…
34 --- a/toolkit/components/telemetry/other/ProcessedStack.cpp
35 +++ b/toolkit/components/telemetry/other/ProcessedStack.cpp
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A DKconfig174 bool "TQ Components TQM8540"
176 This option enables support for the TQ Components TQM8540 board.
181 bool "TQ Components TQM8541"
183 This option enables support for the TQ Components TQM8541 board.
189 bool "TQ Components TQM8548"
191 This option enables support for the TQ Components TQM8548 board.
196 bool "TQ Components TQM8555"
198 This option enables support for the TQ Components TQM8555 board.
204 bool "TQ Components TQM8560"
206 This option enables support for the TQ Components TQM8560 board.
/OK3568_Linux_fs/buildroot/dl/qt5webengine-chromium/
HDqtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98.tar.bz2pax_global_header qtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98/ qtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98/chromium/ qtwebengine- ...
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcomponent.c23 * already provide functions to get hold of such components, e.g.
29 * the SoC on various components (scanout engines, blending blocks, transcoders
35 * Components are registered using component_add() and unregistered with
189 * any components which are found to this master. in find_components()
242 dev_dbg(master->dev, "master has incomplete components\n"); in try_to_bring_up_master()
255 /* Found all components */ in try_to_bring_up_master()
385 * @compare: compare function to match against all components
391 * only matches against components added with component_add().
414 * @compare_typed: compare function to match against all typed components
420 * only matches against components added with component_add_typed().
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/components_impl/
H A Darity10_0.hpp27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (BOOST_FT_nullary_p…
37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 BOOST_FT_ell) B…
47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 BOOST_FT_e…
57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 BOOST…
67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
[all …]
H A Darity10_1.hpp27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) ( BOOST_FT_ell) BOO…
37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 BOOST_FT_ell) B…
47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 BOOST_FT_e…
57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 BOOST…
67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
H A Darity20_0.hpp28 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
38 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
48 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
58 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
68 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
78 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
88 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
98 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
108 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
118 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c11 comp = &(priv)->components[iter], iter < MLX5_DEVCOM_NUM_COMPONENTS; \
27 struct mlx5_devcom_component components[MLX5_DEVCOM_NUM_COMPONENTS]; member
160 comp = &devcom->priv->components[id]; in mlx5_devcom_register_component()
175 comp = &devcom->priv->components[id]; in mlx5_devcom_unregister_component()
192 comp = &devcom->priv->components[id]; in mlx5_devcom_send_event()
211 comp = &devcom->priv->components[id]; in mlx5_devcom_set_paired()
223 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired()
235 comp = &devcom->priv->components[id]; in mlx5_devcom_get_peer_data()
252 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcomponent.h13 * Components are registered with component_add() and unregistered with
30 * part-ways through and needs to unbind some already bound components.
56 * Called when all components or the aggregate driver, as specified in
62 * 2. Bind all components to the aggregate driver by calling
79 * component_master_del(), or one of its components, using
104 * @compare: compare function to match against all components
110 * only matches against components added with component_add().
/OK3568_Linux_fs/kernel/lib/
H A Dbuild_OID_registry53 my @components = split(/[.]/, $oid);
56 my $size = $#components;
57 for (my $loop = 2; $loop <= $#components; $loop++) {
58 my $c = $components[$loop];
93 my @components = split(/[.]/, $oids[$i]);
95 push @octets, $components[0] * 40 + $components[1];
97 for (my $loop = 2; $loop <= $#components; $loop++) {
98 my $c = $components[$loop];
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoercion.cpp42 [&](const std::vector<Value>& components) -> EvaluationResult { in toColor() argument
43 std::size_t len = components.size(); in toColor()
44 … bool isNumeric = std::all_of(components.begin(), components.end(), [](const Value& item) { in toColor()
49 components[0].template get<double>(), in toColor()
50 components[1].template get<double>(), in toColor()
51 components[2].template get<double>(), in toColor()
52 len == 4 ? components[3].template get<double>() : 1.0 in toColor()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/huawei/
H A Dhinic.rst37 hinic_hwdev - Implement the HW details of the device and include the components
40 hinic_hwdev contains the following components:
52 MGMT components:
66 IO components:
85 IO - de/constructs all the IO components. (hinic_hw_io.c, hinic_hw_io.h)
90 HW device - de/constructs the HW Interface, the MGMT components on the
91 initialization of the driver and the IO components on the case of Interface
95 hinic_dev contains the following components:
/OK3568_Linux_fs/debian/scripts/rkstage0/--exclude=info/debootstrap/
H A Ddebootstrap.log1 I don't know how to detect arch '--components', sorry.
2 I don't know how to detect arch '--components', sorry.
3 I don't know how to detect arch '--components', sorry.
4 I don't know how to detect arch '--components', sorry.
/OK3568_Linux_fs/kernel/drivers/misc/
H A Denclosure.c107 * @components: number of components in the enclosure
115 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument
119 kzalloc(struct_size(edev, component, components), GFP_KERNEL); in enclosure_register()
127 edev->components = components; in enclosure_register()
137 for (i = 0; i < components; i++) { in enclosure_register()
171 for (i = 0; i < edev->components; i++) in enclosure_unregister()
254 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name()
275 * The name is optional for enclosures that give their components a unique
291 if (number >= edev->components) in enclosure_component_alloc()
305 /* Some hardware (e.g. enclosure in RX300 S6) has components in enclosure_component_alloc()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-test52 components = load_test_components(logger, 'oe-test')
55 subparsers.add_subparser_group('components', 'Test components')
57 for comp_name in sorted(components.keys()):
58 comp = components[comp_name]
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dfdt-fixup.txt26 For the software, we obviously want to reuse components for all these
33 features only the components guaranteed to exist in all varieties of the
36 to support the components on the daughter boards.
38 Note that the components present on every variety of the board must, of course,
62 components easily.
111 detected components are added to the device tree, as well as a "subtractive"
112 approach, meaning that nodes for absent components are removed from the tree,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-jpeg.rst30 how Cb and Cr components are downsampled after converting an input
42 - Horizontally subsample Cr, Cb components by a factor of 2.
44 - Subsample Cr, Cb components horizontally and vertically by 2.
46 - Horizontally subsample Cr, Cb components by a factor of 4.
48 - Subsample Cr, Cb components horizontally by 4 and vertically by 2.
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Ds390-pv-boot.rst16 information about the encrypted components and necessary metadata to
21 PVM, decrypt the components and verify the data and address list
51 * List of Components composed of
59 The components are for instance an encrypted kernel, kernel parameters
60 and initrd. The components are decrypted by the UV.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Djpeg_reader.cpp119 size_t components = cinfo.output_components; in decodeJPEG() local
120 size_t rowStride = components * width; in decodeJPEG()
131 dst[0] = buffer[0][components * i]; in decodeJPEG()
134 if (components > 2) { in decodeJPEG()
135 dst[1] = buffer[0][components * i + 1]; in decodeJPEG()
136 dst[2] = buffer[0][components * i + 2]; in decodeJPEG()

12345678910>>...75