Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vfio/mdev/
Dmdev_private.h27 struct mdev_device { struct
38 static inline struct mdev_device *to_mdev_device(struct device *dev) in to_mdev_device() argument
/kernel/linux/linux-6.6/include/linux/
Dmdev.h18 struct mdev_device { struct
19 struct device dev;
20 guid_t uuid;
21 struct list_head next;
22 struct mdev_type *type;
23 bool active;