Searched refs:nfit_res (Results 1 – 3 of 3) sorted by relevance
70 if (nfit_res) in __nfit_test_ioremap()81 if (nfit_res) in __wrap_devm_ioremap()93 if (nfit_res) in __wrap_devm_memremap()94 return nfit_res->buf + offset - nfit_res->res.start; in __wrap_devm_memremap()155 return nfit_res->buf + offset - nfit_res->res.start; in __wrap_devm_memremap_pages()163 if (nfit_res) in __wrap_phys_to_pfn_t()174 if (nfit_res) in __wrap_memremap()175 return nfit_res->buf + offset - nfit_res->res.start; in __wrap_memremap()184 if (nfit_res) in __wrap_devm_memunmap()205 if (nfit_res) in __wrap_iounmap()[all …]
1610 vfree(nfit_res->buf); in release_nfit_res()1611 kfree(nfit_res); in release_nfit_res()1618 struct nfit_test_resource *nfit_res = kzalloc(sizeof(*nfit_res), in __test_alloc() local1629 nfit_res->dev = dev; in __test_alloc()1630 nfit_res->buf = buf; in __test_alloc()1640 return nfit_res->buf; in __test_alloc()1646 kfree(nfit_res); in __test_alloc()1679 nfit_res = n; in nfit_test_lookup()1684 nfit_res = n; in nfit_test_lookup()1689 if (nfit_res) in nfit_test_lookup()[all …]
402 struct nfit_test_resource *n, *nfit_res = NULL; in ndtest_resource_lookup() local411 nfit_res = n; in ndtest_resource_lookup()416 nfit_res = n; in ndtest_resource_lookup()421 if (nfit_res) in ndtest_resource_lookup()422 return nfit_res; in ndtest_resource_lookup()
Completed in 14 milliseconds