Searched refs:_mbox (Results 1 – 1 of 1) sorted by relevance
441 struct omap_mbox *_mbox, *mbox = NULL; in omap_mbox_device_find() local448 for (i = 0; (_mbox = mboxes[i]); i++) { in omap_mbox_device_find()449 if (!strcmp(_mbox->name, mbox_name)) { in omap_mbox_device_find()450 mbox = _mbox; in omap_mbox_device_find()