| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | overlay-fdt-boot.txt | 20 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 D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 57 +--- baz 58 ++++ baz 60 +baz 66 +cat > baz <<EOF 76 +check 'cat baz' <<EOF 77 +baz
|
| /OK3568_Linux_fs/kernel/samples/kobject/ |
| H A D | kobject-example.c | 22 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 D | kset-example.c | 32 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 D | configure.in-Error-fix.patch | 34 - unsigned char baz; 43 - if (x.baz == 0x21) { 45 - } else if (x.baz == 0x12) {
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bootconfig.rst | 48 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 D | adding-packages-meson.txt | 35 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 D | adding-packages-qmake.txt | 23 10: LIBFOO_CONF_OPTS = QT_CONFIG+=bar QT_CONFIG-=baz
|
| H A D | adding-packages-waf.txt | 23 10: LIBFOO_CONF_OPTS = --enable-bar --disable-baz
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/ |
| H A D | test-bootconfig.sh | 113 key = bar, baz 126 key = bar, baz
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/cpeid-br2-external/package/cpe-id-pkg5/ |
| H A D | cpe-id-pkg5.mk | 9 HOST_CPE_ID_PKG5_CPE_ID_VENDOR = baz
|
| /OK3568_Linux_fs/external/xserver/doc/ |
| H A D | c-extensions | 13 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 D | invensense,mpu3050.txt | 31 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 D | cppinternals.info | 182 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 D | cppinternals.info | 182 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 D | testing.py | 213 baz = soup.find(text="baz") 214 self.assertEqual(comment, baz.previous_element)
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | statistics.rst | 210 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 D | perf-config.txt | 399 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 D | kernel-doc.rst | 326 * @baz: The Baz member. 330 int baz; 434 See :c:type:`enum baz <baz>`.
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | kernel-doc.rst | 295 * @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 D | ber_MA | 140 abday "baz";/
|
| H A D | az_AZ | 189 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 D | ber_MA | 140 abday "baz";/
|
| H A D | az_AZ | 189 abday "baz";/
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | meson.build | 19 int foo(int bar) { typeof(bar) baz = 1; return baz; }
|