Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmailbox_controller.h130 void mbox_controller_unregister(struct mbox_controller *mbox); /* can sleep */
/Linux-v5.10/drivers/mailbox/
Dmailbox.c529 void mbox_controller_unregister(struct mbox_controller *mbox) in mbox_controller_unregister() function
548 EXPORT_SYMBOL_GPL(mbox_controller_unregister);
554 mbox_controller_unregister(*mbox); in __devm_mbox_controller_unregister()
Dsun6i-msgbox.c301 mbox_controller_unregister(&mbox->controller); in sun6i_msgbox_remove()
Darm_mhu_db.c325 mbox_controller_unregister(&mhu->mbox); in mhu_db_probe()
Dzynqmp-ipi-mailbox.c621 mbox_controller_unregister(&ipi_mbox->mbox); in zynqmp_ipi_free_mboxes()