Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/idxd/
Didxd.h320 int idxd_cdev_get_major(struct idxd_device *idxd);
Dcdev.c196 int idxd_cdev_get_major(struct idxd_device *idxd) in idxd_cdev_get_major() function
Dinit.c316 idxd->major = idxd_cdev_get_major(idxd); in idxd_probe()