Searched refs:child_ports (Results 1 – 3 of 3) sorted by relevance
96 pdata->child_ports = devm_kzalloc(dev, pdata->nr_outport * in of_coresight_alloc_memory()97 sizeof(*pdata->child_ports), in of_coresight_alloc_memory()99 if (!pdata->child_ports) in of_coresight_alloc_memory()173 pdata->child_ports[i] = rendpoint.id; in of_get_coresight_platform_data()
673 conns[i].child_port = desc->pdata->child_ports[i]; in coresight_register()
104 int *child_ports; member