Home
last modified time | relevance | path

Searched refs:E2 (Results 1 – 25 of 49) sorted by relevance

12

/Linux-v4.19/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci49 expression E1,E2,E3,E4;
54 - x = kmalloc(E1,E2);
55 + x = kzalloc(E1,E2);
57 - x = (T *)kmalloc(E1,E2);
58 + x = kzalloc(E1,E2);
60 - x = (T)kmalloc(E1,E2);
61 + x = (T)kzalloc(E1,E2);
72 - x = dma_alloc_coherent(E2,E1,E3,E4);
73 + x = dma_zalloc_coherent(E2,E1,E3,E4);
75 - x = (T *)dma_alloc_coherent(E2,E1,E3,E4);
[all …]
/Linux-v4.19/scripts/coccinelle/api/
Dkstrdup.cocci18 expression flag,E1,E2;
26 ... when != \(from = E2 \| to = E2 \)
31 expression flag,E1,E2,E3;
39 ... when != \(x = E2 \| from = E2 \| to = E2 \)
48 expression flag,E1,E2;
56 ... when != \(from = E2 \| to = E2 \)
61 expression flag,E1,E2,E3;
69 ... when != \(x = E2 \| from = E2 \| to = E2 \)
/Linux-v4.19/scripts/coccinelle/free/
Dkfree.cocci31 expression free.E,E2;
40 E@p == E2
42 E@p != E2
44 E2 == E@p
46 E2 != E@p
78 expression free.E, subE<=free.E, E2;
96 subE = E2
/Linux-v4.19/scripts/kconfig/tests/err_recursive_dep/
DKconfig39 depends on E2
40 imply E2
42 config E2 config
43 bool "E2"
Dexpected_stderr24 Kconfig:37: symbol E1 depends on E2
25 Kconfig:42: symbol E2 is implied by E1
/Linux-v4.19/scripts/coccinelle/null/
Dderef_null.cocci54 expression E1,E2;
68 list_remove_head(E2,subE,...)
115 expression E1,E2;
129 list_remove_head(E2,subE,...)
175 expression E1,E2;
189 list_remove_head(E2,subE,...)
248 expression E1,E2;
262 list_remove_head(E2,subE,...)
/Linux-v4.19/scripts/coccinelle/locks/
Ddouble_lock.cocci46 expression E2;
55 when != \(x = E2\|&x\)
66 expression E2;
73 when != \(x = E2\|&x\)
/Linux-v4.19/lib/
Dlocking-selftest.c268 static void name##_12(void) { E1(); E2(); } \
269 static void name##_21(void) { E2(); E1(); }
273 static void name##_123(void) { E1(); E2(); E3(); } \
274 static void name##_132(void) { E1(); E3(); E2(); } \
275 static void name##_213(void) { E2(); E1(); E3(); } \
276 static void name##_231(void) { E2(); E3(); E1(); } \
277 static void name##_312(void) { E3(); E1(); E2(); } \
278 static void name##_321(void) { E3(); E2(); E1(); }
734 #define E2() \ macro
761 #undef E2 in GENERATE_PERMUTATIONS_2_EVENTS()
[all …]
/Linux-v4.19/scripts/coccinelle/iterators/
Ditnull.cocci23 expression x,E,E1,E2;
41 E2
45 - : E2
/Linux-v4.19/Documentation/devicetree/bindings/serial/
Drenesas,sci-serial.txt39 - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART.
40 - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART.
41 - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART.
42 - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART.
/Linux-v4.19/Documentation/devicetree/bindings/display/
Drenesas,du.txt13 - "renesas,du-r8a7794" for R8A7794 (R-Car E2) compatible DU
59 R8A7794 (R-Car E2) DPAD 0 DPAD 1 - -
/Linux-v4.19/Documentation/devicetree/bindings/power/
Drenesas,apmu.txt16 - "renesas,r8a7794-apmu" (R-Car E2)
Drenesas,rcar-sysc.txt18 - "renesas,r8a7794-sysc" (R-Car E2)
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Drenesas,irqc.txt15 - "renesas,irqc-r8a7794" (R-Car E2)
/Linux-v4.19/Documentation/devicetree/bindings/pwm/
Drenesas,pwm-rcar.txt11 - "renesas,pwm-r8a7794": for R-Car E2
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Drenesas,cpg-div6-clocks.txt15 - "renesas,r8a7794-div6-clock" for R8A7794 (R-Car E2) DIV6 clocks
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/
Drenesas-wdt.txt15 - "renesas,r8a7794-wdt" (R-Car E2)
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Drenesas,usb-dmac.txt11 - "renesas,r8a7794-usb-dmac" (R-Car E2)
/Linux-v4.19/Documentation/devicetree/bindings/reset/
Drenesas,rst.txt27 - "renesas,r8a7794-rst" (R-Car E2)
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-sh_mobile.txt14 - "renesas,iic-r8a7794" (R-Car E2)
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Drenesas_usbhs.txt12 - "renesas,usbhs-r8a7794" for r8a7794 (R-Car E2) compatible device
/Linux-v4.19/drivers/soc/renesas/
DKconfig57 bool "R-Car E2 System Controller support" if COMPILE_TEST
/Linux-v4.19/arch/arm/mach-shmobile/
DKconfig115 bool "R-Car E2 (R8A77940)"
/Linux-v4.19/sound/soc/pxa/
DKconfig127 bool "SoC Audio support for Palm T|X, T5, E2 and LifeDrive"
134 Palm T|X, T5, E2 or LifeDrive handheld computer.
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dspi-rspi.txt20 - "renesas,qspi-r8a7794" (R-Car E2)

12