Home
last modified time | relevance | path

Searched refs:channel_resources (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c324 struct channel_resources { struct
347 static const struct channel_resources scmi_channel[] = { argument
368 static const struct channel_resources *find_resource(unsigned int channel_id) in find_resource()
503 const struct channel_resources *resource = find_resource(channel_id); in find_clock()
517 const struct channel_resources *resource = find_resource(channel_id); in plat_scmi_clock_count()
617 const struct channel_resources *resource = find_resource(channel_id); in find_rd()
641 const struct channel_resources *resource = find_resource(channel_id); in plat_scmi_rd_count()
723 const struct channel_resources *resource = find_resource(channel_id); in find_voltd()
737 const struct channel_resources *resource = find_resource(channel_id); in plat_scmi_voltd_count()
971 const struct channel_resources *resource = find_resource(channel_id); in find_perfd()
[all …]
/optee_os/core/arch/arm/plat-sam/
H A Dscmi_server.c45 struct channel_resources { struct
51 static const struct channel_resources scmi_channel[] = { argument
62 static const struct channel_resources *find_resource(unsigned int channel_id) in find_resource()
1086 const struct channel_resources *resource = find_resource(channel_id); in find_rd()
1122 const struct channel_resources *resource = find_resource(channel_id); in plat_scmi_rd_count()
1178 const struct channel_resources *res = scmi_channel + i; in sam_init_scmi_server()