windows: Rename reset_all_windows to windows_reset_all

Change-Id: Ibcbfa51e83a678fb1eddeeebfb22dd870bb112da
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/mboxd_msg.c b/mboxd_msg.c
index cc23fe3..7304521 100644
--- a/mboxd_msg.c
+++ b/mboxd_msg.c
@@ -123,7 +123,7 @@
 			     union mbox_regs *req, struct mbox_msg *resp)
 {
 	/* Host requested it -> No BMC Event */
-	reset_all_windows(context, NO_BMC_EVENT);
+	windows_reset_all(context, NO_BMC_EVENT);
 	return lpc_reset(context);
 }
 
@@ -218,7 +218,7 @@
 		 * window -> In which case we are better off notifying the
 		 * host.
 		 */
-		reset_all_windows(context, SET_BMC_EVENT);
+		windows_reset_all(context, SET_BMC_EVENT);
 	}
 
 	resp->args[0] = mbox_api_version;