Lines Matching refs:pullup
152 * @pullup: Constant current which flow trough GPIO output buffer.
170 unsigned int pullup;
410 if (pad->pullup != PMIC_GPIO_PULL_DOWN)
415 if (pad->pullup != PMIC_GPIO_PULL_DISABLE)
420 if (pad->pullup != PMIC_GPIO_PULL_UP_30)
444 arg = pad->pullup;
507 pad->pullup = PMIC_GPIO_PULL_DISABLE;
510 pad->pullup = PMIC_GPIO_PULL_UP_30;
514 pad->pullup = PMIC_GPIO_PULL_DOWN;
516 pad->pullup = PMIC_GPIO_PULL_DISABLE;
539 pad->pullup = arg;
582 val = pad->pullup << PMIC_GPIO_REG_PULL_SHIFT;
708 seq_printf(s, " %-27s", biases[pad->pullup]);
929 pad->pullup = val >> PMIC_GPIO_REG_PULL_SHIFT;
930 pad->pullup &= PMIC_GPIO_REG_PULL_MASK;