| /linux/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 | 875 PIN_SLP(gpb-4, INPUT, DOWN); 876 PIN_SLP(gpb-5, INPUT, DOWN); 877 PIN_SLP(gpb-6, INPUT, DOWN); 878 PIN_SLP(gpb-7, INPUT, DOWN); 934 PIN_SLP(gpf3-5, OUT0, DOWN); 1172 PIN_SLP(gpz-0, INPUT, DOWN); 1173 PIN_SLP(gpz-1, INPUT, DOWN); 1174 PIN_SLP(gpz-2, INPUT, DOWN); 1175 PIN_SLP(gpz-3, INPUT, DOWN); 1176 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);
|
| /linux/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 …]
|
| /linux/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()
|
| /linux/arch/loongarch/mm/ |
| A D | mmap.c | 18 enum mmap_allocation_direction {UP, DOWN}; enumerator 69 if (dir == DOWN) { in arch_get_unmapped_area_common() 108 addr0, len, pgoff, flags, DOWN); in arch_get_unmapped_area_topdown()
|
| /linux/drivers/clk/tegra/ |
| A D | cvb.c | 39 DOWN, enumerator 62 max_mv = round_voltage(table->max_millivolts, align, DOWN); in build_opp_table()
|
| /linux/Documentation/userspace-api/media/rc/ |
| A D | rc-tables.rst | 339 - VOLUME- / VOLUME DOWN 383 - CHANNEL - / CHANNEL DOWN / DOWN 691 - DOWN 749 DOWN as ``KEY_CHANNELDOWN``
|
| /linux/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()
|
| /linux/tools/include/linux/ |
| A D | slab.h | 19 DOWN, enumerator
|
| /linux/Documentation/admin-guide/ |
| A D | braille-console.rst | 24 :kbd:`PAGE-UP`/:kbd:`PAGE-DOWN` keys go at the top/bottom of the screen, and
|
| /linux/drivers/pmdomain/qcom/ |
| A D | cpr.c | 129 DOWN, enumerator 414 if (drv->tcsr && dir == DOWN) in cpr_pre_voltage() 468 if (dir != UP && dir != DOWN) in cpr_scale() 623 cpr_scale(drv, DOWN); in cpr_irq_handler() 769 dir = DOWN; in cpr_set_performance_state()
|
| /linux/tools/testing/selftests/hid/tests/ |
| A D | test_tablet.py | 24 DOWN = True variable in BtnTouch 51 PEN_IS_IN_CONTACT = BtnTouch.DOWN, ToolType.PEN, False 52 PEN_IS_IN_CONTACT_WITH_BUTTON = BtnTouch.DOWN, ToolType.PEN, True 55 PEN_IS_ERASING = BtnTouch.DOWN, ToolType.RUBBER, False 56 PEN_IS_ERASING_WITH_BUTTON = BtnTouch.DOWN, ToolType.RUBBER, True
|
| /linux/arch/riscv/boot/dts/canaan/ |
| A D | sipeed_maix_go.dts | 66 label = "DOWN";
|
| /linux/Documentation/networking/ |
| A D | vrf.rst | 241 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul… 250 eth5 DOWN 02:00:00:00:02:06 <BROADCAST,MULTICAST> 298 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN group default qlen 1000 306 eth5 DOWN
|
| /linux/Documentation/arch/arm/ |
| A D | cluster-pm-race-avoidance.rst | 50 - DOWN 63 +--------- DOWN <--------+ 66 DOWN: 81 The CPU or cluster has committed to moving to the DOWN
|
| /linux/Documentation/devicetree/bindings/input/ |
| A D | gpio-keys.yaml | 166 label = "GPIO Key DOWN";
|
| A D | google,cros-ec-keyb.yaml | 126 /* L_ALT DOWN RIGHT Q */
|
| /linux/Documentation/networking/device_drivers/ethernet/ti/ |
| A D | am65_nuss_cpsw_switchdev.rst | 40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| A D | pinctrl-palmas.txt | 4 the configuration for Pull UP/DOWN, open drain etc.
|