Searched refs:hmm_device_class (Results 1 – 1 of 1) sorted by relevance
1351 static struct class *hmm_device_class; variable1389 hmm_device->device.class = hmm_device_class; in hmm_device_new()1412 hmm_device_class = class_create(THIS_MODULE, "hmm_device"); in hmm_init()1413 if (IS_ERR(hmm_device_class)) { in hmm_init()1415 return PTR_ERR(hmm_device_class); in hmm_init()