Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.c90 #define GPIO_DYNAMIC_MAX INT_MAX macro
364 if (base > GPIO_DYNAMIC_MAX - ngpio) in gpiochip_find_base_unlocked()
368 if (base <= GPIO_DYNAMIC_MAX - ngpio) { in gpiochip_find_base_unlocked()