Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A Didxd.h726 int idxd_cdev_get_major(struct idxd_device *idxd);
H A Dcdev.c519 int idxd_cdev_get_major(struct idxd_device *idxd) in idxd_cdev_get_major() function
H A Dinit.c688 idxd->major = idxd_cdev_get_major(idxd); in idxd_probe()