Lines Matching refs:ops
45 struct iomap_ops *ops; in __get_nfit_res() local
47 ops = list_first_or_null_rcu(&iomap_head, typeof(*ops), list); in __get_nfit_res()
48 if (ops) in __get_nfit_res()
49 return ops->nfit_test_lookup(resource); in __get_nfit_res()
105 if (pgmap->ops && pgmap->ops->kill) in nfit_test_kill()
106 pgmap->ops->kill(pgmap); in nfit_test_kill()
110 if (pgmap->ops && pgmap->ops->cleanup) { in nfit_test_kill()
111 pgmap->ops->cleanup(pgmap); in nfit_test_kill()
136 if (pgmap->ops && (pgmap->ops->kill || pgmap->ops->cleanup)) in __wrap_devm_memremap_pages()
146 if (!pgmap->ops || !pgmap->ops->kill || !pgmap->ops->cleanup) { in __wrap_devm_memremap_pages()
417 struct iomap_ops *ops; in __wrap_acpi_evaluate_dsm() local
420 ops = list_first_or_null_rcu(&iomap_head, typeof(*ops), list); in __wrap_acpi_evaluate_dsm()
421 if (ops) in __wrap_acpi_evaluate_dsm()
422 obj = ops->evaluate_dsm(handle, guid, rev, func, argv4); in __wrap_acpi_evaluate_dsm()