Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmailbox_controller.h130 void mbox_controller_unregister(struct mbox_controller *mbox); /* can sleep */
/Linux-v5.4/drivers/mailbox/
Dmailbox.c527 void mbox_controller_unregister(struct mbox_controller *mbox) in mbox_controller_unregister() function
546 EXPORT_SYMBOL_GPL(mbox_controller_unregister);
552 mbox_controller_unregister(*mbox); in __devm_mbox_controller_unregister()
Dzynqmp-ipi-mailbox.c625 mbox_controller_unregister(&ipi_mbox->mbox); in zynqmp_ipi_free_mboxes()