Lines Matching defs:node
171 struct list_head node;
211 struct device_node *node;
217 struct list_head node;
731 list_del(&vdesc->node);
2012 INIT_LIST_HEAD(&echan->node);
2290 struct device_node *node = pdev->dev.of_node;
2296 if (node) {
2299 match = of_match_node(edma_of_ids, node);
2401 if (irq < 0 && node)
2402 irq = irq_of_parse_and_map(node, 0);
2422 if (irq < 0 && node)
2423 irq = irq_of_parse_and_map(node, 2);
2464 ret = of_parse_phandle_with_fixed_args(node, "ti,tptcs",
2469 ecc->tc_list[i].node = tc_args.np;
2480 ret = of_property_read_variable_u32_array(node,
2537 if (node)
2538 of_dma_controller_register(node, of_edma_xlate, ecc);