Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmailbox_controller.h131 void mbox_controller_unregister(struct mbox_controller *mbox); /* can sleep */
/linux-6.15/drivers/mailbox/
H A Dmailbox.c562 void mbox_controller_unregister(struct mbox_controller *mbox) in mbox_controller_unregister() function
581 EXPORT_SYMBOL_GPL(mbox_controller_unregister);
587 mbox_controller_unregister(*mbox); in __devm_mbox_controller_unregister()
H A Dsun6i-msgbox.c294 mbox_controller_unregister(&mbox->controller); in sun6i_msgbox_remove()
H A Dqcom-ipcc.c338 mbox_controller_unregister(&ipcc->mbox); in qcom_ipcc_probe()
H A Darm_mhu_db.c322 mbox_controller_unregister(&mhu->mbox); in mhu_db_probe()
H A Dzynqmp-ipi-mailbox.c897 mbox_controller_unregister(&ipi_mbox->mbox); in zynqmp_ipi_free_mboxes()