Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c90 pdata->child_ports = devm_kcalloc(dev, in of_coresight_alloc_memory()
92 sizeof(*pdata->child_ports), in of_coresight_alloc_memory()
94 if (!pdata->child_ports) in of_coresight_alloc_memory()
185 pdata->child_ports[i] = rendpoint.id; in of_get_coresight_platform_data()
Dcoresight.c1044 conns[i].child_port = desc->pdata->child_ports[i]; in coresight_register()
/Linux-v4.19/include/linux/
Dcoresight.h109 int *child_ports; member