Home
last modified time | relevance | path

Searched refs:unplug (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bus.h259 rte_bus_unplug_t unplug; /**< Remove single device from driver */ member
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Dtda998x.txt17 screen plug/unplug interrupt.
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c382 int unplug = is_core_being_unplugged(); in __cvmx_app_hotplug_shutdown() local
385 if (unplug) in __cvmx_app_hotplug_shutdown()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_bus.c29 RTE_VERIFY(!bus->plug || bus->unplug); in rte_bus_register()
H A Deal_common_dev.c315 if (dev->bus->unplug == NULL) { in local_dev_remove()
321 ret = dev->bus->unplug(dev); in local_dev_remove()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt43 With no debounce, the tip sense pin might be noisy on an unplug event.
/f-stack/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c470 .unplug = ifpga_unplug,
/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c660 .unplug = fslmc_bus_unplug,
/f-stack/dpdk/drivers/bus/vdev/
H A Dvdev.c602 .unplug = vdev_unplug,
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dab8500.txt37 : MAIN_CH_UNPLUG_DET : : main charger unplug detection management (not in 8505)
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c783 .unplug = dpaa_bus_unplug,
/f-stack/dpdk/drivers/bus/pci/
H A Dpci_common.c755 .unplug = pci_unplug,
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst810 Kernel crash when hot-unplug igb_uio device while DPDK application is running
822 If using DPDK for PCI HW hot-unplug, prefer to bind device with VFIO instead of IGB_UIO.
H A Drelease_18_11.rst83 * **Added hot-unplug handle mechanism.**
91 Added support for hotplug and hot-unplug in a multiprocessing scenario. Any
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa2.rst138 the ability to hot plug/unplug objects in and out of the DPRC.