Searched refs:ecc_mailbox_msg_func (Results 1 – 1 of 1) sorted by relevance
1084 static int (*ecc_mailbox_msg_func)(plat_ecc_message_type_t, void *) = NULL; variable1096 if (ecc_mailbox_msg_func == NULL) in plat_send_ecc_mailbox_msg()1097 ecc_mailbox_msg_func = (int (*)(plat_ecc_message_type_t, in plat_send_ecc_mailbox_msg()1104 if (ecc_mailbox_msg_func) in plat_send_ecc_mailbox_msg()1105 return ((*ecc_mailbox_msg_func)(msg_type, datap)); in plat_send_ecc_mailbox_msg()