Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/nvdimm/test/
Dndtest.c41 static struct class *ndtest_dimm_class; variable
740 dimm->dev = device_create_with_groups(ndtest_dimm_class, in ndtest_dimm_register()
909 if (ndtest_dimm_class) in cleanup_devices()
910 class_destroy(ndtest_dimm_class); in cleanup_devices()
924 ndtest_dimm_class = class_create("nfit_test_dimm"); in ndtest_init()
925 if (IS_ERR(ndtest_dimm_class)) { in ndtest_init()
926 rc = PTR_ERR(ndtest_dimm_class); in ndtest_init()