| /arch/arm/boot/dts/samsung/ |
| A D | exynos3250-rinato.dts | 707 PIN_IN(gpa1-4, DOWN, LV1); 708 PIN_IN(gpa1-5, DOWN, LV1); 710 PIN_IN(gpc0-0, DOWN, LV1); 711 PIN_IN(gpc0-1, DOWN, LV1); 712 PIN_IN(gpc0-2, DOWN, LV1); 713 PIN_IN(gpc0-3, DOWN, LV1); 714 PIN_IN(gpc0-4, DOWN, LV1); 716 PIN_IN(gpd0-0, DOWN, LV1); 717 PIN_IN(gpd0-1, DOWN, LV1); 775 PIN_IN(gpe0-6, DOWN, LV1); [all …]
|
| A D | exynos3250-monk.dts | 507 PIN_SLP(gpb-4, INPUT, DOWN); 508 PIN_SLP(gpb-5, INPUT, DOWN); 509 PIN_SLP(gpb-6, INPUT, DOWN); 510 PIN_SLP(gpb-7, INPUT, DOWN); 541 PIN_IN(gpk2-0, DOWN, LV1); 542 PIN_IN(gpk2-1, DOWN, LV1); 543 PIN_IN(gpk2-2, DOWN, LV1); 544 PIN_IN(gpk2-3, DOWN, LV1); 545 PIN_IN(gpk2-4, DOWN, LV1); 546 PIN_IN(gpk2-5, DOWN, LV1); [all …]
|
| A D | s5pv210-fascinate4g.dts | 170 PIN_SLP(gpa1-0, INPUT, DOWN); 172 PIN_SLP(gpa1-2, INPUT, DOWN); 181 PIN_SLP(gpb-6, INPUT, DOWN); 185 PIN_SLP(gpc0-1, INPUT, DOWN); 187 PIN_SLP(gpc0-3, INPUT, DOWN); 190 PIN_SLP(gpc1-0, INPUT, DOWN); 191 PIN_SLP(gpc1-1, INPUT, DOWN); 192 PIN_SLP(gpc1-2, INPUT, DOWN); 290 PIN_SLP(gpi-1, INPUT, DOWN); 294 PIN_SLP(gpi-5, INPUT, DOWN); [all …]
|
| A D | s5pv210-galaxys.dts | 203 PIN_SLP(gpa0-4, INPUT, DOWN); 205 PIN_SLP(gpa0-6, INPUT, DOWN); 208 PIN_SLP(gpa1-0, INPUT, DOWN); 219 PIN_SLP(gpb-6, INPUT, DOWN); 223 PIN_SLP(gpc0-1, INPUT, DOWN); 228 PIN_SLP(gpc1-0, INPUT, DOWN); 229 PIN_SLP(gpc1-1, INPUT, DOWN); 230 PIN_SLP(gpc1-2, INPUT, DOWN); 328 PIN_SLP(gpi-1, INPUT, DOWN); 332 PIN_SLP(gpi-5, INPUT, DOWN); [all …]
|
| A D | exynos4212-tab3.dtsi | 898 PIN_SLP(gpb-4, INPUT, DOWN); 899 PIN_SLP(gpb-5, INPUT, DOWN); 900 PIN_SLP(gpb-6, INPUT, DOWN); 901 PIN_SLP(gpb-7, INPUT, DOWN); 957 PIN_SLP(gpf3-5, OUT0, DOWN); 1195 PIN_SLP(gpz-0, INPUT, DOWN); 1196 PIN_SLP(gpz-1, INPUT, DOWN); 1197 PIN_SLP(gpz-2, INPUT, DOWN); 1198 PIN_SLP(gpz-3, INPUT, DOWN); 1199 PIN_SLP(gpz-4, INPUT, DOWN); [all …]
|
| A D | exynos4412-midas.dtsi | 1066 PIN_SLP(gpa0-5, INPUT, DOWN); 1081 PIN_SLP(gpb-4, INPUT, DOWN); 1083 PIN_SLP(gpb-6, INPUT, DOWN); 1084 PIN_SLP(gpb-7, INPUT, DOWN); 1362 PIN_SLP(gpz-0, INPUT, DOWN); 1363 PIN_SLP(gpz-1, INPUT, DOWN); 1364 PIN_SLP(gpz-2, INPUT, DOWN); 1365 PIN_SLP(gpz-3, INPUT, DOWN); 1366 PIN_SLP(gpz-4, INPUT, DOWN); 1367 PIN_SLP(gpz-5, INPUT, DOWN); [all …]
|
| A D | exynos4412-p4note.dtsi | 787 PIN_SLP(gpb-4, INPUT, DOWN); 788 PIN_SLP(gpb-5, INPUT, DOWN); 789 PIN_SLP(gpb-6, INPUT, DOWN); 790 PIN_SLP(gpb-7, INPUT, DOWN); 1065 PIN_SLP(gpm2-3, OUT0, DOWN); 1072 PIN_SLP(gpm3-4, OUT0, DOWN); 1148 PIN_SLP(gpz-0, INPUT, DOWN); 1149 PIN_SLP(gpz-1, INPUT, DOWN); 1150 PIN_SLP(gpz-2, INPUT, DOWN); 1151 PIN_SLP(gpz-3, INPUT, DOWN); [all …]
|
| A D | exynos4212-tab3-lte8.dts | 38 PIN_SLP(gpl2-1, INPUT, DOWN); 39 PIN_SLP(gpl2-2, INPUT, DOWN);
|
| /arch/arm64/boot/dts/exynos/ |
| A D | exynos5433-tm2-common.dtsi | 1030 PIN_IN(gpa0-0, DOWN, FAST_SR1); 1032 PIN_IN(gpa0-2, DOWN, FAST_SR1); 1035 PIN_IN(gpa0-5, DOWN, FAST_SR1); 1042 PIN_IN(gpa1-3, DOWN, FAST_SR1); 1043 PIN_IN(gpa1-4, DOWN, FAST_SR1); 1051 PIN_IN(gpa2-3, DOWN, FAST_SR1); 1053 PIN_IN(gpa2-5, DOWN, FAST_SR1); 1054 PIN_IN(gpa2-6, DOWN, FAST_SR1); 1057 PIN_IN(gpa3-0, DOWN, FAST_SR1); 1058 PIN_IN(gpa3-1, DOWN, FAST_SR1); [all …]
|
| /arch/mips/mm/ |
| A D | mmap.c | 27 enum mmap_allocation_direction {UP, DOWN}; enumerator 78 if (dir == DOWN) { in arch_get_unmapped_area_common() 117 addr0, len, pgoff, flags, DOWN); in arch_get_unmapped_area_topdown()
|
| /arch/loongarch/mm/ |
| A D | mmap.c | 19 enum mmap_allocation_direction {UP, DOWN}; enumerator 73 if (dir == DOWN) { in arch_get_unmapped_area_common() 112 addr0, len, pgoff, flags, DOWN); in arch_get_unmapped_area_topdown()
|
| /arch/parisc/kernel/ |
| A D | sys_parisc.c | 97 enum mmap_allocation_direction {UP, DOWN}; enumerator 147 if (dir == DOWN) { in arch_get_unmapped_area_common() 182 addr, len, pgoff, flags, DOWN); in arch_get_unmapped_area_topdown()
|
| /arch/riscv/boot/dts/canaan/ |
| A D | sipeed_maix_go.dts | 66 label = "DOWN";
|
| /arch/arm/boot/dts/arm/ |
| A D | integratorap-im-pd1.dts | 100 label = "DOWN";
|
| /arch/arm/boot/dts/allwinner/ |
| A D | sun8i-v3s-anbernic-rg-nano.dts | 47 label = "DPAD-DOWN";
|
| /arch/arm64/boot/dts/amlogic/ |
| A D | meson-g12b-odroid-go-ultra.dts | 93 label = "VOLUME-DOWN"; 103 label = "DPAD-DOWN";
|
| /arch/arm/boot/dts/st/ |
| A D | ste-href-ab8500.dtsi | 89 * are muxed in as GPIO, and configured as INPUT PULL DOWN
|
| A D | ste-href-ab8505.dtsi | 89 * are muxed in as GPIO, and configured as INPUT PULL DOWN
|
| A D | ste-ux500-samsung-skomer.dts | 593 "GPIO92_D6", /* VOL DOWN */
|
| A D | ste-ux500-samsung-kyle.dts | 617 "GPIO92_D6"; /* VOL DOWN */
|
| /arch/powerpc/boot/dts/ |
| A D | ac14xx.dts | 371 0x0101006a /* DOWN */
|
| /arch/arm/boot/dts/nxp/imx/ |
| A D | imx6dl-prtvt7.dts | 78 label = "GPIO Key DOWN";
|
| A D | imx6dl-prtmvt.dts | 110 label = "GPIO Key DOWN";
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3326-odroid-go.dtsi | 42 label = "DPAD-DOWN";
|
| A D | rk3566-anbernic-rgxx3.dtsi | 50 label = "DPAD-DOWN";
|