Home
last modified time | relevance | path

Searched refs:scmi_channel_plat_info (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/include/drivers/arm/css/
Dcss_mhu_doorbell.h40 struct scmi_channel_plat_info;
41 void mhu_ring_doorbell(struct scmi_channel_plat_info *plat_info);
42 void mhuv2_ring_doorbell(struct scmi_channel_plat_info *plat_info);
Dscmi.h107 typedef struct scmi_channel_plat_info { struct
117 void (*ring_doorbell)(struct scmi_channel_plat_info *plat_info); argument
/external/arm-trusted-firmware/drivers/arm/css/mhu/
Dcss_mhu_doorbell.c13 void mhu_ring_doorbell(struct scmi_channel_plat_info *plat_info) in mhu_ring_doorbell()
21 void mhuv2_ring_doorbell(struct scmi_channel_plat_info *plat_info) in mhuv2_ring_doorbell()