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