Home
last modified time | relevance | path

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

12

/linux/scripts/coccinelle/api/alloc/
H A Dzalloc-simple.cocci50 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 …]
/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci20 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 …]
H A Dstruct_size.cocci29 expression E1, E2;
32 * sizeof(*E1) + (E2 * sizeof(*E1->m))
39 expression E1, E2;
43 - (sizeof(*E1) + (E2 * sizeof(*E1->m)))
44 + struct_size(E1, m, E2)
52 expression E1, E2;
56 sizeof(*E1)@p + (E2 * sizeof(*E1->m))
H A Dminmax.cocci21 expression E1, E2, E3, E4;
25 E1 cmp E2 ? E3 : E4
28 expression E1, E2, E3, E4;
32 E1 cmp E2 ? E3 : E4
/linux/scripts/coccinelle/api/
H A Dkstrdup.cocci19 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 \)
/linux/scripts/coccinelle/free/
H A Dkfree.cocci32 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
/linux/scripts/coccinelle/locks/
H A Ddouble_lock.cocci44 expression E2;
51 when != \(x = E2\|&x\)
60 expression E2;
69 when != \(x = E2\|&x\)
80 expression E2;
87 when != \(x = E2\|&x\)
/linux/scripts/kconfig/tests/err_recursive_dep/
H A DKconfig39 depends on E2
40 imply E2
42 config E2 config
43 bool "E2"
H A Dexpected_stderr24 symbol E1 depends on E2
25 symbol E2 is implied by E1
/linux/scripts/coccinelle/null/
H A Dderef_null.cocci55 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,...)
/linux/scripts/coccinelle/iterators/
H A Ditnull.cocci24 expression x,E,E1,E2;
42 E2
46 - : E2
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-dhcom-pdk2.dts6 * DHCM-STM32MP157C-C065-R102-F0819-SPI-E2-CAN2-SDR104-RTC-WBT-T-DSI-I-01D2
H A Dstm32mp153c-dhcom-drc02.dts6 * DHCM-STM32MP153C-C065-R102-F0819-SPI-E2-CAN2-RTC-I-01D2
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-dhcom-picoitx.dts6 * DHCM-iMX6ULL-C080-R051-F0409-SPI-E2-CAN2-SD-RTC-ADC-I-01D2
H A Dimx6ull-dhcom-drc02.dts6 * DHCM-iMX6ULL-C080-R051-F0409-SPI-E2-CAN2-SD-RTC-ADC-I-01D2
H A Dimx6ull-dhcom-pdk2.dts6 * DHCM-iMX6ULL-C080-R051-F0409-SPI-E2-CAN2-RTC-WBT-ADC-I-01D2
/linux/arch/arc/kernel/
H A Dtroubleshoot.c201 STS_BIT(regs, E2), STS_BIT(regs, E1)); in show_regs()
/linux/Documentation/fb/
H A Dtgafb.rst10 - ZLxP-E2 (32bpp, 8 MB VRAM)
/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g5.c1325 #define E2 178 macro
1326 SIG_EXPR_LIST_DECL_SINGLE(E2, GPIOW2, GPIOW2, SIG_DESC_SET(SCUA0, 26));
1327 SIG_EXPR_LIST_DECL_SINGLE(E2, ADC2, ADC2);
1328 PIN_DECL_(E2, SIG_EXPR_LIST_PTR(E2, GPIOW2), SIG_EXPR_LIST_PTR(E2, ADC2));
1329 FUNC_GROUP_DECL(ADC2, E2);
2002 ASPEED_PINCTRL_PIN(E2),
2567 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, E2, E2, SCUA8, 6),
2568 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, E2, E2, SCUA8, 6),
H A Dpinctrl-aspeed-g6.c1444 #define E2 230 macro
1445 SIG_EXPR_LIST_DECL_SESG(E2, RGMII2RXD2, RGMII2, SIG_DESC_SET(SCU400, 22),
1447 SIG_EXPR_LIST_DECL_SESG(E2, RMII2CRSDV, RMII2, SIG_DESC_SET(SCU400, 22),
1449 PIN_DECL_2(E2, GPIO18C6, RGMII2RXD2, RMII2CRSDV);
1458 FUNC_GROUP_DECL(RGMII2, D4, C2, C1, D3, E4, F5, D2, E3, D1, F4, E2, E1);
1459 FUNC_GROUP_DECL(RMII2, D4, C2, C1, D3, D2, D1, F4, E2, E1);
1823 ASPEED_PINCTRL_PIN(E2),
/linux/arch/arm/boot/dts/marvell/
H A Ddove-cm-a510.dtsi57 * E2: Additional ethernet NIC RTL8111D on PCIe1
H A Ddove-sbc-a510.dts162 /* Ethernet1 depends on CM-A510 option E2 */
/linux/Documentation/hwmon/
H A Dk10temp.rst20 * AMD Family 12h processors: "Llano" (E2/A4/A6/A8-Series)
/linux/drivers/clk/renesas/
H A DKconfig129 bool "R-Car E2 clock support" if COMPILE_TEST
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-tyan-s8036.dts418 /*E2*/ "reset-button", /* in: BMC_SYS_MOS_RST_BTN_L*/

12