| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | mt9t112.c | 77 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro 350 mt9t112_mcu_write(ret, client, VAR(26, 0), width); in mt9t112_set_a_frame_size() 351 mt9t112_mcu_write(ret, client, VAR(26, 2), height); in mt9t112_set_a_frame_size() 354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size() 355 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size() 358 mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart); in mt9t112_set_a_frame_size() 359 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart); in mt9t112_set_a_frame_size() 362 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart); in mt9t112_set_a_frame_size() 363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart); in mt9t112_set_a_frame_size() 487 mt9t112_mcu_mask_set(ret, client, VAR(26, 160), 0x0040, 0x0000); in mt9t112_init_setting() [all …]
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0001-array_length-Make-usable-as-a-constant-expression.patch | 22 /* array_length (VAR) is the number of elements in the array VAR. VAR 38 /* array_end (VAR) is a pointer one past the end of the array VAR. 39 VAR must evaluate to an array, not a pointer. */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/ |
| H A D | 0001-telnet-telnetd-Fix-print-format-strings.patch | 22 - fprintf(NetTrace, "\" VAR " + noquote); 23 + fprintf(NetTrace, "%s", "\" VAR " + noquote); 47 - netoprintf("\" VAR " + noquote); 48 + netoprintf("%s", "\" VAR " + noquote);
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | net_namespace.h | 344 #define for_each_net(VAR) \ argument 345 list_for_each_entry(VAR, &net_namespace_list, list) 346 #define for_each_net_continue_reverse(VAR) \ argument 347 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list) 348 #define for_each_net_rcu(VAR) \ argument 349 list_for_each_entry_rcu(VAR, &net_namespace_list, list)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-ssanames.h | 65 #define FOR_EACH_SSA_NAME(I, VAR, FN) \ argument 66 for (I = 1; SSANAMES (FN)->iterate (I, &VAR); ++I) \ 67 if (VAR)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-ssanames.h | 65 #define FOR_EACH_SSA_NAME(I, VAR, FN) \ argument 66 for (I = 1; SSANAMES (FN)->iterate (I, &VAR); ++I) \ 67 if (VAR)
|
| /OK3568_Linux_fs/buildroot/package/elf2flt/ |
| H A D | 0002-elf2flt.c-add-new-relocation-types-for-xtensa.patch | 55 +# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES 57 +# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR 101 # ac_fn_c_check_func LINENO FUNC VAR 103 # Tests whether FUNC exists, setting the cache variable VAR accordingly
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/omap/ |
| H A D | omap.txt | 137 - OMAP4 VAR-STK-OM44 : Commercial dev kit with VAR-OM44CustomBoard and VAR-SOM-OM44 w/WLAN 140 - OMAP4 VAR-DVK-OM44 : Commercial dev kit with VAR-OM44CustomBoard, VAR-SOM-OM44 w/WLAN and LCD tou…
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0042-commands-setpci-Restrict-setpci-command-when-locked-.patch | 25 - N_("[-s POSITION] [-d DEVICE] [-v VAR] " 29 + N_("[-s POSITION] [-d DEVICE] [-v VAR] "
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Avoid-shebang-overflow-on-python-config.py.patch | 28 @ # Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR}
|
| H A D | 0001-Do-not-use-the-shell-version-of-python-config-that-w.patch | 23 @ # Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR}
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | remix.c | 35 #define PARSE(SEP, SCAN, VAR, MIN, SEPARATORS) do {\ argument 41 n = sscanf(text, SCAN"%c", &VAR, &SEP); \ 42 if (n == 0 || VAR < MIN || (n == 2 && !strchr(SEPARATORS, SEP))) \
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 168 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc 169 [21] VAR 'global_var' type_id=3, linkage=global-alloc 170 [22] VAR 'my_func.static_var' type_id=3, linkage=static
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap4-var-stk-om44.dts | 12 model = "Variscite VAR-STK-OM44";
|
| H A D | omap4-var-dvk-om44.dts | 12 model = "Variscite VAR-DVK-OM44";
|
| H A D | omap4-var-som-om44.dtsi | 10 model = "Variscite VAR-SOM-OM44"; 20 ti,model = "VAR-SOM-OM44";
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | utils.bbclass | 193 # Usage: create_wrapper FILENAME [[VAR=VALUE]..] 301 Return a list of ${VAR} for each variable VAR in vars from each
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | jnipositioning.cpp | 588 #define GET_AND_CHECK_STATIC_METHOD(VAR, CLASS, METHOD_NAME, METHOD_SIGNATURE) \ argument 589 VAR = env->GetStaticMethodID(CLASS, METHOD_NAME, METHOD_SIGNATURE); \ 590 if (!VAR) { \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libsdl2/libsdl2/ |
| H A D | 0001-sdlchecks.cmake-pass-cflags-to-the-appropriate-cmake.patch | 14 | Should be: VAR:type=value
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | lattice.h | 160 #define VAR 0x55 /* Plac holder for loop data. */ macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | foreach.hpp | 1098 #define BOOST_FOREACH(VAR, COL) … argument 1107 …for (VAR = BOOST_FOREACH_DEREF(COL); !BOOST_FOREACH_ID(_foreach_continue); BOOST_FOREACH_ID(_forea… 1116 #define BOOST_REVERSE_FOREACH(VAR, COL) … argument 1125 …for (VAR = BOOST_FOREACH_RDEREF(COL); !BOOST_FOREACH_ID(_foreach_continue); BOOST_FOREACH_ID(_fore…
|
| /OK3568_Linux_fs/debian/overlay/usr/bin/ |
| H A D | usbdevice | 82 VAR=$(echo $func | tr 'a-z' 'A-Z')_INSTANCES 83 eval echo "\${$VAR:-$func.gs0}"
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | usbdevice | 84 VAR=$(echo $func | tr 'a-z' 'A-Z')_INSTANCES 85 eval echo "\${$VAR:-$func.gs0}"
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-var-som-symphony.dts | 12 model = "Variscite VAR-SOM-MX8MN Symphony evaluation board";
|
| H A D | imx8mm-var-som-symphony.dts | 11 model = "Variscite VAR-SOM-MX8MM Symphony evaluation board";
|