Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpio/
Dgpiolib-of.h18 void of_gpio_dev_init(struct gpio_chip *gc, struct gpio_device *gdev);
37 static inline void of_gpio_dev_init(struct gpio_chip *gc, in of_gpio_dev_init() function
Dgpiolib-of.c1047 void of_gpio_dev_init(struct gpio_chip *gc, struct gpio_device *gdev) in of_gpio_dev_init() function
Dgpiolib.c622 of_gpio_dev_init(gc, gdev); in gpiochip_add_data_with_key()