Home
last modified time | relevance | path

Searched refs:kunit_platform_device_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/lib/kunit/
Dplatform-test.c17 kunit_platform_device_alloc(test, "kunit-platform", 1)); in kunit_platform_device_alloc_test()
30 pdev = kunit_platform_device_alloc(test, name, id); in kunit_platform_device_add_test()
49 pdev = kunit_platform_device_alloc(test, name, id); in kunit_platform_device_add_twice_fails_test()
53 pdev = kunit_platform_device_alloc(test, name, id); in kunit_platform_device_add_twice_fails_test()
78 pdev = kunit_platform_device_alloc(&fake, name, id); in kunit_platform_device_add_cleans_up()
156 pdev = kunit_platform_device_alloc(test, name, -1); in kunit_platform_driver_register_test()
185 pdev = kunit_platform_device_alloc(test, name, -1); in kunit_platform_device_prepare_wait_for_probe_completes_when_already_probed()
Dplatform.c51 kunit_platform_device_alloc(struct kunit *test, const char *name, int id) in kunit_platform_device_alloc() function
63 EXPORT_SYMBOL_GPL(kunit_platform_device_alloc);
/linux-6.12.1/include/kunit/
Dplatform_device.h10 kunit_platform_device_alloc(struct kunit *test, const char *name, int id);