Home
last modified time | relevance | path

Searched refs:source_node (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/media/platform/ti-vpe/
Dcal-camerarx.c571 phy->source_node = of_graph_get_port_parent(phy->source_ep_node); in cal_camerarx_parse_dt()
572 if (!phy->source_node) { in cal_camerarx_parse_dt()
579 phy_dbg(1, phy, "Found connected device %pOFn\n", phy->source_node); in cal_camerarx_parse_dt()
912 of_node_put(phy->source_node); in cal_camerarx_destroy()
Dcal.c792 if (!phy->source_node) in cal_async_notifier_register()
795 fwnode = of_fwnode_handle(phy->source_node); in cal_async_notifier_register()
1136 if (cal->phy[i]->source_node) in cal_probe()
1148 if (!cal->phy[i]->source_node) in cal_probe()
Dcal.h175 struct device_node *source_node; member