Lines Matching defs:of_node
41 struct device_node *of_node;
57 ep->width = of_getintprop_default(ep->of_node, "width", 0);
58 ep->height = of_getintprop_default(ep->of_node, "height", 0);
59 ep->depth = of_getintprop_default(ep->of_node, "depth", 8);
245 struct device_node *of_node;
252 of_node = pci_device_to_OF_node(pdev);
253 if (!of_node) {
259 device_type = of_get_property(of_node, "device_type", NULL);
283 ep->of_node = of_node;