Searched refs:of_node_instance_match (Results 1 – 2 of 2) sorted by relevance
1013 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()
550 bool (*of_node_instance_match)(struct gpio_chip *gc, unsigned int i); member