Lines Matching refs:pullup
143 * @pullup: Constant current which flow trough GPIO output buffer.
161 unsigned int pullup;
400 if (pad->pullup != PMIC_GPIO_PULL_DOWN)
405 if (pad->pullup != PMIC_GPIO_PULL_DISABLE)
410 if (pad->pullup != PMIC_GPIO_PULL_UP_30)
431 arg = pad->pullup;
484 pad->pullup = PMIC_GPIO_PULL_DISABLE;
487 pad->pullup = PMIC_GPIO_PULL_UP_30;
491 pad->pullup = PMIC_GPIO_PULL_DOWN;
493 pad->pullup = PMIC_GPIO_PULL_DISABLE;
513 pad->pullup = arg;
546 val = pad->pullup << PMIC_GPIO_REG_PULL_SHIFT;
672 seq_printf(s, " %-27s", biases[pad->pullup]);
883 pad->pullup = val >> PMIC_GPIO_REG_PULL_SHIFT;
884 pad->pullup &= PMIC_GPIO_REG_PULL_MASK;