Lines Matching refs:node
415 struct device_node *node; in omap_mbox_of_xlate() local
424 node = of_find_node_by_phandle(phandle); in omap_mbox_of_xlate()
425 if (!node) { in omap_mbox_of_xlate()
433 if (!strcmp(mbox->name, node->name)) { in omap_mbox_of_xlate()
434 of_node_put(node); in omap_mbox_of_xlate()
439 of_node_put(node); in omap_mbox_of_xlate()
450 struct device_node *node = pdev->dev.of_node; in omap_mbox_probe() local
460 if (!node) { in omap_mbox_probe()
470 if (of_property_read_u32(node, "ti,mbox-num-users", &num_users)) in omap_mbox_probe()
473 if (of_property_read_u32(node, "ti,mbox-num-fifos", &num_fifos)) in omap_mbox_probe()
476 info_count = of_get_available_child_count(node); in omap_mbox_probe()
509 child = of_get_next_available_child(node, child); in omap_mbox_probe()