Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/mdev/
H A Dmdev_private.h31 int mdev_device_remove(struct mdev_device *dev);
H A Dmdev_core.c213 int mdev_device_remove(struct mdev_device *mdev) in mdev_device_remove() function
H A Dmdev_sysfs.c252 ret = mdev_device_remove(mdev); in remove_store()