Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vfio/mdev/
Dmdev_private.h62 int mdev_device_remove(struct device *dev, bool force_remove);
Dmdev_core.c156 return mdev_device_remove(dev, data ? *(bool *)data : true); in mdev_device_remove_cb()
349 int mdev_device_remove(struct device *dev, bool force_remove) in mdev_device_remove() function
Dmdev_sysfs.c239 ret = mdev_device_remove(dev, false); in remove_store()