Searched refs:unplugged (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/drm/
H A Ddrm_device.h137 * @unplugged:
139 * Flag to tell if the device has been unplugged.
142 bool unplugged; member in struct:drm_device
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c323 struct unplugged_pages *unplugged; local
330 unplugged = list_entry(unplugged_pages.next,
333 addr = unplugged->pages[--unplug_index];
335 list_del(&unplugged->list);
336 addr = unplugged;
350 unplugged = page_address(page);
352 list_add(&unplugged->list, &unplugged_pages);
357 addr = unplugged;
359 unplugged = list_entry(entry,
369 unplugged
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_drv.c233 * minor->dev pointer will stay valid! However, the device may get unplugged and
401 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before
411 * Called at module unload time or when a PCI device is unplugged.
441 * be entered after the device has been unplugged. The section end is marked
451 if (dev->unplugged) {
465 * the device has been unplugged.
487 * the new value of ->unplugged, and any critical section which might
488 * still have seen the old value of ->unplugged is guaranteed to have
491 dev->unplugged = true;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c1435 bool unplugged = udev->state == USB_STATE_NOTATTACHED; local
1443 ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged);
1451 if (!unplugged && (hif_dev->flags & HIF_USB_READY))
/linux-master/drivers/virtio/
H A Dvirtio_mem.c47 * Subblocks within a Linux memory block might either be plugged or unplugged.
173 * plugged" are completely unplugged and can be offlined
228 * plugged/unplugged.
521 * Mark all selected subblocks unplugged.
552 * Test if all selected subblocks are unplugged.
566 * Find the first unplugged subblock. Returns vm->sbm.sbs_per_mb in case there is
777 * unplugged. Can be called on online and offline memory blocks.
787 * Once all subblocks of a memory block were unplugged, offline and
1244 * and add the unplugged pages to the managed page counters (so
1267 * unplugged page
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c5511 goto unplugged;
5523 unplugged:

Completed in 255 milliseconds