Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Dgpio-thunderx.c87 static bool thunderx_gpio_is_gpio(struct thunderx_gpio *txgpio, in thunderx_gpio_is_gpio() function
101 return thunderx_gpio_is_gpio(txgpio, line) ? 0 : -EIO; in thunderx_gpio_request()
108 if (!thunderx_gpio_is_gpio(txgpio, line)) in thunderx_gpio_dir_in()
139 if (!thunderx_gpio_is_gpio(txgpio, line)) in thunderx_gpio_dir_out()
189 if (!thunderx_gpio_is_gpio(txgpio, line)) in thunderx_gpio_set_config()