Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/idxd/
Didxd.h724 int idxd_cdev_get_major(struct idxd_device *idxd);
Dcdev.c443 int idxd_cdev_get_major(struct idxd_device *idxd) in idxd_cdev_get_major() function
Dinit.c677 idxd->major = idxd_cdev_get_major(idxd); in idxd_probe()