Lines Matching refs:iop
33 struct io_pgtable *iop; in alloc_io_pgtable_ops() local
43 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
44 if (!iop) in alloc_io_pgtable_ops()
47 iop->fmt = fmt; in alloc_io_pgtable_ops()
48 iop->cookie = cookie; in alloc_io_pgtable_ops()
49 iop->cfg = *cfg; in alloc_io_pgtable_ops()
51 return &iop->ops; in alloc_io_pgtable_ops()
61 struct io_pgtable *iop; in free_io_pgtable_ops() local
66 iop = container_of(ops, struct io_pgtable, ops); in free_io_pgtable_ops()
67 io_pgtable_tlb_flush_all(iop); in free_io_pgtable_ops()
68 io_pgtable_init_table[iop->fmt]->free(iop); in free_io_pgtable_ops()