Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-sun6i-p2wi.c187 struct device_node *childnp; in p2wi_probe() local
220 childnp = of_get_next_available_child(np, NULL); in p2wi_probe()
221 if (childnp) { in p2wi_probe()
222 ret = of_property_read_u32(childnp, "reg", &target_addr); in p2wi_probe()
225 "invalid target address on node %pOF\n", childnp); in p2wi_probe()