Home
last modified time | relevance | path

Searched refs:manual (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/yocto/poky/bitbake/doc/
H A Dreleases.rst11 - :yocto_docs:`3.4 BitBake User Manual </3.4/bitbake-user-manual/bitbake-user-manual.html>`
12 - :yocto_docs:`3.4.1 BitBake User Manual </3.4.1/bitbake-user-manual/bitbake-user-manual.html>`
13 - :yocto_docs:`3.4.2 BitBake User Manual </3.4.2/bitbake-user-manual/bitbake-user-manual.html>`
19 - :yocto_docs:`3.3 BitBake User Manual </3.3/bitbake-user-manual/bitbake-user-manual.html>`
20 - :yocto_docs:`3.3.1 BitBake User Manual </3.3.1/bitbake-user-manual/bitbake-user-manual.html>`
21 - :yocto_docs:`3.3.2 BitBake User Manual </3.3.2/bitbake-user-manual/bitbake-user-manual.html>`
22 - :yocto_docs:`3.3.3 BitBake User Manual </3.3.3/bitbake-user-manual/bitbake-user-manual.html>`
23 - :yocto_docs:`3.3.4 BitBake User Manual </3.3.4/bitbake-user-manual/bitbake-user-manual.html>`
24 - :yocto_docs:`3.3.5 BitBake User Manual </3.3.5/bitbake-user-manual/bitbake-user-manual.html>`
30 - :yocto_docs:`3.1 BitBake User Manual </3.1/bitbake-user-manual/bitbake-user-manual.html>`
[all …]
H A Dindex.rst13 bitbake-user-manual/bitbake-user-manual-intro
14 bitbake-user-manual/bitbake-user-manual-execution
15 bitbake-user-manual/bitbake-user-manual-metadata
16 bitbake-user-manual/bitbake-user-manual-fetching
17 bitbake-user-manual/bitbake-user-manual-ref-variables
18 bitbake-user-manual/bitbake-user-manual-hello
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_wrapper.cpp138 Adpcc_Manual_Attr_t *manual) { in rk_aiq_get_adpcc_manual_attr() argument
143 memcpy(manual, &adpcc_attr.stManual, sizeof(Adpcc_Manual_Attr_t)); in rk_aiq_get_adpcc_manual_attr()
149 Adpcc_Manual_Attr_t *manual) { in rk_aiq_set_adpcc_manual_attr() argument
154 memcpy(&adpcc_attr.stManual, manual, sizeof(Adpcc_Manual_Attr_t)); in rk_aiq_set_adpcc_manual_attr()
173 mMergeAttrV10_t* manual) { in rk_aiq_set_amerge_v10_manual_attr() argument
178 merge_attr_v10.stManual = *manual; in rk_aiq_set_amerge_v10_manual_attr()
185 mMergeAttrV10_t* manual) { in rk_aiq_get_amerge_v10_manual_attr() argument
190 *manual = merge_attr_v10.stManual; in rk_aiq_get_amerge_v10_manual_attr()
208 mMergeAttrV11_t* manual) { in rk_aiq_set_amerge_v11_manual_attr() argument
213 merge_attr_v11.stManual = *manual; in rk_aiq_set_amerge_v11_manual_attr()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_wrapper.h52 Adpcc_Manual_Attr_t *manual);
55 Adpcc_Manual_Attr_t *manual);
61 mMergeAttrV10_t* manual);
64 mMergeAttrV10_t* manual);
70 mMergeAttrV11_t* manual);
73 mMergeAttrV11_t* manual);
79 mMergeAttrV12_t* manual);
82 mMergeAttrV12_t* manual);
87 XCamReturn rk_aiq_set_adrc_v10_manual_attr(const rk_aiq_sys_ctx_t* sys_ctx, mdrcAttr_V10_t* manual);
89 XCamReturn rk_aiq_get_adrc_v10_manual_attr(const rk_aiq_sys_ctx_t* sys_ctx, mdrcAttr_V10_t* manual);
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Dintro.rst10 Welcome to the Yocto Project Overview and Concepts Manual! This manual
15 Here is what you can get from this manual:
17 - :ref:`overview-manual/yp-intro:introducing the yocto project`\ *:*
24 - :ref:`overview-manual/development-environment:the yocto project development environment`\ *:*
30 - :doc:`/overview-manual/concepts` *:* This
35 This manual does not give you the following:
39 documentation set. For example, the :doc:`/dev-manual/index`
42 :doc:`/sdk-manual/index` manual contains detailed
47 reference manual. For example, system variables are documented in the
48 :doc:`/ref-manual/index`. As another
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dintro.rst10 Welcome to the Yocto Project Development Tasks Manual. This manual
13 user-space applications that run on targeted devices). This manual groups
17 This manual provides the following:
31 This manual does not provide the following:
34 :doc:`/sdk-manual/index` manual contains detailed
39 appropriate reference manual. As an example, system variables are
40 documented in the :doc:`/ref-manual/index`.
50 Because this manual presents information for many different topics,
58 ":ref:`ref-manual/resources:links and related documentation`"
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dindex.rst28 Overview and Concepts Manual <overview-manual/index>
29 Reference Manual <ref-manual/index>
31 Development Tasks Manual <dev-manual/index>
33 Profile and Tracing Manual <profile-manual/index>
34 Application Development and the Extensible SDK (eSDK) <sdk-manual/index>
35 Toaster Manual <toaster-manual/index>
36 Test Environment Manual <test-manual/index>
H A DREADME15 directory will also likely contain most manual
19 This repository is where manual development
37 * overview-manual - Yocto Project Overview and Concepts Manual
38 * sdk-manual - Yocto Project Software Development Kit (SDK) Developer's Guide.
40 * dev-manual - Yocto Project Development Tasks Manual
42 * ref-manual - Yocto Project Reference Manual
44 * profile-manual - Yocto Project Profiling and Tracing Manual
45 * toaster-manual - Toaster User Manual
46 * test-manual - Yocto Project Test Environment Manual
96 The entire Yocto Project documentation, as well as the BitBake manual,
[all …]
H A Dwhat-i-wish-id-known.rst70 Yocto Project manual that is several releases old. To be sure that you are
75 for a concept or term by doing a search through the whole page. This manual
76 is a concatenation of the core set of Yocto Project manual. Thus, a simple
77 string search using Ctrl-F in this manual produces all the "hits" for a
79 interested, you can display the actual manual, if desired. It is also
109 :ref:`bitbake-user-manual/bitbake-user-manual-intro:generating dependency
134 valuable links: :ref:`dev-manual/common-tasks:Using a Development
136 devshell. Also, the :ref:`SDK manual shows how to build out a specific recipe
137 … <sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component>`.
188 * **Look Through the Yocto Project Development Tasks Manual**: This manual
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A DRkAiqUapitypes.h237 ablc_uapi_manual_t manual; member
273 abayertnr_uapi_manual_t manual; member
308 abayer2dnr_uapi_manual_t manual; member
343 aynr_uapi_manual_t manual; member
379 acnr_uapi_manual_t manual; member
418 asharp_uapi_manual_t manual; member
447 again_uapi_manual_t manual; member
470 Csm_Param_t manual; member
475 Cgc_Param_t manual; member
487 rk_aiq_lut3d_mlut3d_attrib_t manual; member
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dresources.rst26 code, see the ":ref:`dev-manual/common-tasks:submitting a change to the yocto project`" section in …
49 - The ":ref:`dev-manual/common-tasks:submitting a defect against the yocto project`"
124 this manual.
130 - :doc:`/overview-manual/index` *:* This manual provides overview
133 - :doc:`/dev-manual/index` *:* This manual is a "how-to" guide
137 - :doc:`/sdk-manual/index` *manual :* This
147 - :doc:`/kernel-dev/index` *:* This manual describes
152 - :doc:`/ref-manual/index` *:* This
153 manual provides reference material such as variable, task, and class
156 - :yocto_docs:`Yocto Project Mega-Manual </singleindex.html>`\ *:* This manual
[all …]
H A Dtasks.rst17 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:tasks`" and
18 ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-execution:dependencies`" sections in the
110 See the ":ref:`bitbake-user-manual/bitbake-user-manual-execution:dependencies`"
123 determine the correct :ref:`fetcher <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetch…
141 For more information on image creation, see the ":ref:`overview-manual/concepts:image generation`"
160 ":ref:`overview-manual/concepts:image generation`"
175 :ref:`fakeroot <overview-manual/concepts:fakeroot and pseudo>`.
219 ":ref:`overview-manual/concepts:automatically added runtime dependencies`"
238 ":ref:`overview-manual/concepts:package feeds`" section in
249 ":ref:`overview-manual/concepts:package feeds`" section in
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dmake-tips.txt52 .Generating the manual:
54 The present manual sources are located in the 'docs/manual' directory.
55 To generate the manual:
58 $ make manual-clean
59 $ make manual
62 The manual outputs will be generated in 'output/docs/manual'.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmanpages.bbclass9 # usually manual files are packaged to ${PN}-doc except man-pages
12 # only add man-db to RDEPENDS when manual files are built and installed
16 # only update manual page index caches when manual files are built and installed
41 # only update manual page index caches when manual files are built and installed
/OK3568_Linux_fs/buildroot/
H A DREADME4 The documentation can be found in docs/manual. You can generate a text
5 document with 'make manual-text' and read output/docs/manual/manual.text.
26 https://buildroot.org/manual.html#submitting-patches
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A DMakefile189 pdf: $(OUTPUT)user-manual.pdf
231 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir)
307 $(OUTPUT)user-manual.html: $(OUTPUT)user-manual.xml
310 $(OUTPUT)perf.info: $(OUTPUT)user-manual.texi
311 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi
313 $(OUTPUT)user-manual.texi: $(OUTPUT)user-manual.xml
315 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \
320 $(OUTPUT)user-manual.pdf: $(OUTPUT)user-manual.xml
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dtherm_adt746x.c151 u8 manual; in write_fan_speed() local
174 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
175 manual &= ~INVERT_MASK; in write_fan_speed()
177 manual | MANUAL_MASK | th->pwm_inv[fan]); in write_fan_speed()
182 manual = read_reg(th, in write_fan_speed()
184 manual &= ~INVERT_MASK; in write_fan_speed()
185 manual |= th->pwm_inv[fan]; in write_fan_speed()
187 MANUAL_MODE[fan], manual|REM_CONTROL[fan]); in write_fan_speed()
189 manual = read_reg(th, MANUAL_MODE[fan]); in write_fan_speed()
190 manual &= ~INVERT_MASK; in write_fan_speed()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-docs-Disable-manual-validation.patch4 Subject: [PATCH] docs: Disable manual validation
6 validating manual and manpages, this task involves calling xmllint which
12 | ../callgrind/docs/cl-manual.xml:4: warning: failed to load external entity "http://www.oasis-open…
29 -check-local: valid-manual valid-manpages
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/licenses/
H A DCMU-Tex4 this manual provided the copyright notice and this permission notice
10 paragraph (this paragraph not being relevant to the printed manual).
13 manual under the conditions for verbatim copying, provided that the entire
17 Permission is granted to copy and distribute translations of this manual
/OK3568_Linux_fs/yocto/poky/documentation/brief-yoctoprojectqs/
H A Dindex.rst23 :ref:`dev-manual/start:setting up to use cross platforms (crops)`
37 See the :ref:`dev-manual/start:setting up to use windows
42 Project, see the :doc:`/overview-manual/index`.
55 :ref:`ref-manual/system-requirements:supported linux distributions`
58 :ref:`dev-manual/start:preparing the build host`
72 :ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`
89 see the :ref:`ref-manual/system-requirements:required packages for the build host`
164 :ref:`dev-manual/start:locating yocto project source files`
188 directory, run the :ref:`ref-manual/structure:\`\`oe-init-build-env\`\``
207 manual which can be found at:
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DLatex2e5 Permission is granted to make and distribute verbatim copies of this manual provided the copyright …
7 Permission is granted to copy and distribute modified versions of this manual under the conditions …
9 Permission is granted to copy and distribute translations of this manual into another language, und…
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/
H A Dsdrc.c110 writel(CMD_NOP, &sdrc_base->cs[cs].manual); in write_sdrc_timings()
111 writel(CMD_PRECHARGE, &sdrc_base->cs[cs].manual); in write_sdrc_timings()
112 writel(CMD_AUTOREFRESH, &sdrc_base->cs[cs].manual); in write_sdrc_timings()
113 writel(CMD_AUTOREFRESH, &sdrc_base->cs[cs].manual); in write_sdrc_timings()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/fpga/
H A Daltera-passive-serial.txt15 - nconfig-gpios: config pin (referred to as nCONFIG in the manual)
16 - nstat-gpios: status pin (referred to as nSTATUS in the manual)
19 - confd-gpios: confd pin (referred to as CONF_DONE in the manual)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/
H A D0001-configure.ac-explicitly-link-to-jpeg-lib.patch43 AC_ARG_ENABLE([manual],
44 AS_HELP_STRING([--enable-manual=@<:@auto/yes/no@:>@],
45 [Build SPICE manual]),
/OK3568_Linux_fs/buildroot/package/rt-tests/
H A D0002-Makefile-drop-explicit-undefine-PYLIB-for-compatibil.patch15 So simply drop the undefine logic. As explained in the GNU make manual,
18 https://www.gnu.org/software/make/manual/html_node/Undefine-Directive.html
19 https://www.gnu.org/software/make/manual/html_node/Conditional-Syntax.html

12345678910>>...30