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