/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
s5pv210-galaxys.dts | 5 #include <dt-bindings/input/input.h> 203 PIN_SLP(gpa0-4, INPUT, DOWN); 205 PIN_SLP(gpa0-6, INPUT, DOWN); 208 PIN_SLP(gpa1-0, INPUT, DOWN); 210 PIN_SLP(gpa1-2, INPUT, NONE); 217 PIN_SLP(gpb-4, INPUT, NONE); 219 PIN_SLP(gpb-6, INPUT, DOWN); 223 PIN_SLP(gpc0-1, INPUT, DOWN); 225 PIN_SLP(gpc0-3, INPUT, NONE) [all...] |
s5pv210-fascinate4g.dts | 5 #include <dt-bindings/input/input.h> 170 PIN_SLP(gpa1-0, INPUT, DOWN); 172 PIN_SLP(gpa1-2, INPUT, DOWN); 179 PIN_SLP(gpb-4, INPUT, NONE); 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) [all...] |
exynos3250-monk.dts | 15 #include <dt-bindings/input/input.h> 486 PIN_SLP(gpa0-0, INPUT, DOWN); 487 PIN_SLP(gpa0-1, INPUT, DOWN); 488 PIN_SLP(gpa0-2, INPUT, DOWN); 489 PIN_SLP(gpa0-3, INPUT, DOWN); 490 PIN_SLP(gpa0-4, INPUT, DOWN); 491 PIN_SLP(gpa0-5, INPUT, DOWN); 492 PIN_SLP(gpa0-6, INPUT, DOWN); 493 PIN_SLP(gpa0-7, INPUT, DOWN) [all...] |
exynos4412-midas.dtsi | 16 #include <dt-bindings/input/input.h> 208 maxim,charge-input-threshold-microvolt = <4300000>; 1003 PIN_SLP(gpa0-0, INPUT, NONE); 1005 PIN_SLP(gpa0-2, INPUT, NONE); 1006 PIN_SLP(gpa0-3, INPUT, UP); 1007 PIN_SLP(gpa0-4, INPUT, NONE); 1008 PIN_SLP(gpa0-5, INPUT, DOWN); 1009 PIN_SLP(gpa0-6, INPUT, DOWN); 1010 PIN_SLP(gpa0-7, INPUT, UP) [all...] |
exynos3250-rinato.dts | 15 #include <dt-bindings/input/input.h> 718 PIN_SLP(gpa0-0, INPUT, DOWN); 719 PIN_SLP(gpa0-1, INPUT, DOWN); 720 PIN_SLP(gpa0-2, INPUT, DOWN); 721 PIN_SLP(gpa0-3, INPUT, DOWN); 722 PIN_SLP(gpa0-4, INPUT, DOWN); 723 PIN_SLP(gpa0-5, INPUT, DOWN); 724 PIN_SLP(gpa0-6, INPUT, DOWN); 725 PIN_SLP(gpa0-7, INPUT, DOWN) [all...] |
exynos4412-p4note.dtsi | 16 #include <dt-bindings/input/linux-event-codes.h> 657 PIN_SLP(gpa0-0, INPUT, NONE); 659 PIN_SLP(gpa0-2, INPUT, NONE); 660 PIN_SLP(gpa0-3, INPUT, UP); 661 PIN_SLP(gpa0-4, INPUT, NONE); 662 PIN_SLP(gpa0-5, INPUT, DOWN); 663 PIN_SLP(gpa0-6, INPUT, DOWN); 664 PIN_SLP(gpa0-7, INPUT, UP); 666 PIN_SLP(gpa1-0, INPUT, DOWN); 667 PIN_SLP(gpa1-1, INPUT, DOWN) [all...] |
omap3-tao3530.dtsi | 148 OMAP3_CORE1_IOPAD(0x25dc, PIN_OUTPUT | MUX_MODE1) /* etk_d0.mcspi3_simo gpio14 INPUT | MODE1 */ 149 OMAP3_CORE1_IOPAD(0x25de, PIN_INPUT_PULLUP | MUX_MODE1) /* etk_d1.mcspi3_somi gpio15 INPUT | MODE1 */ 150 OMAP3_CORE1_IOPAD(0x25e0, PIN_OUTPUT | MUX_MODE1) /* etk_d2.mcspi3_cs0 gpio16 INPUT | MODE1 */ 151 OMAP3_CORE1_IOPAD(0x25e2, PIN_INPUT | MUX_MODE1) /* etk_d3.mcspi3_clk gpio17 INPUT | MODE1 */
|
ste-href-ab8500.dtsi | 41 * are muxed in as GPIO, and configured as INPUT PULL DOWN 51 input-enable; 64 input-enable; 77 input-enable; 90 input-enable; 103 input-enable; 116 input-enable; 129 input-enable; 142 input-enable; 155 input-enable [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/ |
ar_to_bc.sh | 4 echo "Usage: $0 INPUT... OUTPUT" 30 for INPUT in *; do 31 for OBJ in $($AR t $INPUT); do 32 $AR x $INPUT $OBJ 33 mv -f $OBJ $(basename $INPUT).$OBJ
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/ |
exynos5433-tm2-common.dtsi | 15 #include <dt-bindings/input/input.h> 1014 PIN(INPUT, gpa0-0, DOWN, FAST_SR1); 1015 PIN(INPUT, gpa0-1, NONE, FAST_SR1); 1016 PIN(INPUT, gpa0-2, DOWN, FAST_SR1); 1017 PIN(INPUT, gpa0-3, NONE, FAST_SR1); 1018 PIN(INPUT, gpa0-4, NONE, FAST_SR1); 1019 PIN(INPUT, gpa0-5, DOWN, FAST_SR1); 1020 PIN(INPUT, gpa0-6, NONE, FAST_SR1); 1021 PIN(INPUT, gpa0-7, NONE, FAST_SR1) [all...] |
/src/usr.bin/join/ |
join.c | 64 * There's a structure per input file which encapsulates the state of the 90 } INPUT; 92 static INPUT input1 = { NULL, 0, 0, 1, NULL, (u_long)-1, 0, 0, }; 93 static INPUT input2 = { NULL, 0, 0, 2, NULL, (u_long)-1, 0, 0, }; 113 static void joinlines(INPUT *, INPUT *); 116 static void outoneline(INPUT *, LINE *); 117 static void outtwoline(INPUT *, LINE *, INPUT *, LINE *); 118 static void slurp(INPUT *); [all...] |
/src/sys/arch/mips/atheros/dev/ |
argpio.c | 87 #define INPUT(pin) (1 << (pin)) /* input bit */ 179 reg |= INPUT(i); 188 reg &= ~INPUT(i); 224 reg |= INPUT(pin); 226 reg &= ~INPUT(pin);
|
/src/sys/dev/i2c/ |
i2c_bitbang.c | 58 #define INPUT ops->ibo_bits[I2C_BIT_INPUT] /* SDA is input */ 167 DIR(INPUT); 173 /* SDA is set here because DIR() is INPUT */ 243 DIR(INPUT); 247 /* SDA is set here because DIR() is INPUT */
|
/src/tools/compat/buildaux/ |
ax_check_compile_flag.m4 | 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 22 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
|
/src/tests/lib/libcurses/director/ |
testlang_conf.l | 163 INPUT input 256 {INPUT} return INPUT;
|
testlang_parse.y | 67 * problems with input tests 80 static char *input_str; /* string to feed in as input */ 81 static bool no_input; /* don't need more input */ 190 %token <string> INPUT 218 | input 305 input : INPUT STRING { label 1090 * doing input otherwise it will confuse the input poll 1106 fprintf(stderr, "doing input with inputstr >%s<\n" [all...] |
/src/sys/external/isc/libsodium/dist/m4/ |
ax_check_link_flag.m4 | 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 22 # INPUT gives an alternative input source to AC_LINK_IFELSE.
|
ax_check_compile_flag.m4 | 22 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
|
/src/sys/arch/m68k/060sp/dist/ |
fpsp.s | 608 # INPUT *************************************************************** # 848 # INPUT *************************************************************** # 1129 # INPUT *************************************************************** # 1272 lea FP_SRC(%a6),%a0 # pass ptr to input 1277 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO. 1435 # If the input operand to this operation was opclass two and a single 2397 # INPUT *************************************************************** # 3088 # INPUT *************************************************************** # 3101 # input operand in the fsave frame may be incorrect for some cases # 3278 # INPUT *************************************************************** # [all...] |
fplsp.s | 581 # copy, convert, and tag input argument 583 fmov.s 0x8(%a6),%fp0 # load sgl input 638 # copy, convert, and tag input argument 640 fmov.d 0x8(%a6),%fp0 # load dbl input 696 # copy, convert, and tag input argument 699 mov.l 0x8+0x0(%a6),0x0(%a0) # load ext input 758 # copy, convert, and tag input argument 760 fmov.s 0x8(%a6),%fp0 # load sgl input 815 # copy, convert, and tag input argument 817 fmov.d 0x8(%a6),%fp0 # load dbl input [all...] |
isp.s | 360 # INPUT *************************************************************** # 877 # INPUT *************************************************************** # 1635 # INPUT *************************************************************** # 1874 # INPUT *************************************************************** # 2058 # INPUT *************************************************************** # 2496 # INPUT *************************************************************** # 2735 # INPUT *************************************************************** # 2943 # INPUT *************************************************************** # 3195 # INPUT *************************************************************** # 3815 # INPUT *************************************************************** # [all...] |
pfpsp.s | 608 # INPUT *************************************************************** # 848 # INPUT *************************************************************** # 1129 # INPUT *************************************************************** # 1272 lea FP_SRC(%a6),%a0 # pass ptr to input 1277 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO. 1435 # If the input operand to this operation was opclass two and a single 2397 # INPUT *************************************************************** # 3088 # INPUT *************************************************************** # 3101 # input operand in the fsave frame may be incorrect for some cases # 3278 # INPUT *************************************************************** # [all...] |
ilsp.s | 83 # INPUT *************************************************************** # 500 # INPUT *************************************************************** # 779 # INPUT *************************************************************** #
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
k3-am642-sk.dts | 97 /* USB MAIN INPUT 5V DC */
|
/src/usr.bin/m4/TEST/ |
test.m4 | 72 string(INPUT, "input")
|