Home
last modified time | relevance | path

Searched refs:sppctl_gpio_get_direction (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c381 static int sppctl_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in sppctl_gpio_get_direction() function
402 if (sppctl_gpio_get_direction(chip, offset)) in sppctl_gpio_inv_get()
513 seq_printf(s, " %c", sppctl_gpio_get_direction(chip, i) ? 'I' : 'O'); in sppctl_gpio_dbg_show()
544 gchip->get_direction = sppctl_gpio_get_direction; in sppctl_gpio_new()
586 if (sppctl_gpio_get_direction(&pctl->spp_gchip->chip, pin)) in sppctl_pin_config_get()