Searched refs:deinitialize (Results 1 – 5 of 5) sorted by relevance
144 void (*deinitialize)(struct device *dev, struct vpbe_device *vpbe_dev); member
63 * deactivate_target - deselect and deinitialize the selected target
237 drivers can free any buffers and deinitialize the device. But note that240 Transport drivers are free to ignore it and deinitialize devices after they
1508 if (NULL != vpbe_dev->ops.deinitialize) in vpbe_display_remove()1509 vpbe_dev->ops.deinitialize(&pdev->dev, vpbe_dev); in vpbe_display_remove()
818 .deinitialize = vpbe_deinitialize,