Searched refs:child_names (Results 1 – 3 of 3) sorted by relevance
82 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()
1043 conns[i].child_name = desc->pdata->child_names[i]; in coresight_register()
108 const char **child_names; member