Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/idxd/
Dcdev.c240 int idxd_cdev_get_major(struct idxd_device *idxd) in idxd_cdev_get_major() function
Didxd.h662 int idxd_cdev_get_major(struct idxd_device *idxd);
Dinit.c584 idxd->major = idxd_cdev_get_major(idxd); in idxd_probe()