Lines Matching refs:remove
38 * Add a mediated device to and remove it from a mediated bus driver
39 * Add a mediated device to and remove it from an IOMMU group
56 | | driver | | probe()/remove() | | APIs
102 * @remove: called when device removed
107 void (*remove) (struct mdev_device *dev);
154 When the driver needs to remove itself it calls::
158 Which will unbind and destroy all the created mdevs and remove the sysfs files.
256 |--- remove
260 * remove (write only)
262 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can
263 fail the remove() callback if that device is active and the vendor driver
268 # echo 1 > /sys/bus/mdev/devices/$mdev_UUID/remove
392 # echo 1 > /sys/bus/mdev/devices/83b8f4f2-509f-382f-3c1e-e6bfe0fa1001/remove