Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c586 * The samsung_gpio_set_direction() should be called with "bank->slock" held
591 static int samsung_gpio_set_direction(struct gpio_chip *gc, in samsung_gpio_set_direction() function
630 ret = samsung_gpio_set_direction(gc, offset, true); in samsung_gpio_direction_input()
645 ret = samsung_gpio_set_direction(gc, offset, false); in samsung_gpio_direction_output()
/kernel/linux/linux-6.6/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c586 * The samsung_gpio_set_direction() should be called with "bank->slock" held
591 static int samsung_gpio_set_direction(struct gpio_chip *gc, in samsung_gpio_set_direction() function
630 ret = samsung_gpio_set_direction(gc, offset, true); in samsung_gpio_direction_input()
645 ret = samsung_gpio_set_direction(gc, offset, false); in samsung_gpio_direction_output()

Completed in 5 milliseconds