Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/ti-vpe/
Dcal-camerarx.c585 phy->sensor_node = of_graph_get_remote_port_parent(ep_node); in cal_camerarx_parse_dt()
586 if (!phy->sensor_node) { in cal_camerarx_parse_dt()
592 phy_dbg(1, phy, "Found connected device %pOFn\n", phy->sensor_node); in cal_camerarx_parse_dt()
647 of_node_put(phy->sensor_node); in cal_camerarx_destroy()
Dcal.c469 if (!phy || !phy->sensor_node) in cal_async_notifier_register()
472 fwnode = of_fwnode_handle(phy->sensor_node); in cal_async_notifier_register()
809 if (cal->phy[i]->sensor_node) in cal_probe()
826 if (!cal->phy[i]->sensor_node) in cal_probe()
Dcal.h111 struct device_node *sensor_node; member