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