Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages.txt4 [[adding-packages]]
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[]
32 include::adding-packages-kconfig.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 Dmanual.txt57 include::adding-board-support.txt[]
59 include::adding-packages.txt[]
H A Dadding-packages-virtual.txt61 When adding a package as a provider, only the +Config.in+ file requires some
101 When adding a package that requires a certain +FEATURE+ provided by a virtual
134 And you are adding a package that needs +FEATURE+ as provided by +foo+,
/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/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)
H A Dgsettings.bbclass27 bb.note("adding gsettings postinst scripts to %s" % pkg)
35 bb.note("adding gsettings postrm scripts to %s" % pkg)
H A Dmime.bbclass56 bb.note("adding mime postinst and postrm scripts to %s" % pkg)
68 bb.note("adding shared-mime-info-data dependency to %s" % pkg)
H A Dmime-xdg.bbclass61 bb.note("adding mime-xdg postinst and postrm scripts to %s" % pkg)
72 bb.note("adding desktop-file-utils dependency to %s" % pkg)
/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/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/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0023-Avoid-adding-views-to-other-outputs.patch4 Subject: [PATCH 23/79] Avoid adding views to other outputs
29 + /* HACK: Avoid adding views to other outputs */
/OK3568_Linux_fs/buildroot/package/weston/
H A D0026-Avoid-adding-views-to-other-outputs.patch4 Subject: [PATCH 26/93] Avoid adding views to other outputs
29 + /* HACK: Avoid adding views to other outputs */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0026-Avoid-adding-views-to-other-outputs.patch4 Subject: [PATCH 26/93] Avoid adding views to other outputs
29 + /* HACK: Avoid adding views to other outputs */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1271 bool adding = !(flags & OFDPA_OP_FLAG_REMOVE); in ofdpa_port_ipv4_neigh() local
1284 updating = found && adding; in ofdpa_port_ipv4_neigh()
1285 removing = found && !adding; in ofdpa_port_ipv4_neigh()
1286 adding = !found && adding; in ofdpa_port_ipv4_neigh()
1288 if (adding) { in ofdpa_port_ipv4_neigh()
1328 if (adding || removing) { in ofdpa_port_ipv4_neigh()
1342 if (!adding) in ofdpa_port_ipv4_neigh()
1383 bool adding = !(flags & OFDPA_OP_FLAG_REMOVE); in ofdpa_port_ipv4_nh() local
1397 updating = found && adding; in ofdpa_port_ipv4_nh()
1398 removing = found && !adding; in ofdpa_port_ipv4_nh()
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dappendix-customizing-standard.rst17 variables control the set of packages adding to the SDK.
29 provided by recipes with the standard SDK by adding "api-documentation"
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dcallchain-overhead-calculation.txt5 adding all period values of the entry - usually a function (symbol).
9 The 'children' overhead is calculated by adding all period values of
106 specifying --no-children option on the command line or by adding
/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/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/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch7 just adding 500ms to pcroffset.
34 + * it will try to handle the gap by just adding 500ms to pcroffset.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch7 just adding 500ms to pcroffset.
34 + * it will try to handle the gap by just adding 500ms to pcroffset.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0011-mpegtsdemux-Create-new-PCR-group-for-big-gap.patch7 just adding 500ms to pcroffset.
34 + * it will try to handle the gap by just adding 500ms to pcroffset.
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt14 - 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/kernel/net/bridge/
H A Dbr_switchdev.c106 br_switchdev_fdb_call_notifiers(bool adding, const unsigned char *mac, in br_switchdev_fdb_call_notifiers() argument
117 notifier_type = adding ? SWITCHDEV_FDB_ADD_TO_DEVICE : SWITCHDEV_FDB_DEL_TO_DEVICE; in br_switchdev_fdb_call_notifiers()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.hwconfig37 experience by adding more mature interfaces, like a hwconfig
38 command with bells and whistles. Or not adding, if we feel

12345678910>>...28