Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c82 pdata->child_names = devm_kcalloc(dev, in of_coresight_alloc_memory()
84 sizeof(*pdata->child_names), in of_coresight_alloc_memory()
86 if (!pdata->child_names) in of_coresight_alloc_memory()
184 pdata->child_names[i] = dev_name(rdev); in of_get_coresight_platform_data()
Dcoresight.c1043 conns[i].child_name = desc->pdata->child_names[i]; in coresight_register()
/Linux-v4.19/include/linux/
Dcoresight.h108 const char **child_names; member