Searched refs:of_node_instance_match (Results 1 – 3 of 3) sorted by relevance
1022 if (!gc->of_node_instance_match(gc, gpiospec->args[0])) in of_gpio_threecell_xlate()1167 if (chip->of_node_instance_match && in of_gpiochip_add_pin_range()1169 !chip->of_node_instance_match(chip, pinspec.args[0])) in of_gpiochip_add_pin_range()1261 if (!chip->of_node_instance_match) in of_gpiochip_add()1293 if (gc->of_node_instance_match) in of_gpiochip_instance_match()1294 return gc->of_node_instance_match(gc, index); in of_gpiochip_instance_match()
204 gc->of_node_instance_match = spacemit_of_node_instance_match; in spacemit_gpio_add_bank()
543 bool (*of_node_instance_match)(struct gpio_chip *gc, unsigned int i); member