Lines Matching refs:src_data
464 struct icc_node_data *src_data, *dst_data; in of_icc_get_by_index() local
502 src_data = of_icc_get_from_provider(&src_args); in of_icc_get_by_index()
504 if (IS_ERR(src_data)) { in of_icc_get_by_index()
505 dev_err_probe(dev, PTR_ERR(src_data), "error finding src node\n"); in of_icc_get_by_index()
506 return ERR_CAST(src_data); in of_icc_get_by_index()
513 kfree(src_data); in of_icc_get_by_index()
518 path = path_find(dev, src_data->node, dst_data->node); in of_icc_get_by_index()
525 if (src_data->tag && src_data->tag == dst_data->tag) in of_icc_get_by_index()
526 icc_set_tag(path, src_data->tag); in of_icc_get_by_index()
529 src_data->node->name, dst_data->node->name); in of_icc_get_by_index()
536 kfree(src_data); in of_icc_get_by_index()