Home
last modified time | relevance | path

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

/Linux-v5.15/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.h137 struct idxd_cdev { struct
138 struct idxd_wq *wq;
139 struct cdev cdev;
140 struct idxd_dev idxd_dev;
141 int minor;
170 struct idxd_cdev *idxd_cdev; member