Home
last modified time | relevance | path

Searched refs:E2 (Results 1 – 25 of 33) 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;
33 * (sizeof(*E1) + (E2 * sizeof(*E1->m)))
41 expression E1, E2;
45 - (sizeof(*E1) + (E2 * sizeof(*E1->m)))
46 + struct_size(E1, m, E2)
54 expression E1, E2;
59 (sizeof(*E1)@p + (E2 * sizeof(*E1->m)))
/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/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/locks/
H A Ddouble_lock.cocci47 expression E2;
56 when != \(x = E2\|&x\)
67 expression E2;
74 when != \(x = E2\|&x\)
/linux/scripts/coccinelle/iterators/
H A Ditnull.cocci24 expression x,E,E1,E2;
42 E2
46 - : E2
/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c975 struct fixed31_32 E2; in hermite_spline_eetf() local
1001 E2 = E1; in hermite_spline_eetf()
1019 E2 = dc_fixpt_mul(ks, dc_fixpt_add(dc_fixpt_one, in hermite_spline_eetf()
1023 E2 = dc_fixpt_add(E2, dc_fixpt_mul(max_lum_pq, in hermite_spline_eetf()
1030 E2 = dc_fixpt_add(E2, dc_fixpt_mul(temp2, in hermite_spline_eetf()
1033 E2 = dc_fixpt_one; in hermite_spline_eetf()
1035 temp1 = dc_fixpt_sub(dc_fixpt_one, E2); in hermite_spline_eetf()
1040 E3 = dc_fixpt_add(E2, dc_fixpt_mul(min_lum_pq, temp2)); in hermite_spline_eetf()
/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/drivers/gpu/drm/xe/
H A Dxe_step_types.h42 func(E2) \
/linux/drivers/gpu/drm/i915/
H A Dintel_step.h43 func(E2) \
/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/pmdomain/renesas/
H A DKconfig65 bool "System Controller support for R8A7794 (R-Car E2)" if COMPILE_TEST
/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/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-tyan-s8036.dts418 /*E2*/ "reset-button", /* in: BMC_SYS_MOS_RST_BTN_L*/

12