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