_mbox             398 drivers/mailbox/omap-mailbox.c 	struct omap_mbox *_mbox, *mbox = NULL;
_mbox             405 drivers/mailbox/omap-mailbox.c 	for (i = 0; (_mbox = mboxes[i]); i++) {
_mbox             406 drivers/mailbox/omap-mailbox.c 		if (!strcmp(_mbox->name, mbox_name)) {
_mbox             407 drivers/mailbox/omap-mailbox.c 			mbox = _mbox;