Searched refs:lpc18xx_gpio_set (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-lpc18xx.c | 268 static void lpc18xx_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in lpc18xx_gpio_set() function 311 lpc18xx_gpio_set(chip, offset, value); in lpc18xx_gpio_direction_output() 321 .set = lpc18xx_gpio_set,
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-lpc18xx.c | 267 static void lpc18xx_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in lpc18xx_gpio_set() function 310 lpc18xx_gpio_set(chip, offset, value); in lpc18xx_gpio_direction_output() 320 .set = lpc18xx_gpio_set,
|
Completed in 2 milliseconds