Lines Matching refs:pins
64 * @set_pullup: whether the pins need to have their pull-ups set
202 unsigned int pins = 0;
208 * Figure out which pins need to be set to the keypad alternate
211 * {cols,rows}_gpios are bitmasks of which pins on the chip can be used
214 * keypad->{cols,rows} are a bitmask of which pins (of the ones useable
222 pins |= 1 << num;
233 pins |= 1 << num;
238 ret = stmpe_set_altfunc(stmpe, pins, STMPE_BLOCK_KEYPAD);
244 * pins (columns), this incidentally happen to be maximum 8 pins
255 /* Do not touch unused pins, may be used for GPIO */