Lines Matching full:remove
36 * Add a mediated device to and remove it from a mediated bus driver
37 * Add a mediated device to and remove it from an IOMMU group
54 | | driver | | probe()/remove() | | APIs
100 * @remove: called when device removed
105 void (*remove) (struct mdev_device *dev);
136 When the driver needs to remove itself it calls::
140 Which will unbind and destroy all the created mdevs and remove the sysfs files.
235 |--- remove
239 * remove (write only)
241 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can
242 fail the remove() callback if that device is active and the vendor driver
247 # echo 1 > /sys/bus/mdev/devices/$mdev_UUID/remove
371 # echo 1 > /sys/bus/mdev/devices/83b8f4f2-509f-382f-3c1e-e6bfe0fa1001/remove