Searched refs:close_inb_mbox (Results 1 – 4 of 4) sorted by relevance
353 void (*close_inb_mbox)(struct rio_mport *mport, int mbox); member
156 if (mport->ops->close_inb_mbox) { in rio_release_inb_mbox()157 mport->ops->close_inb_mbox(mport, mbox); in rio_release_inb_mbox()
484 ops->close_inb_mbox = fsl_close_inb_mbox; in fsl_rio_setup()
2232 ops->close_inb_mbox = tsi721_close_inb_mbox; in tsi721_setup_mport()