Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dhmm.c1351 static struct class *hmm_device_class; variable
1389 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()