Lines Matching refs:src_data
455 struct icc_node_data *src_data, *dst_data; in of_icc_get_by_index() local
493 src_data = of_icc_get_from_provider(&src_args); in of_icc_get_by_index()
495 if (IS_ERR(src_data)) { in of_icc_get_by_index()
496 dev_err_probe(dev, PTR_ERR(src_data), "error finding src node\n"); in of_icc_get_by_index()
497 return ERR_CAST(src_data); in of_icc_get_by_index()
504 kfree(src_data); in of_icc_get_by_index()
509 path = path_find(dev, src_data->node, dst_data->node); in of_icc_get_by_index()
516 if (src_data->tag && src_data->tag == dst_data->tag) in of_icc_get_by_index()
517 icc_set_tag(path, src_data->tag); in of_icc_get_by_index()
520 src_data->node->name, dst_data->node->name); in of_icc_get_by_index()
527 kfree(src_data); in of_icc_get_by_index()