Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpio-aspeed.c365 static inline bool have_input(struct aspeed_gpio *gpio, unsigned int offset) in have_input() function
372 #define have_irq(g, o) have_input((g), (o))
373 #define have_debounce(g, o) have_input((g), (o))
449 if (!have_input(gpio, offset)) in aspeed_gpio_dir_in()
488 if (!have_input(gpio, offset)) in aspeed_gpio_get_direction()