Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-sun6i-p2wi.c187 struct device_node *childnp; in p2wi_probe() local
221 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
222 if (childnp) { in p2wi_probe()
223 ret = of_property_read_u32(childnp, "reg", &slave_addr); in p2wi_probe()
226 childnp); in p2wi_probe()