Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/coresight/
Dof_coresight.c96 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()
Dcoresight.c673 conns[i].child_port = desc->pdata->child_ports[i]; in coresight_register()
/linux-4.4.14/include/linux/
Dcoresight.h104 int *child_ports; member