Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/ti/cal/
Dcal-camerarx.c577 phy->source_node = of_graph_get_port_parent(phy->source_ep_node); in cal_camerarx_parse_dt()
578 if (!phy->source_node) { in cal_camerarx_parse_dt()
585 phy_dbg(1, phy, "Found connected device %pOFn\n", phy->source_node); in cal_camerarx_parse_dt()
883 of_node_put(phy->source_node); in cal_camerarx_create()
896 of_node_put(phy->source_node); in cal_camerarx_destroy()
Dcal.c876 if (!phy->source_node) in cal_async_notifier_register()
879 fwnode = of_fwnode_handle(phy->source_node); in cal_async_notifier_register()
1218 if (cal->phy[i]->source_node) in cal_probe()
1230 if (!cal->phy[i]->source_node) in cal_probe()
Dcal.h175 struct device_node *source_node; member