Searched refs:match_data (Results 1 – 4 of 4) sorted by relevance
64 void *match_data) in kunit_destroy_resource() argument67 match_data); in kunit_destroy_resource()128 struct kunit_resource *res, void *match_data) in __kunit_action_match() argument130 struct kunit_action_ctx *match_ctx = (struct kunit_action_ctx *)match_data; in __kunit_action_match()
74 struct kunit_resource *res, void *match_data) in kunit_platform_device_alloc_match() argument76 struct platform_device *pdev = match_data; in kunit_platform_device_alloc_match()
218 void *match_data) in kunit_resource_instance_match() argument220 return res->data == match_data; in kunit_resource_instance_match()
24 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match() argument26 return *(void **)res == match_data; in devm_ioremap_match()264 void *match_data) in devm_ioport_map_match() argument266 return *(void **)res == match_data; in devm_ioport_map_match()
Completed in 7 milliseconds