Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/idxd/
Didxd.h791 int idxd_cdev_get_major(struct idxd_device *idxd);
Dcdev.c519 int idxd_cdev_get_major(struct idxd_device *idxd) in idxd_cdev_get_major() function
Dinit.c696 idxd->major = idxd_cdev_get_major(idxd); in idxd_probe()