Home
last modified time | relevance | path

Searched refs:resource_names (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/renesas/rzv2h-ivc/
H A Drzv2h-ivc-dev.c39 static const char * const resource_names[RZV2H_IVC_NUM_HW_RESOURCES] = { in rzv2h_ivc_get_hardware_resources() local
52 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()
/linux/drivers/net/dsa/ocelot/
H A Docelot_ext.c53 .resource_names = vsc7512_resource_names,
H A Dfelix.h29 const char *const *resource_names; member
H A Dseville_vsc9953.c954 .resource_names = vsc9953_resource_names,
H A Dfelix.c1497 const char *resource_name = felix->info->resource_names[target]; in felix_request_regmap()
H A Dfelix_vsc9959.c2662 .resource_names = vsc9959_resource_names,