| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/alloc/ |
| H A D | zalloc-simple.cocci | 50 expression E1,E2,E3,E4; 55 - x = kmalloc(E1,E2); 56 + x = kzalloc(E1,E2); 58 - x = (T *)kmalloc(E1,E2); 59 + x = kzalloc(E1,E2); 61 - x = (T)kmalloc(E1,E2); 62 + x = (T)kzalloc(E1,E2); 73 - x = kmalloc_node(E1,E2,E3); 74 + x = kzalloc_node(E1,E2,E3); 76 - x = (T *)kmalloc_node(E1,E2,E3); [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 20 expression E1, E2; 23 array_size(E1, E2) 27 expression subE2 <= as.E2; 28 expression as.E1, as.E2, E3; 33 * E1 * E2@p1 36 * array_size(E1, E2)@p2 56 expression subE2 <= as.E2; 57 expression as.E1, as.E2, E3; 62 * array_size(E1, E2)@p1 65 * E1 * E2@p2 [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/ |
| H A D | kstrdup.cocci | 19 expression flag,E1,E2; 27 ... when != \(from = E2 \| to = E2 \) 32 expression flag,E1,E2,E3; 40 ... when != \(x = E2 \| from = E2 \| to = E2 \) 49 expression flag,E1,E2; 57 ... when != \(from = E2 \| to = E2 \) 62 expression flag,E1,E2,E3; 70 ... when != \(x = E2 \| from = E2 \| to = E2 \)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | deduce_domain_n.hpp | 16 template<typename E0 , typename E1 , typename E2> 19 … typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type 30 template<typename E0 , typename E1 , typename E2 , typename E3> 33 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… 44 template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4> 47 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… 58 template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5> 61 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… 72 …template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5 , typen… 75 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/free/ |
| H A D | kfree.cocci | 32 expression free.E,E2; 41 E@p == E2 43 E@p != E2 45 E2 == E@p 47 E2 != E@p 79 expression free.E, subE<=free.E, E2; 97 subE = E2
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | Kconfig | 39 depends on E2 40 imply E2 42 config E2 config 43 bool "E2"
|
| H A D | expected_stderr | 24 Kconfig:37: symbol E1 depends on E2 25 Kconfig:42: symbol E2 is implied by E1
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | locking-selftest.c | 270 static void name##_12(void) { E1(); E2(); } \ 271 static void name##_21(void) { E2(); E1(); } 275 static void name##_123(void) { E1(); E2(); E3(); } \ 276 static void name##_132(void) { E1(); E3(); E2(); } \ 277 static void name##_213(void) { E2(); E1(); E3(); } \ 278 static void name##_231(void) { E2(); E3(); E1(); } \ 279 static void name##_312(void) { E3(); E1(); E2(); } \ 280 static void name##_321(void) { E3(); E2(); E1(); } 779 #define E2() \ macro 806 #undef E2 in GENERATE_PERMUTATIONS_2_EVENTS() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/null/ |
| H A D | deref_null.cocci | 55 expression E1,E2; 69 list_remove_head(E2,subE,...) 116 expression E1,E2; 130 list_remove_head(E2,subE,...) 176 expression E1,E2; 190 list_remove_head(E2,subE,...) 249 expression E1,E2; 263 list_remove_head(E2,subE,...)
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/locks/ |
| H A D | double_lock.cocci | 47 expression E2; 56 when != \(x = E2\|&x\) 67 expression E2; 74 when != \(x = E2\|&x\)
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | itnull.cocci | 24 expression x,E,E1,E2; 42 E2 46 - : E2
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | stm32mp157c-dhcom-pdk2.dts | 6 * DHCM-STM32MP157C-C065-R102-F0819-SPI-E2-CAN2-SDR104-RTC-WBT-T-DSI-I-01D2
|
| H A D | stm32mp153c-dhcom-drc02.dts | 6 * DHCM-STM32MP153C-C065-R102-F0819-SPI-E2-CAN2-RTC-I-01D2
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0007_let_dma_memory_map_function_take_MemTxAttrs_argument.patch | 15 expression E1, E2, E3, E4; 17 - dma_memory_map(E1, E2, E3, E4) 18 + dma_memory_map(E1, E2, E3, E4, MEMTXATTRS_UNSPECIFIED)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/ |
| H A D | color_gamma.c | 860 struct fixed31_32 E2; in hermite_spline_eetf() local 886 E2 = E1; in hermite_spline_eetf() 904 E2 = dc_fixpt_mul(ks, dc_fixpt_add(dc_fixpt_one, in hermite_spline_eetf() 908 E2 = dc_fixpt_add(E2, dc_fixpt_mul(max_lum_pq, in hermite_spline_eetf() 915 E2 = dc_fixpt_add(E2, dc_fixpt_mul(temp2, in hermite_spline_eetf() 918 E2 = dc_fixpt_one; in hermite_spline_eetf() 920 temp1 = dc_fixpt_sub(dc_fixpt_one, E2); in hermite_spline_eetf() 925 E3 = dc_fixpt_add(E2, dc_fixpt_mul(min_lum_pq, temp2)); in hermite_spline_eetf()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rv1108-evb.dts | 141 …39 00 24 E2 00 AD C6 E4 FD 55 11 2A 3B 49 55 54 6B 7C 8F 55 A1 AF C3 D1 55 E2 EA F3 FC AA 04 0E 15…
|
| H A D | .rv1108-evb.dtb.pre.tmp | |
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | renesas,du.txt | 20 - "renesas,du-r8a7794" for R8A7794 (R-Car E2) compatible DU 88 R8A7794 (R-Car E2) DPAD 0 DPAD 1 - -
|
| /OK3568_Linux_fs/kernel/sound/soc/pxa/ |
| H A D | Kconfig | 144 bool "SoC Audio support for Palm T|X, T5, E2 and LifeDrive" 155 Palm T|X, T5, E2 or LifeDrive handheld computer.
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | troubleshoot.c | 198 STS_BIT(regs, E2), STS_BIT(regs, E1)); in show_regs()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | renesas,iic.txt | 19 - "renesas,iic-r8a7794" (R-Car E2)
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | tgafb.rst | 10 - ZLxP-E2 (32bpp, 8 MB VRAM)
|
| /OK3568_Linux_fs/kernel/drivers/soc/renesas/ |
| H A D | Kconfig | 57 bool "ARM32 Platform support for R-Car E2" 295 bool "System Controller support for R-Car E2" if COMPILE_TEST
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0001-Fix-building-with-GCC-10.patch | 2 From: =?UTF-8?q?Petr=20P=C3=83=C2=ADsa=C3=85=E2=84=A2?= <address@hidden>
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | Kconfig | 337 bool "Motorola EZX E2" 352 bool "Palm Tungsten|E2" 357 Say Y here if you intend to run this kernel on a Palm Tungsten|E2
|