Home
last modified time | relevance | path

Searched refs:of_gpiochip_add (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-of.h14 int of_gpiochip_add(struct gpio_chip *gc);
26 static inline int of_gpiochip_add(struct gpio_chip *gc) { return 0; } in of_gpiochip_add() function
H A Dgpiolib-of.c680 * This is only used by of_gpiochip_add to request/set GPIO initial
1015 int of_gpiochip_add(struct gpio_chip *chip) in of_gpiochip_add() function
H A Dgpiolib.c705 ret = of_gpiochip_add(gc); in gpiochip_add_data_with_key()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-of.h22 int of_gpiochip_add(struct gpio_chip *gc);
33 static inline int of_gpiochip_add(struct gpio_chip *gc) { return 0; } in of_gpiochip_add() function
H A Dgpiolib-of.c774 * This is only used by of_gpiochip_add to request/set GPIO initial
1080 int of_gpiochip_add(struct gpio_chip *chip) in of_gpiochip_add() function
H A Dgpiolib.c871 ret = of_gpiochip_add(gc); in gpiochip_add_data_with_key()

Completed in 16 milliseconds