arm_doorbell_set_handler
arm_doorbell_set_handler(sc->db, scmi_mailbox_a2p_callback, sc);
arm_doorbell_set_handler(sc->db, NULL, NULL);
void arm_doorbell_set_handler(struct arm_doorbell *db, void (*func)(void *),