Home
last modified time | relevance | path

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

/drivers/gpio/
A Dmax77663_gpio.c12 #define NUM_GPIOS 8 macro
35 if (offset >= NUM_GPIOS) in max77663_gpio_direction_input()
53 if (offset >= NUM_GPIOS) in max77663_gpio_direction_output()
79 if (offset >= NUM_GPIOS) { in max77663_gpio_get_value()
86 return !!(ret & BIT(offset - NUM_GPIOS)); in max77663_gpio_get_value()
107 if (offset >= NUM_GPIOS) in max77663_gpio_set_value()
125 if (offset >= NUM_GPIOS) in max77663_gpio_get_function()
161 for (i = 0; i < NUM_GPIOS; i++) { in max77663_gpio_probe()
A Dpalmas_gpio.c12 #define NUM_GPIOS 8 macro
115 uc_priv->gpio_count = NUM_GPIOS; in palmas_gpio_probe()
/drivers/power/pmic/
A Das3722_gpio.c12 #define NUM_GPIOS 8 macro
43 if (gpio >= NUM_GPIOS) in as3722_gpio_set_value()
104 uc_priv->gpio_count = NUM_GPIOS; in as3722_gpio_probe()

Completed in 6 milliseconds