Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwtracing/coresight/
Dof_coresight.c89 pdata->child_names = devm_kzalloc(dev, pdata->nr_outport * in of_coresight_alloc_memory()
90 sizeof(*pdata->child_names), in of_coresight_alloc_memory()
92 if (!pdata->child_names) in of_coresight_alloc_memory()
172 pdata->child_names[i] = dev_name(rdev); in of_get_coresight_platform_data()
Dcoresight.c667 conns[i].child_name = desc->pdata->child_names[i]; in coresight_register()
/linux-4.1.27/include/linux/
Dcoresight.h102 const char **child_names; member