Home
last modified time | relevance | path

Searched full:adding (Results 1 – 25 of 3066) sorted by relevance

12345678910>>...123

/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages.txt4 [[adding-packages]]
5 == Adding new packages to Buildroot
16 include::adding-packages-directory.txt[]
18 include::adding-packages-generic.txt[]
20 include::adding-packages-autotools.txt[]
22 include::adding-packages-cmake.txt[]
24 include::adding-packages-python.txt[]
26 include::adding-packages-luarocks.txt[]
28 include::adding-packages-perl.txt[]
30 include::adding-packages-virtual.txt[]
[all …]
H A Dcustomize.txt13 ** adding or overwriting files on the target filesystem (using
21 ** adding custom devices nodes (using
23 * adding custom user accounts (using +BR2_ROOTFS_USERS_TABLES+)
26 * adding project-specific patches to some packages (using
28 * adding project-specific packages
H A Dcustomize-packages.txt5 === Adding project-specific packages
10 xref:adding-packages[] and will not be repeated here. However, your
23 xref:adding-packages[], a package in Buildroot basically consists of two
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Dattr.c393 * by adding the size (header + payload) of the new attribute.
419 * by adding the size (header + payload) of the new attribute.
434 * by adding the size (header + payload) of the new attribute.
449 * by adding the size (header + payload) of the new attribute.
464 * by adding the size (header + payload) of the new attribute.
479 * by adding the size (header + payload) of the new attribute.
497 * by adding the size (header + payload) of the new attribute.
536 * message (nlmsg_len) by adding the size (header + payload) of the new
559 * message (nlmsg_len) by adding the size (header + payload) of the new
578 * message (nlmsg_len) by adding the size (header + payload) of the new
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt1 tdc - Adding plugins for tdc
5 ADDING PLUGINS
14 - adding commands to be run before and/or after the test suite
15 - adding commands to be run before and/or after the test cases
16 - adding commands to be run before and/or after the execute phase of the test cases
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dappendix-customizing-standard.rst9 Adding Individual Packages to the Standard SDK
17 variables control the set of packages adding to the SDK.
25 Adding API Documentation to the Standard SDK
29 provided by recipes with the standard SDK by adding "api-documentation"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c1281 static enum mlxsw_reg_sfd_op mlxsw_sp_sfd_op(bool adding) in mlxsw_sp_sfd_op() argument
1283 return adding ? MLXSW_REG_SFD_OP_WRITE_EDIT : in mlxsw_sp_sfd_op()
1291 bool adding, bool dynamic) in mlxsw_sp_port_fdb_tunnel_uc_op() argument
1314 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tunnel_uc_op()
1333 const char *mac, u16 fid, bool adding, in __mlxsw_sp_port_fdb_uc_op() argument
1345 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in __mlxsw_sp_port_fdb_uc_op()
1361 const char *mac, u16 fid, bool adding, in mlxsw_sp_port_fdb_uc_op() argument
1364 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, local_port, mac, fid, adding, in mlxsw_sp_port_fdb_uc_op()
1370 bool adding) in mlxsw_sp_rif_fdb_op() argument
1372 return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, 0, mac, fid, adding, in mlxsw_sp_rif_fdb_op()
[all …]
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dmain.h316 * * when adding nothing - it is neither a predecessor nor a successor
317 * * before adding more than 127 to the starting value - it is a predecessor,
318 * * when adding 128 - it is neither a predecessor nor a successor,
319 * * after adding more than 127 to the starting value - it is a successor
342 * * when adding nothing - it is neither a predecessor nor a successor
343 * * before adding more than 127 to the starting value - it is a predecessor,
344 * * when adding 128 - it is neither a predecessor nor a successor,
345 * * after adding more than 127 to the starting value - it is a successor
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgtk-icon-cache.bbclass62 bb.note("adding hicolor-icon-theme dependency to %s" % pkg)
67 bb.note("adding gdk-pixbuf dependency to %s" % pkg)
71 bb.note("adding %s dependency to %s" % (d.getVar('GTKPN'), pkg))
75 bb.note("adding gtk-icon-cache postinst and postrm scripts to %s" % pkg)
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dfeatures.rst122 ":ref:`sdk-manual/appendix-customizing-standard:adding api documentation to the standard sdk`"
320 from occurring. They can do this by adding the undesired feature or
336 adding "pulseaudio" to :term:`DISTRO_FEATURES_BACKFILL_CONSIDERED` in
337 your distro's ``.conf`` file. Adding the feature to this variable
339 prevents the build system from adding the feature to your
349 without affecting other machines that need RTC support by adding the
351 list in the machine's ``.conf`` file. Adding the feature to this
353 variable prevents the build system from adding the feature to your
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dfabrics.h65 * on adding a NVMe controller.
72 * subsystem which is adding a controller.
74 * subsystem which is adding a controller.
124 * when adding a new NVMe controller.
126 * when adding a new NVMe controller.
/OK3568_Linux_fs/kernel/Documentation/sh/
H A Dnew-machine.rst4 Adding a new board to LinuxSH
89 2. Adding a New Board
92 The first thing to determine is whether the board you are adding will be
97 board in arch/sh/boards/ and adding rules to hook your board in with the
114 explain this, we use some examples for adding an imaginary board. For
167 Adding a new machine is relatively trivial (using vapor as an example):
233 This is done by adding an entry to the end of the arch/sh/tools/mach-types
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-setup.py-Do-not-detect-multiarch-paths-when-cross-co.patch8 adding native paths in includes in certain cases, e.g. when building
10 distributions e.g. ubuntu, it ends up adding native multiarch paths
13 with multiarch ends up adding these paths to compiler cmdline which
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dfree-space-tests.c29 test_err("error adding initial extents %d", ret); in test_extents()
47 test_err("error adding half extent %d", ret); in test_extents()
412 * at an offset where the extent entry ends. We keep adding and in test_steal_space_from_bitmap_to_extent()
415 * result in adding new extent entries or merging the new space in test_steal_space_from_bitmap_to_extent()
511 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
522 * the cache after adding that free space region. in test_steal_space_from_bitmap_to_extent()
536 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
542 * the cache after adding that free space region. in test_steal_space_from_bitmap_to_extent()
555 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
709 test_err("error adding free space: %d", ret); in test_steal_space_from_bitmap_to_extent()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c445 pr_err("Failed to create debugfs directory when adding fixture\n"); in create_fixture_variant()
456 pr_err("Failed to create debugfs directory when adding fixture\n"); in create_fixture_variant()
465 pr_err("Failed to create debugfs file \"type\" when adding fixture\n"); in create_fixture_variant()
474 pr_err("Failed to create debugfs file \"run\" when adding fixture\n"); in create_fixture_variant()
515 pr_err("Failed to allocate memory when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
523 pr_err("Failed to create debugfs directory when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
530 pr_err("Failed to create debugfs file \"type\" when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
538 pr_err("Failed to create debugfs file \"filters\" when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
546 pr_err("Failed to create debugfs file \"test_id\" when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
552 pr_err("Failed to create fixture %d when adding test %s\n", i, name); in kutf_add_test_with_filters_and_data()
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-hotplug.rst92 When adding/removing memory that uses memory block devices (i.e. ordinary RAM),
102 device_hotplug_lock when adding memory and user space tries to online that
117 When adding/removing/onlining/offlining memory or adding/removing
/OK3568_Linux_fs/kernel/Documentation/driver-api/fpga/
H A Dintro.rst19 * Generally, when adding code, think of the future. Plan for reuse.
26 If you are adding a new FPGA or a new method of programming an FPGA,
46 If you are adding a new interface to the FPGA framework, add it on top
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_hash.py26 return ["{}:{}: expected three fields ({}#adding-packages-hash)"
47 return ["{}:{}: unexpected type of hash ({}#adding-packages-hash)"
52 "({}#adding-packages-hash)"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dmapboxgl.qdoc144 clipping. It might be also produce rendering artifacts e.g. when adding it
193 …layers are used in styles for adding styling rules to specific subsets of data. A layer will conta…
211 …be used for adding a layer from a GeoJSON source based on specific parts of the data source, like …
217 This example adds inline GeoJSON data to the map. Simply adding a \b source is not enough to get th…
271 parameters. Adding a layer before adding a source will create an invalid layer, same goes for
272 adding a paint property for a layer that doesn't exist.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/
H A DREADME39 I. Adding the filesystems layer to your build
43 I. Adding the filesystems layer to your build
50 yocto build tree, you can add it to the build system by adding the
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dintro.rst28 which we'll be continually adding to as we solve more problems using the
35 after adding 'tools-profile' to your local.conf. So, in order to be able
41 or alternatively by adding 'tools-profile' to the EXTRA_IMAGE_FEATURES line in
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c569 pr_err("Failed to create debugfs directory when adding fixture\n"); in create_fixture_variant()
580 pr_err("Failed to create debugfs directory when adding fixture\n"); in create_fixture_variant()
589 pr_err("Failed to create debugfs file \"type\" when adding fixture\n"); in create_fixture_variant()
600 pr_err("Failed to create debugfs file \"run\" when adding fixture\n"); in create_fixture_variant()
652 pr_err("Failed to allocate memory when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
660 pr_err("Failed to create debugfs directory when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
667 pr_err("Failed to create debugfs file \"type\" when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
680 pr_err("Failed to create debugfs file \"filters\" when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
692 pr_err("Failed to create debugfs file \"test_id\" when adding test %s\n", name); in kutf_add_test_with_filters_and_data()
699 pr_err("Failed to create fixture %d when adding test %s\n", i, name); in kutf_add_test_with_filters_and_data()
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dstandards.md16 ## Adding screenshots
18 The preferred format for adding screenshots is
43 ## Adding new diagrams
/OK3568_Linux_fs/kernel/include/linux/
H A Dplatform_device.h111 * @parent: parent device for the device we're adding
112 * @name: base name of the device we're adding
142 * @name: base name of the device we're adding
172 * @parent: parent device for the device we're adding
173 * @name: base name of the device we're adding
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dcdc_mbim.rst183 The userspace management application is responsible for adding new
188 For example, adding a link for a MBIM IP session with SessionId 3::
225 adding the dummy ethernet header on TX and stripping it on RX.
240 Note that adding VLAN links for DSS sessions is entirely optional. A
243 map frames to the correct DSS session and adding 18 byte VLAN ethernet
285 behaviour is triggered by adding a VLAN link for the magic VLAN ID

12345678910>>...123