Lines Matching defs:node
162 struct fwnode_handle *domain_handle, struct device_node *node)
193 (node ? node->full_name : "LIOINTC"),
265 static int __init liointc_of_init(struct device_node *node,
272 if (!of_device_is_compatible(node, "loongson,liointc-2.0")) {
276 index = of_property_match_string(node, "reg-names", "main");
280 if (of_address_to_resource(node, index, &res))
284 parent_irq[i] = of_irq_get_byname(node, parent_names[i]);
291 sz = of_property_read_variable_u32_array(node,
302 revision, of_node_to_fwnode(node), node);