HomeSort by: relevance | last modified time | path
    Searched defs:INPUT (Results 1 - 3 of 3) sorted by relevancy

  /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/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/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...]

Completed in 14 milliseconds