Home
last modified time | relevance | path

Searched full:unplugged (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/include/uapi/linux/
Dvirtio_mem.h51 * or unplugged. The device driver is responsible for (un)plugging memory
70 * There are no guarantees what will happen if unplugged memory is
71 * read/written. In general, unplugged memory should not be touched, because
73 * VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE, unplugged memory inside the usable
79 * Usually, during system resets all memory will get unplugged, so the
91 /* unplugged memory must not be accessed */
169 /* State of memory blocks is "unplugged" */
Dblktrace_api.h48 __BLK_TA_UNPLUG_IO, /* queue was unplugged by io */
49 __BLK_TA_UNPLUG_TIMER, /* queue was unplugged by timer */
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Dpersist.rst16 detect connect-change events (devices being plugged in or unplugged).
20 required to behave as though the device has been unplugged. It's a
33 If the kernel wants to believe that your USB keyboard was unplugged
40 been unplugged while the system was suspended. If you had a mounted
52 it's as though you had unplugged all the USB devices. Yes, it's
88 unplugged.
91 but a USB device was unplugged and then replugged, or if a USB device
97 behaves as though the old device had been unplugged and a new device
/kernel/linux/linux-6.6/Documentation/driver-api/usb/
Dpersist.rst16 detect connect-change events (devices being plugged in or unplugged).
20 required to behave as though the device has been unplugged. It's a
33 If the kernel wants to believe that your USB keyboard was unplugged
40 been unplugged while the system was suspended. If you had a mounted
52 it's as though you had unplugged all the USB devices. Yes, it's
88 unplugged.
91 but a USB device was unplugged and then replugged, or if a USB device
97 behaves as though the old device had been unplugged and a new device
/kernel/linux/linux-6.6/drivers/virtio/
Dvirtio_mem.c47 * Subblocks within a Linux memory block might either be plugged or unplugged.
66 /* Unplugged, not added to Linux. Can be reused later. */
89 /* Unplugged, not added to Linux. Can be reused later. */
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 in virtio_mem_sbm_try_remove_unplugged_mb()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dvirtio_mem.h51 * or unplugged. The device driver is responsible for (un)plugging memory
70 * There are no guarantees what will happen if unplugged memory is
78 * Usually, during system resets all memory will get unplugged, so the
166 /* State of memory blocks is "unplugged" */
Dblktrace_api.h48 __BLK_TA_UNPLUG_IO, /* queue was unplugged by io */
49 __BLK_TA_UNPLUG_TIMER, /* queue was unplugged by timer */
/kernel/linux/linux-6.6/arch/um/drivers/
Dmconsole_kern.c323 struct unplugged_pages *unplugged; in mem_config() local
330 unplugged = list_entry(unplugged_pages.next, in mem_config()
333 addr = unplugged->pages[--unplug_index]; in mem_config()
335 list_del(&unplugged->list); in mem_config()
336 addr = unplugged; in mem_config()
350 unplugged = page_address(page); in mem_config()
352 list_add(&unplugged->list, &unplugged_pages); in mem_config()
357 addr = unplugged; in mem_config()
359 unplugged = list_entry(entry, in mem_config()
369 unplugged->pages[unplug_index++] = addr; in mem_config()
/kernel/linux/linux-5.10/arch/um/drivers/
Dmconsole_kern.c322 struct unplugged_pages *unplugged; in mem_config() local
329 unplugged = list_entry(unplugged_pages.next, in mem_config()
332 addr = unplugged->pages[--unplug_index]; in mem_config()
334 list_del(&unplugged->list); in mem_config()
335 addr = unplugged; in mem_config()
349 unplugged = page_address(page); in mem_config()
351 list_add(&unplugged->list, &unplugged_pages); in mem_config()
356 addr = unplugged; in mem_config()
358 unplugged = list_entry(entry, in mem_config()
368 unplugged->pages[unplug_index++] = addr; in mem_config()
/kernel/linux/linux-5.10/drivers/virtio/
Dvirtio_mem.c31 /* Unplugged, not added to Linux. Can be reused later. */
130 * plugged/unplugged.
310 * Mark all selected subblocks unplugged.
341 * Test if all selected subblocks are unplugged.
354 * Find the first unplugged subblock. Returns vm->nb_sb_per_mb in case there is
600 * offlined and add the unplugged pages to the managed in virtio_mem_notify_going_offline()
610 dump_page(page, "unplugged page referenced"); in virtio_mem_notify_going_offline()
627 * subtract the unplugged pages from the managed page in virtio_mem_notify_cancel_offline()
982 * memory block. Will fail if any subblock cannot get unplugged (instead of
987 * Note: can fail after some subblocks were unplugged.
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_drv.c210 * minor->dev pointer will stay valid! However, the device may get unplugged and
378 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before
388 * Called at module unload time or when a PCI device is unplugged.
418 * be entered after the device has been unplugged. The section end is marked
428 if (dev->unplugged) { in drm_dev_enter()
442 * the device has been unplugged.
464 * the new value of ->unplugged, and any critical section which might in drm_dev_unplug()
465 * still have seen the old value of ->unplugged is guaranteed to have in drm_dev_unplug()
468 dev->unplugged = true; in drm_dev_unplug()
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_drv.c235 * minor->dev pointer will stay valid! However, the device may get unplugged and
403 * shortcoming however, drm_dev_unplug() marks the drm_device as unplugged before
413 * Called at module unload time or when a PCI device is unplugged.
443 * be entered after the device has been unplugged. The section end is marked
453 if (dev->unplugged) { in drm_dev_enter()
467 * the device has been unplugged.
489 * the new value of ->unplugged, and any critical section which might in drm_dev_unplug()
490 * still have seen the old value of ->unplugged is guaranteed to have in drm_dev_unplug()
493 dev->unplugged = true; in drm_dev_unplug()
/kernel/linux/linux-6.6/Documentation/networking/
Dnet_failover.rst26 is unplugged.
69 periodically be unplugged. A second attribute - 'persistent' is provided and
118 the paravirtual datapath when the VF is unplugged.
Dfailover.rst18 failing over to the paravirtual datapath when the VF is unplugged.
/kernel/linux/linux-6.6/include/drm/
Ddrm_device.h138 * @unplugged:
140 * Flag to tell if the device has been unplugged.
143 bool unplugged; member
/kernel/linux/linux-5.10/include/drm/
Ddrm_device.h132 * @unplugged:
134 * Flag to tell if the device has been unplugged.
137 bool unplugged; member
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dtb.c26 * @remove_work: Work used to remove any unplugged routers after
727 * tb_free_unplugged_children() - traverse hierarchy and free unplugged switches
1154 tb_port_dbg(port, "switch unplugged\n"); in tb_handle_hotplug()
1170 tb_port_dbg(port, "xdomain unplugged\n"); in tb_handle_hotplug()
1174 * unplugged here prevents deadlock if they call in tb_handle_hotplug()
1356 /* No need to restore if the router is already unplugged */ in tb_restore_children()
1450 * Release any unplugged XDomains and if there is a case where in tb_complete()
1451 * another domain is swapped in place of unplugged XDomain we in tb_complete()
1500 * Schedule cleanup of any unplugged devices. Run this in a in tb_runtime_resume()
1502 * removal runtime resumes the unplugged device. in tb_runtime_resume()
/kernel/linux/linux-6.6/Documentation/sound/designs/
Djack-injection.rst103 - headphone unplugged:
108 Unplugged
/kernel/linux/linux-6.6/Documentation/arch/s390/
Dvfio-ap-locking.rst48 domains or control domains are being plugged into or unplugged from the guest.
82 unplugged. In order to figure out whether the adapter is passed through,
/kernel/linux/linux-5.10/Documentation/networking/
Dnet_failover.rst26 is unplugged.
81 the paravirtual datapath when the VF is unplugged.
Dfailover.rst18 failing over to the paravirtual datapath when the VF is unplugged.
/kernel/linux/linux-6.6/drivers/usb/misc/
Diowarrior.c283 /* verify that the device wasn't unplugged */ in iowarrior_read()
303 //next line will return when there is either new data, or the device is unplugged in iowarrior_read()
315 //The device was unplugged in iowarrior_read()
351 /* verify that the device wasn't unplugged */ in iowarrior_write()
403 /* The device was unplugged */ in iowarrior_write()
494 /* verify that the device wasn't unplugged */ in iowarrior_ioctl()
670 /* The device was unplugged, cleanup resources */ in iowarrior_release()
/kernel/linux/linux-5.10/drivers/usb/misc/
Diowarrior.c283 /* verify that the device wasn't unplugged */ in iowarrior_read()
303 //next line will return when there is either new data, or the device is unplugged in iowarrior_read()
315 //The device was unplugged in iowarrior_read()
351 /* verify that the device wasn't unplugged */ in iowarrior_write()
404 /* The device was unplugged */ in iowarrior_write()
497 /* verify that the device wasn't unplugged */ in iowarrior_ioctl()
673 /* The device was unplugged, cleanup resources */ in iowarrior_release()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dcirrus,cs42l42.yaml64 0 - (Default) Shorted to tip when unplugged, open when plugged.
67 1 - Open when unplugged, shorted to tip when plugged.
/kernel/linux/linux-6.6/drivers/char/
Dvirtio_console.c506 /* Device has been unplugged. vqs are already gone. */ in discard_port_data()
575 /* Did the port get unplugged before userspace closed it? */ in send_control_msg()
589 /* Device has been unplugged. vqs are already gone. */ in reclaim_consumed_buffers()
702 /* Port got hot-unplugged. Let's exit. */ in will_read_block()
713 /* Port got hot-unplugged. Let's exit. */ in will_write_block()
739 /* Port is hot-unplugged. */ in port_fops_read()
759 /* Port got hot-unplugged while we were waiting above. */ in port_fops_read()
791 /* Port got hot-unplugged. */ in wait_port_writable()
972 /* Port got unplugged */ in port_fops_poll()
1011 * unplug, and if a port isn't unplugged, a kref would already in port_fops_release()
[all …]

12345678910>>...15