Lines Matching refs:iop
42 struct io_pgtable *iop; in alloc_io_pgtable_ops() local
52 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
53 if (!iop) in alloc_io_pgtable_ops()
56 iop->fmt = fmt; in alloc_io_pgtable_ops()
57 iop->cookie = cookie; in alloc_io_pgtable_ops()
58 iop->cfg = *cfg; in alloc_io_pgtable_ops()
60 return &iop->ops; in alloc_io_pgtable_ops()
69 struct io_pgtable *iop; in free_io_pgtable_ops() local
74 iop = container_of(ops, struct io_pgtable, ops); in free_io_pgtable_ops()
75 iop->cfg.tlb->tlb_flush_all(iop->cookie); in free_io_pgtable_ops()
76 io_pgtable_init_table[iop->fmt]->free(iop); in free_io_pgtable_ops()