Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/nvdimm/test/
Dndtest.c41 static struct class *ndtest_dimm_class; variable
876 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
1045 if (ndtest_dimm_class) in cleanup_devices()
1046 class_destroy(ndtest_dimm_class); in cleanup_devices()
1064 ndtest_dimm_class = class_create(THIS_MODULE, "nfit_test_dimm"); in ndtest_init()
1065 if (IS_ERR(ndtest_dimm_class)) { in ndtest_init()
1066 rc = PTR_ERR(ndtest_dimm_class); in ndtest_init()