Lines Matching refs:pins
63 * @set_pullup: whether the pins need to have their pull-ups set
201 unsigned int pins = 0;
207 * Figure out which pins need to be set to the keypad alternate
210 * {cols,rows}_gpios are bitmasks of which pins on the chip can be used
213 * keypad->{cols,rows} are a bitmask of which pins (of the ones useable
221 pins |= 1 << num;
232 pins |= 1 << num;
237 ret = stmpe_set_altfunc(stmpe, pins, STMPE_BLOCK_KEYPAD);
243 * pins (columns), this incidentally happen to be maximum 8 pins
254 /* Do not touch unused pins, may be used for GPIO */