Searched refs:source_node (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/ti/cal/ |
| H A D | cal-camerarx.c | 625 phy->source_node = of_graph_get_port_parent(phy->source_ep_node); in cal_camerarx_parse_dt() 626 if (!phy->source_node) { in cal_camerarx_parse_dt() 633 phy_dbg(1, phy, "Found connected device %pOFn\n", phy->source_node); in cal_camerarx_parse_dt() 1032 of_node_put(phy->source_node); in cal_camerarx_create() 1045 of_node_put(phy->source_node); in cal_camerarx_destroy()
|
| H A D | cal.c | 879 if (!phy->source_node) in cal_async_notifier_register() 882 fwnode = of_fwnode_handle(phy->source_node); in cal_async_notifier_register() 1219 if (cal->phy[i]->source_node) in cal_probe() 1234 if (!cal->phy[i]->source_node) in cal_probe()
|
| H A D | cal.h | 175 struct device_node *source_node; member
|
| /linux/sound/soc/intel/avs/ |
| H A D | path.h | 31 struct list_head source_node; member
|
| H A D | path.c | 1110 INIT_LIST_HEAD(&path->source_node); in avs_path_init() 1199 list_del(&path->source_node); in avs_condpath_free() 1235 list_add_tail(&path->source_node, &source->source_list); in avs_condpath_create() 1311 list_for_each_entry_safe(cpath, csave, &path->source_list, source_node) in avs_path_free() 1502 list_for_each_entry(cpath, &path->source_list, source_node) in avs_condpaths_pause() 1566 list_for_each_entry(cpath, &path->source_list, source_node) in avs_condpaths_run()
|