Home
last modified time | relevance | path

Searched refs:of_gpiochip_instance_match (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpio/
H A Dgpiolib-of.h25 bool of_gpiochip_instance_match(struct gpio_chip *gc, unsigned int index);
37 static inline bool of_gpiochip_instance_match(struct gpio_chip *gc, in of_gpiochip_instance_match() function
H A Dgpiolib.c1892 return of_gpiochip_instance_match(gc, index); in gpiochip_irq_select()