/Linux-v6.6/arch/arm/boot/dts/samsung/ |
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); 721 PIN_SLP(gpa0-0, INPUT, DOWN); [all …]
|
D | exynos3250-monk.dts | 487 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 …]
|
D | s5pv210-fascinate4g.dts | 171 PIN_SLP(gpa1-0, INPUT, DOWN); 173 PIN_SLP(gpa1-2, INPUT, DOWN); 182 PIN_SLP(gpb-6, INPUT, DOWN); 186 PIN_SLP(gpc0-1, INPUT, DOWN); 188 PIN_SLP(gpc0-3, INPUT, DOWN); 191 PIN_SLP(gpc1-0, INPUT, DOWN); 192 PIN_SLP(gpc1-1, INPUT, DOWN); 193 PIN_SLP(gpc1-2, INPUT, DOWN); 194 PIN_SLP(gpc1-3, INPUT, DOWN); 195 PIN_SLP(gpc1-4, INPUT, DOWN); [all …]
|
D | s5pv210-galaxys.dts | 204 PIN_SLP(gpa0-4, INPUT, DOWN); 206 PIN_SLP(gpa0-6, INPUT, DOWN); 209 PIN_SLP(gpa1-0, INPUT, DOWN); 220 PIN_SLP(gpb-6, INPUT, DOWN); 224 PIN_SLP(gpc0-1, INPUT, DOWN); 229 PIN_SLP(gpc1-0, INPUT, DOWN); 230 PIN_SLP(gpc1-1, INPUT, DOWN); 231 PIN_SLP(gpc1-2, INPUT, DOWN); 232 PIN_SLP(gpc1-3, INPUT, DOWN); 233 PIN_SLP(gpc1-4, INPUT, DOWN); [all …]
|
D | exynos4212-tab3.dtsi | 853 PIN_SLP(gpa0-4, INPUT, DOWN); 854 PIN_SLP(gpa0-5, INPUT, DOWN); 855 PIN_SLP(gpa0-6, INPUT, DOWN); 856 PIN_SLP(gpa0-7, INPUT, DOWN); 858 PIN_SLP(gpa1-0, INPUT, DOWN); 859 PIN_SLP(gpa1-1, INPUT, DOWN); 860 PIN_SLP(gpa1-2, INPUT, DOWN); 861 PIN_SLP(gpa1-3, INPUT, DOWN); 862 PIN_SLP(gpa1-4, INPUT, DOWN); 863 PIN_SLP(gpa1-5, INPUT, DOWN); [all …]
|
D | exynos4412-midas.dtsi | 1066 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 …]
|
D | exynos4412-p4note.dtsi | 739 PIN_SLP(gpa0-5, INPUT, DOWN); 740 PIN_SLP(gpa0-6, INPUT, DOWN); 743 PIN_SLP(gpa1-0, INPUT, DOWN); 744 PIN_SLP(gpa1-1, INPUT, DOWN); 745 PIN_SLP(gpa1-2, INPUT, DOWN); 746 PIN_SLP(gpa1-3, INPUT, DOWN); 747 PIN_SLP(gpa1-4, INPUT, DOWN); 748 PIN_SLP(gpa1-5, INPUT, DOWN); 754 PIN_SLP(gpb-4, INPUT, DOWN); 755 PIN_SLP(gpb-5, INPUT, DOWN); [all …]
|
D | exynos4212-tab3-lte8.dts | 38 PIN_SLP(gpl2-1, INPUT, DOWN); 39 PIN_SLP(gpl2-2, INPUT, DOWN);
|
/Linux-v6.6/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tm2-common.dtsi | 1031 PIN_IN(gpa0-0, DOWN, FAST_SR1); 1033 PIN_IN(gpa0-2, DOWN, FAST_SR1); 1036 PIN_IN(gpa0-5, DOWN, FAST_SR1); 1043 PIN_IN(gpa1-3, DOWN, FAST_SR1); 1044 PIN_IN(gpa1-4, DOWN, FAST_SR1); 1052 PIN_IN(gpa2-3, DOWN, FAST_SR1); 1054 PIN_IN(gpa2-5, DOWN, FAST_SR1); 1055 PIN_IN(gpa2-6, DOWN, FAST_SR1); 1058 PIN_IN(gpa3-0, DOWN, FAST_SR1); 1059 PIN_IN(gpa3-1, DOWN, FAST_SR1); [all …]
|
/Linux-v6.6/arch/mips/mm/ |
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-v6.6/arch/loongarch/mm/ |
D | mmap.c | 17 enum mmap_allocation_direction {UP, DOWN}; enumerator 68 if (dir == DOWN) { in arch_get_unmapped_area_common() 107 addr0, len, pgoff, flags, DOWN); in arch_get_unmapped_area_topdown()
|
/Linux-v6.6/drivers/clk/tegra/ |
D | cvb.c | 39 DOWN, enumerator 62 max_mv = round_voltage(table->max_millivolts, align, DOWN); in build_opp_table()
|
/Linux-v6.6/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 339 - VOLUME- / VOLUME DOWN 383 - CHANNEL - / CHANNEL DOWN / DOWN 691 - DOWN 749 DOWN as ``KEY_CHANNELDOWN``
|
/Linux-v6.6/arch/parisc/kernel/ |
D | sys_parisc.c | 97 enum mmap_allocation_direction {UP, DOWN}; enumerator 146 if (dir == DOWN) { in arch_get_unmapped_area_common() 181 addr, len, pgoff, flags, DOWN); in arch_get_unmapped_area_topdown()
|
/Linux-v6.6/tools/include/linux/ |
D | slab.h | 19 DOWN, enumerator
|
/Linux-v6.6/Documentation/admin-guide/ |
D | braille-console.rst | 24 :kbd:`PAGE-UP`/:kbd:`PAGE-DOWN` keys go at the top/bottom of the screen, and
|
/Linux-v6.6/drivers/pmdomain/qcom/ |
D | cpr.c | 128 DOWN, enumerator 413 if (drv->tcsr && dir == DOWN) in cpr_pre_voltage() 467 if (dir != UP && dir != DOWN) in cpr_scale() 622 cpr_scale(drv, DOWN); in cpr_irq_handler() 770 dir = DOWN; in cpr_set_performance_state()
|
/Linux-v6.6/arch/riscv/boot/dts/canaan/ |
D | sipeed_maix_go.dts | 62 label = "DOWN";
|
/Linux-v6.6/Documentation/arch/arm/ |
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-v6.6/Documentation/networking/ |
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-v6.6/Documentation/networking/device_drivers/ethernet/ti/ |
D | am65_nuss_cpsw_switchdev.rst | 40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but
|
/Linux-v6.6/arch/arm/boot/dts/arm/ |
D | integratorap-im-pd1.dts | 100 label = "DOWN";
|
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-palmas.txt | 4 the configuration for Pull UP/DOWN, open drain etc.
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/huawei/ |
D | hinic.rst | 92 UP/DOWN Events. (hinic_hw_dev.c, hinic_hw_dev.h)
|
/Linux-v6.6/Documentation/misc-devices/ |
D | spear-pcie-gadget.rst | 56 link write UP to enable ltsmm DOWN to disable
|