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

/linux-master/drivers/gpio/
H A Dgpio-aspeed.c290 static inline bool have_input(struct aspeed_gpio *gpio, unsigned int offset) function
297 #define have_irq(g, o) have_input((g), (o))
298 #define have_debounce(g, o) have_input((g), (o))
437 if (!have_input(gpio, offset))
491 if (!have_input(gpio, offset))

Completed in 83 milliseconds