Lines Matching full:hot
155 * The device has been hot-removed. Further communication with it may time
262 * ssam_device_mark_hot_removed() - Mark the given device as hot-removed.
263 * @sdev: The device to mark as hot-removed.
265 * Mark the device as having been hot-removed. This signals drivers using the
271 dev_dbg(&sdev->dev, "marking device as hot-removed\n"); in ssam_device_mark_hot_removed()
277 * hot-removed.
280 * Checks if the given device has been marked as hot-removed. See
283 * Return: Returns ``true`` if the device has been marked as hot-removed.
589 * allocated, %-ENODEV if the device is marked as hot-removed. If this is the
598 * hot-removal could happen at any point and we can't protect against in ssam_device_notifier_register()
599 * it. Nevertheless, if we can detect hot-removal, bail early to avoid in ssam_device_notifier_register()
618 * In case the device has been marked as hot-removed, the event will not be