Searched refs:resource_names (Results 1 – 6 of 6) sorted by relevance
39 static const char * const resource_names[RZV2H_IVC_NUM_HW_RESOURCES] = { in rzv2h_ivc_get_hardware_resources() local52 for (unsigned int i = 0; i < ARRAY_SIZE(resource_names); i++) in rzv2h_ivc_get_hardware_resources()53 ivc->clks[i].id = resource_names[i]; in rzv2h_ivc_get_hardware_resources()55 ret = devm_clk_bulk_get(ivc->dev, ARRAY_SIZE(resource_names), ivc->clks); in rzv2h_ivc_get_hardware_resources()59 for (unsigned int i = 0; i < ARRAY_SIZE(resource_names); i++) in rzv2h_ivc_get_hardware_resources()60 ivc->resets[i].id = resource_names[i]; in rzv2h_ivc_get_hardware_resources()63 ARRAY_SIZE(resource_names), in rzv2h_ivc_get_hardware_resources()
53 .resource_names = vsc7512_resource_names,
29 const char *const *resource_names; member
954 .resource_names = vsc9953_resource_names,
1497 const char *resource_name = felix->info->resource_names[target]; in felix_request_regmap()
2662 .resource_names = vsc9959_resource_names,