Lines Matching full:iop
61 struct io_pgtable *iop; in alloc_io_pgtable_ops() local
74 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
75 if (!iop) in alloc_io_pgtable_ops()
78 iop->fmt = fmt; in alloc_io_pgtable_ops()
79 iop->cookie = cookie; in alloc_io_pgtable_ops()
80 iop->cfg = *cfg; in alloc_io_pgtable_ops()
82 return &iop->ops; in alloc_io_pgtable_ops()
92 struct io_pgtable *iop; in free_io_pgtable_ops() local
97 iop = io_pgtable_ops_to_pgtable(ops); in free_io_pgtable_ops()
98 io_pgtable_tlb_flush_all(iop); in free_io_pgtable_ops()
99 io_pgtable_init_table[iop->fmt]->free(iop); in free_io_pgtable_ops()