Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-tps68470.c21 #define TPS68470_N_REGULAR_GPIO 7 macro
22 #define TPS68470_N_GPIO (TPS68470_N_LOGIC_OUTPUT + TPS68470_N_REGULAR_GPIO)
36 if (offset >= TPS68470_N_REGULAR_GPIO) { in tps68470_gpio_get()
37 offset -= TPS68470_N_REGULAR_GPIO; in tps68470_gpio_get()
58 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_get_direction()
80 if (offset >= TPS68470_N_REGULAR_GPIO) { in tps68470_gpio_set()
82 offset -= TPS68470_N_REGULAR_GPIO; in tps68470_gpio_set()
98 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_output()
112 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_input()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tps68470.c21 #define TPS68470_N_REGULAR_GPIO 7 macro
22 #define TPS68470_N_GPIO (TPS68470_N_LOGIC_OUTPUT + TPS68470_N_REGULAR_GPIO)
36 if (offset >= TPS68470_N_REGULAR_GPIO) { in tps68470_gpio_get()
37 offset -= TPS68470_N_REGULAR_GPIO; in tps68470_gpio_get()
58 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_get_direction()
80 if (offset >= TPS68470_N_REGULAR_GPIO) { in tps68470_gpio_set()
82 offset -= TPS68470_N_REGULAR_GPIO; in tps68470_gpio_set()
98 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_output()
112 if (offset >= TPS68470_N_REGULAR_GPIO) in tps68470_gpio_input()

Completed in 2 milliseconds