Home
last modified time | relevance | path

Searched refs:mbox_controller_unregister (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dmailbox_controller.h129 void mbox_controller_unregister(struct mbox_controller *mbox); /* can sleep */
/linux-4.1.27/drivers/mailbox/
Dmailbox.c449 void mbox_controller_unregister(struct mbox_controller *mbox) in mbox_controller_unregister() function
468 EXPORT_SYMBOL_GPL(mbox_controller_unregister);
Darm_mhu.c169 mbox_controller_unregister(&mhu->mbox); in mhu_remove()
Dmailbox-altera.c362 mbox_controller_unregister(&mbox->controller); in altera_mbox_remove()
Domap-mailbox.c555 mbox_controller_unregister(&mdev->controller); in omap_mbox_unregister()