Searched refs:mdev_device_remove (Results 1 – 3 of 3) sorted by relevance
62 int mdev_device_remove(struct device *dev, bool force_remove);
156 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
239 ret = mdev_device_remove(dev, false); in remove_store()