/Linux-v5.4/scripts/coccinelle/api/alloc/ |
D | zalloc-simple.cocci | 50 expression E1,E2,E3,E4; 73 - x = kmalloc_node(E1,E2,E3); 74 + x = kzalloc_node(E1,E2,E3); 76 - x = (T *)kmalloc_node(E1,E2,E3); 77 + x = kzalloc_node(E1,E2,E3); 79 - x = (T)kmalloc_node(E1,E2,E3); 80 + x = (T)kzalloc_node(E1,E2,E3); 82 - x = kmem_cache_alloc(E3,E4); 83 + x = kmem_cache_zalloc(E3,E4); 85 - x = (T *)kmem_cache_alloc(E3,E4); [all …]
|
/Linux-v5.4/scripts/coccinelle/api/ |
D | kstrdup.cocci | 32 expression flag,E1,E2,E3; 42 ... when != \(x = E3 \| from = E3 \| to = E3 \) 62 expression flag,E1,E2,E3; 72 ... when != \(x = E3 \| from = E3 \| to = E3 \)
|
/Linux-v5.4/Documentation/devicetree/bindings/thermal/ |
D | rcar-thermal.txt | 7 fallback except R-Car V3M/E3/D3 and RZ/G2E. 19 - "renesas,thermal-r8a77990" (R-Car E3) 28 R-Car V3M/E3/D3 and RZ/G2E or 1 interrupt otherwise.
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | skeleton.S | 84 | The provided code will clear the E3 exception (if pending), 145 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag 182 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag 208 bclrb #E3,E_BYTE(%a6) |clear and test E3 flag
|
D | x_unfl.S | 61 btstb #E3,E_BYTE(%a6) 95 btstb #E3,E_BYTE(%a6) 116 bclrb #E3,E_BYTE(%a6) 151 | If the exception bit set is E3, the exceptional operand from the 154 btstb #E3,E_BYTE(%a6)
|
D | gen_except.S | 168 | exception is to set the E1/E3 byte and clr the U flag. 170 | operr, and dz. commonE3 does this for E3 exceptions, which 182 bsetb #E3,E_BYTE(%a6) |set E3 flag 190 bsetb #E3,E_BYTE(%a6) |set E3 flag 300 bsetb #E3,E_BYTE(%a6) |set E3 flag
|
D | util.S | 103 btstb #E3,E_BYTE(%a6) |check for nu exception 328 | if E3 355 btstb #E3,E_BYTE(%a6) 423 btstb #E3,E_BYTE(%a6) 426 clrl %d0 |if E3, only opclass 0x0 is possible 436 | If E3, the format is extended. 444 btstb #E3,E_BYTE(%a6)
|
D | fpsp.h | 142 .set CMDREG3B,LV-48 | cmd reg for E3 exceptions (2 bytes) 189 .set E_BYTE,LV-28 | holds E1 and E3 bits (1 byte) 191 .set E3,1 | which bit is E3 flag
|
/Linux-v5.4/lib/ |
D | locking-selftest.c | 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(); } 851 #define E3() \ macro 881 #undef E3 900 #define E3() \ macro 929 #undef E3 [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/i2c/ |
D | renesas,iic.txt | 20 - "renesas,iic-r8a77990" (R-Car E3) 36 The r8a77990 (R-Car E3) and r8a774c0 (RZ/G2E)
|
/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/ |
D | renesas,lvds.txt | 22 - "renesas,r8a77990-lvds" for R8A77990 (R-Car E3) compatible LVDS encoders 52 mandatory for the first LVDS encoder on D3 and E3 SoCs, and shall point to
|
/Linux-v5.4/drivers/soc/renesas/ |
D | Kconfig | 224 bool "Renesas R-Car E3 SoC Platform" 228 This enables support for the Renesas R-Car E3 SoC. 301 bool "R-Car E3 System Controller support" if COMPILE_TEST
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | renesas,du.txt | 23 - "renesas,du-r8a77990" for R8A77990 (R-Car E3) compatible DU 75 R8A77990 (R-Car E3) DPAD 0 LVDS 0 LVDS 1 -
|
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | renesas,irqc.txt | 25 - "renesas,intc-ex-r8a77990" (R-Car E3)
|
/Linux-v5.4/Documentation/devicetree/bindings/pwm/ |
D | renesas,pwm-rcar.txt | 20 - "renesas,pwm-r8a77990": for R-Car E3
|
/Linux-v5.4/Documentation/devicetree/bindings/watchdog/ |
D | renesas,wdt.txt | 23 - "renesas,r8a77990-wdt" (R-Car E3)
|
/Linux-v5.4/Documentation/devicetree/bindings/power/ |
D | renesas,rcar-sysc.txt | 27 - "renesas,r8a77990-sysc" (R-Car E3)
|
/Linux-v5.4/Documentation/devicetree/bindings/reset/ |
D | renesas,rst.txt | 36 - "renesas,r8a77990-rst" (R-Car E3)
|
/Linux-v5.4/arch/arm/mach-omap1/ |
D | Kconfig | 168 bool "Amstrad E3 (Delta)" 176 Support for the Amstrad E3 (codename Delta) videophone. Say Y here
|
/Linux-v5.4/Documentation/devicetree/bindings/dma/ |
D | renesas,usb-dmac.txt | 19 - "renesas,r8a77990-usb-dmac" (R-Car E3)
|
/Linux-v5.4/drivers/input/serio/ |
D | Kconfig | 213 tristate "Amstrad Delta (E3) mailboard support" 217 Say Y here if you have an E3 and want to use its mailboard, 220 When used for the E3 mailboard, a non-standard key table
|
/Linux-v5.4/Documentation/fb/ |
D | tgafb.rst | 11 - ZLxP-E3 (32bpp, 16 MB VRAM, Zbuffer)
|
/Linux-v5.4/sound/soc/ti/ |
D | Kconfig | 126 tristate "SoC Audio support for Amstrad E3 (Delta) videophone" 132 connected to a handset and a speakerphone found on Amstrad E3 (Delta)
|
/Linux-v5.4/Documentation/devicetree/bindings/usb/ |
D | renesas,usbhs.txt | 20 - "renesas,usbhs-r8a77990" for r8a77990 (R-Car E3) compatible device
|
/Linux-v5.4/Documentation/devicetree/bindings/iommu/ |
D | renesas,ipmmu-vmsa.txt | 28 - "renesas,ipmmu-r8a77990" for the R8A77990 (R-Car E3) IPMMU.
|