Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dmailbox.c553 void mbox_controller_unregister(struct mbox_controller *mbox) in mbox_controller_unregister() function
570 EXPORT_SYMBOL_GPL(mbox_controller_unregister);
576 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.c337 mbox_controller_unregister(&ipcc->mbox); in qcom_ipcc_probe()
H A Darm_mhu_db.c322 mbox_controller_unregister(&mhu->mbox); in mhu_db_probe()
/linux/include/linux/
H A Dmailbox_controller.h134 void mbox_controller_unregister(struct mbox_controller *mbox); /* can sleep */