Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpiolib-of.c1013 if (!gc->of_node_instance_match(gc, gpiospec->args[0])) in of_gpio_threecell_xlate()
1158 if (chip->of_node_instance_match && in of_gpiochip_add_pin_range()
1160 !chip->of_node_instance_match(chip, pinspec.args[0])) in of_gpiochip_add_pin_range()
1252 if (!chip->of_node_instance_match) in of_gpiochip_add()
/linux-6.15/include/linux/gpio/
H A Ddriver.h550 bool (*of_node_instance_match)(struct gpio_chip *gc, unsigned int i); member