HomeSort by: relevance | last modified time | path
    Searched refs:unplugged (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h 118 * @unplugged:
120 * Flag to tell if the device has been unplugged.
123 bool unplugged; member in struct:drm_device
  /src/sys/external/bsd/drm2/dist/drm/
drm_drv.c 255 * minor->dev pointer will stay valid! However, the device may get unplugged and
436 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before
446 * Called at module unload time or when a PCI device is unplugged.
476 * be entered after the device has been unplugged. The section end is marked
486 if (dev->unplugged) {
500 * the device has been unplugged.
522 * the new value of ->unplugged, and any critical section which might
523 * still have seen the old value of ->unplugged is guaranteed to have
526 dev->unplugged = true;

Completed in 30 milliseconds