Home
last modified time | relevance | path

Searched refs:match_data (Results 1 – 4 of 4) sorted by relevance

/lib/kunit/
A Dresource.c64 void *match_data) in kunit_destroy_resource() argument
67 match_data); in kunit_destroy_resource()
128 struct kunit_resource *res, void *match_data) in __kunit_action_match() argument
130 struct kunit_action_ctx *match_ctx = (struct kunit_action_ctx *)match_data; in __kunit_action_match()
A Dplatform.c74 struct kunit_resource *res, void *match_data) in kunit_platform_device_alloc_match() argument
76 struct platform_device *pdev = match_data; in kunit_platform_device_alloc_match()
A Dkunit-test.c218 void *match_data) in kunit_resource_instance_match() argument
220 return res->data == match_data; in kunit_resource_instance_match()
/lib/
A Ddevres.c24 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match() argument
26 return *(void **)res == match_data; in devm_ioremap_match()
264 void *match_data) in devm_ioport_map_match() argument
266 return *(void **)res == match_data; in devm_ioport_map_match()

Completed in 7 milliseconds