Home
last modified time | relevance | path

Searched defs:idxd_cdev (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/dma/idxd/
Dcdev.c44 struct idxd_cdev *idxd_cdev = dev_to_cdev(dev); in idxd_cdev_dev_release() local
67 struct idxd_cdev *idxd_cdev = inode_idxd_cdev(inode); in inode_wq() local
248 struct idxd_cdev *idxd_cdev; in idxd_wq_add_cdev() local
298 struct idxd_cdev *idxd_cdev; in idxd_wq_del_cdev() local
Didxd.h147 struct idxd_cdev { struct
148 struct idxd_wq *wq;
149 struct cdev cdev;
150 struct idxd_dev idxd_dev;
151 int minor;
186 struct idxd_cdev *idxd_cdev; member