Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/cal/
H A 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()
881 of_node_put(phy->source_node); in cal_camerarx_create()
894 of_node_put(phy->source_node); in cal_camerarx_destroy()
H A 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()
H A Dcal.h175 struct device_node *source_node; member