Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-thunderx.c85 static bool thunderx_gpio_is_gpio(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio() function
99 return thunderx_gpio_is_gpio(txgpio, line) ? 0 : -EIO; in thunderx_gpio_request()
106 if (!thunderx_gpio_is_gpio(txgpio, line)) in thunderx_gpio_dir_in()
137 if (!thunderx_gpio_is_gpio(txgpio, line)) in thunderx_gpio_dir_out()
190 if (!thunderx_gpio_is_gpio(txgpio, line)) in thunderx_gpio_set_config()