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
94 * @remove: called when device removed
99 void (*remove) (struct mdev_device *dev);
130 When the driver needs to remove itself it calls::
134 Which will unbind and destroy all the created mdevs and remove the sysfs files.
229 |--- remove
233 * remove (write only)
235 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can
236 fail the remove() callback if that device is active and the vendor driver
241 # echo 1 > /sys/bus/mdev/devices/$mdev_UUID/remove