Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Doverlay-fdt-boot.txt20 add-on board, while only the revb board can use a baz add-on board.
56 data = /incbin/("./foo-revb-baz.dtb");
61 data = /incbin/("./foo-revb-bar-baz.dtb");
85 foo-revb-baz.dtb {
89 foo-revb-bar-baz.dtb {
106 foo-revb-baz.dtb, foo-revb-bar-baz.dtb
153 data = /incbin/("./baz.dtbo");
178 foo-revb-baz.dtb {
182 foo-revb-bar-baz.dtb {
189 baz {
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch57 +--- baz
58 ++++ baz
60 +baz
66 +cat > baz <<EOF
76 +check 'cat baz' <<EOF
77 +baz
/OK3568_Linux_fs/kernel/samples/kobject/
H A Dkobject-example.c22 static int baz; variable
60 var = baz; in b_show()
76 baz = var; in b_store()
83 __ATTR(baz, 0664, b_show, b_store);
H A Dkset-example.c32 int baz; member
144 var = foo_obj->baz; in b_show()
160 foo_obj->baz = var; in b_store()
167 __ATTR(baz, 0664, b_show, b_store);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure.in-Error-fix.patch34 - unsigned char baz;
43 - if (x.baz == 0x21) {
45 - } else if (x.baz == 0x12) {
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbootconfig.rst48 foo.bar.baz = value1
54 baz = value1
60 foo.bar { baz = value1; qux.quux = value2 }
71 foo = bar, baz
77 foo = bar, baz
87 foo = bar, baz
90 In this case, the key ``foo`` has ``bar``, ``baz`` and ``qux``.
105 baz = value2
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-meson.txt35 18: FOO_DEPENDENCIES += baz
57 If the "baz" package is selected, then support for the "baz" feature in "foo" is
59 the +meson_options.txt+ file in "foo" source tree. The "baz" package is also
60 added to +FOO_DEPENDENCIES+. Note that the support for +baz+ is explicitly
H A Dadding-packages-qmake.txt23 10: LIBFOO_CONF_OPTS = QT_CONFIG+=bar QT_CONFIG-=baz
H A Dadding-packages-waf.txt23 10: LIBFOO_CONF_OPTS = --enable-bar --disable-baz
/OK3568_Linux_fs/kernel/tools/bootconfig/
H A Dtest-bootconfig.sh113 key = bar, baz
126 key = bar, baz
/OK3568_Linux_fs/buildroot/support/testing/tests/core/cpeid-br2-external/package/cpe-id-pkg5/
H A Dcpe-id-pkg5.mk9 HOST_CPE_ID_PKG5_CPE_ID_VENDOR = baz
/OK3568_Linux_fs/external/xserver/doc/
H A Dc-extensions13 parseOptions("foo", "bar", "baz"); /* this is not */
32 struct foo bar = { .baz = quux, .brian = "dog" };
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/gyroscope/
H A Dinvensense,mpu3050.txt31 vlogic-supply = <&baz>;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dcppinternals.info182 baz
184 would be output with an erroneous space before 'baz':
187 baz
667 #define bar baz
669 ==> [baz]
681 #define bar EMPTY baz
684 ==> [ baz] ;
686 As shown, now there should be a space before 'baz' and the semicolon
689 The rules we decided above fail for 'baz': we generate three padding
690 tokens, one per macro invocation, before the token 'baz'. We would then
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dcppinternals.info182 baz
184 would be output with an erroneous space before 'baz':
187 baz
667 #define bar baz
669 ==> [baz]
681 #define bar EMPTY baz
684 ==> [ baz] ;
686 As shown, now there should be a space before 'baz' and the semicolon
689 The rules we decided above fail for 'baz': we generate three padding
690 tokens, one per macro invocation, before the token 'baz'. We would then
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Dtesting.py213 baz = soup.find(text="baz")
214 self.assertEqual(comment, baz.previous_element)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst210 Set the auxiliary data string to "foo bar baz" (the escape for each
213 dmsetup message vol 0 @stats_set_aux 0 foo\\ bar\\ baz
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-config.txt399 33.33% baz
403 and 'baz' to 50.00% for each, while 'absolute' would show their
442 --50.00%--baz
445 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly
450 'bar' and 'baz' callchain will have 20.00% of overhead.
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst326 * @baz: The Baz member.
330 int baz;
434 See :c:type:`enum baz <baz>`.
/OK3568_Linux_fs/kernel/Documentation/doc-guide/
H A Dkernel-doc.rst295 * @baz: The Baz member.
299 int baz;
399 See enum baz.
/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/share/i18n/locales/
H A Dber_MA140 abday "baz";/
H A Daz_AZ189 abday "baz";/
/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/share/i18n/locales/
H A Dber_MA140 abday "baz";/
H A Daz_AZ189 abday "baz";/
/OK3568_Linux_fs/external/xserver/include/
H A Dmeson.build19 int foo(int bar) { typeof(bar) baz = 1; return baz; }

12