Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dhmem_test.c22 static struct hmem_platform_device hmem_test_device = { variable
30 .work = __WORK_INITIALIZER(hmem_test_device.work, hmem_test_work),
38 return platform_device_register(&hmem_test_device.pdev); in hmem_test_init()
44 platform_device_unregister(&hmem_test_device.pdev); in hmem_test_exit()