Home
last modified time | relevance | path

Searched refs:DOWN (Results 1 – 25 of 50) sorted by relevance

12

/linux/arch/arm/boot/dts/samsung/
H A Dexynos3250-rinato.dts707 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);
721 PIN_SLP(gpa0-0, INPUT, DOWN);
[all …]
H A Dexynos3250-monk.dts487 PIN_SLP(gpa0-0, INPUT, DOWN);
488 PIN_SLP(gpa0-1, INPUT, DOWN);
489 PIN_SLP(gpa0-2, INPUT, DOWN);
490 PIN_SLP(gpa0-3, INPUT, DOWN);
491 PIN_SLP(gpa0-4, INPUT, DOWN);
492 PIN_SLP(gpa0-5, INPUT, DOWN);
493 PIN_SLP(gpa0-6, INPUT, DOWN);
494 PIN_SLP(gpa0-7, INPUT, DOWN);
496 PIN_SLP(gpa1-0, INPUT, DOWN);
497 PIN_SLP(gpa1-1, INPUT, DOWN);
[all …]
H A Ds5pv210-fascinate4g.dts170 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);
193 PIN_SLP(gpc1-3, INPUT, DOWN);
194 PIN_SLP(gpc1-4, INPUT, DOWN);
[all …]
H A Ds5pv210-galaxys.dts203 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);
231 PIN_SLP(gpc1-3, INPUT, DOWN);
232 PIN_SLP(gpc1-4, INPUT, DOWN);
[all …]
H A Dexynos4412-midas.dtsi1066 PIN_SLP(gpa0-5, INPUT, DOWN);
1067 PIN_SLP(gpa0-6, INPUT, DOWN);
1070 PIN_SLP(gpa1-0, INPUT, DOWN);
1071 PIN_SLP(gpa1-1, INPUT, DOWN);
1072 PIN_SLP(gpa1-2, INPUT, DOWN);
1073 PIN_SLP(gpa1-3, INPUT, DOWN);
1074 PIN_SLP(gpa1-4, INPUT, DOWN);
1075 PIN_SLP(gpa1-5, INPUT, DOWN);
1081 PIN_SLP(gpb-4, INPUT, DOWN);
1083 PIN_SLP(gpb-6, INPUT, DOWN);
[all …]
H A Dexynos4412-p4note.dtsi772 PIN_SLP(gpa0-5, INPUT, DOWN);
773 PIN_SLP(gpa0-6, INPUT, DOWN);
776 PIN_SLP(gpa1-0, INPUT, DOWN);
777 PIN_SLP(gpa1-1, INPUT, DOWN);
778 PIN_SLP(gpa1-2, INPUT, DOWN);
779 PIN_SLP(gpa1-3, INPUT, DOWN);
780 PIN_SLP(gpa1-4, INPUT, DOWN);
781 PIN_SLP(gpa1-5, INPUT, DOWN);
787 PIN_SLP(gpb-4, INPUT, DOWN);
788 PIN_SLP(gpb-5, INPUT, DOWN);
[all …]
H A Dexynos4212-tab3-lte8.dts38 PIN_SLP(gpl2-1, INPUT, DOWN);
39 PIN_SLP(gpl2-2, INPUT, DOWN);
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi1030 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/
H A Dmmap.c27 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/
H A Dmmap.c19 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()
/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst339 - VOLUME- / VOLUME DOWN
383 - CHANNEL - / CHANNEL DOWN / DOWN
691 - DOWN
749 DOWN as ``KEY_CHANNELDOWN``
/linux/drivers/clk/tegra/
H A Dcvb.c39 DOWN, enumerator
62 max_mv = round_voltage(table->max_millivolts, align, DOWN); in build_opp_table()
/linux/arch/parisc/kernel/
H A Dsys_parisc.c97 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/
H A Dslab.h19 DOWN, enumerator
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py24 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/drivers/pmdomain/qcom/
H A Dcpr.c129 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/arch/riscv/boot/dts/canaan/
H A Dsipeed_maix_go.dts66 label = "DOWN";
/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst50 - DOWN
63 +--------- DOWN <--------+
66 DOWN:
81 The CPU or cluster has committed to moving to the DOWN
/linux/Documentation/networking/
H A Dvrf.rst241 …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/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-anbernic-rg-nano.dts47 label = "DPAD-DOWN";
/linux/arch/arm/boot/dts/arm/
H A Dintegratorap-im-pd1.dts100 label = "DOWN";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-palmas.txt4 the configuration for Pull UP/DOWN, open drain etc.
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-odroid-go-ultra.dts93 label = "VOLUME-DOWN";
103 label = "DPAD-DOWN";
/linux/Documentation/misc-devices/
H A Dspear-pcie-gadget.rst56 link write UP to enable ltsmm DOWN to disable

12