Searched defs:of_address_to_resource (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Daddress.c560 * of_address_to_resource - Translate device tree address and return as resource
567 int of_address_to_resource(struct device_node *dev, int index, function
584 EXPORT_SYMBOL_GPL(of_address_to_resource); variable
594 if (of_address_to_resource(dn, 0, &res))
616 if (of_address_to_resource(np, index, &res))

Completed in 57 milliseconds