Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c578 phy->source_node = of_graph_get_port_parent(phy->source_ep_node); in cal_camerarx_parse_dt()
579 if (!phy->source_node) { in cal_camerarx_parse_dt()
586 phy_dbg(1, phy, "Found connected device %pOFn\n", phy->source_node); in cal_camerarx_parse_dt()
884 of_node_put(phy->source_node); in cal_camerarx_create()
897 of_node_put(phy->source_node); in cal_camerarx_destroy()
H A Dcal.c878 if (!phy->source_node) in cal_async_notifier_register()
881 fwnode = of_fwnode_handle(phy->source_node); in cal_async_notifier_register()
1220 if (cal->phy[i]->source_node) in cal_probe()
1232 if (!cal->phy[i]->source_node) in cal_probe()
H A Dcal.h175 struct device_node *source_node; member