/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_hotplug.c | 124 unsigned long start = dev_priv->hotplug.stats[pin].last_jiffies; in intel_hpd_irq_storm_detect() 129 dev_priv->hotplug.stats[pin].last_jiffies = jiffies; in intel_hpd_irq_storm_detect() 130 dev_priv->hotplug.stats[pin].count = 0; in intel_hpd_irq_storm_detect() 132 } else if (dev_priv->hotplug.stats[pin].count > HPD_STORM_THRESHOLD) { in intel_hpd_irq_storm_detect() 133 dev_priv->hotplug.stats[pin].state = HPD_MARK_DISABLED; in intel_hpd_irq_storm_detect() 137 dev_priv->hotplug.stats[pin].count++; in intel_hpd_irq_storm_detect() 139 dev_priv->hotplug.stats[pin].count); in intel_hpd_irq_storm_detect() 168 dev_priv->hotplug.stats[pin].state != HPD_MARK_DISABLED) in intel_hpd_irq_storm_disable() 175 dev_priv->hotplug.stats[pin].state = HPD_DISABLED; in intel_hpd_irq_storm_disable() 184 mod_delayed_work(system_wq, &dev_priv->hotplug.reenable_work, in intel_hpd_irq_storm_disable() [all …]
|
D | i915_irq.c | 3249 if (dev_priv->hotplug.stats[encoder->hpd_pin].state == HPD_ENABLED) in intel_hpd_enabled_irqs() 3258 u32 hotplug_irqs, hotplug, enabled_irqs; in ibx_hpd_irq_setup() local 3275 hotplug = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_irq_setup() 3276 hotplug &= ~(PORTD_PULSE_DURATION_MASK|PORTC_PULSE_DURATION_MASK|PORTB_PULSE_DURATION_MASK); in ibx_hpd_irq_setup() 3277 hotplug |= PORTD_HOTPLUG_ENABLE | PORTD_PULSE_DURATION_2ms; in ibx_hpd_irq_setup() 3278 hotplug |= PORTC_HOTPLUG_ENABLE | PORTC_PULSE_DURATION_2ms; in ibx_hpd_irq_setup() 3279 hotplug |= PORTB_HOTPLUG_ENABLE | PORTB_PULSE_DURATION_2ms; in ibx_hpd_irq_setup() 3285 hotplug |= PORTA_HOTPLUG_ENABLE; in ibx_hpd_irq_setup() 3286 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in ibx_hpd_irq_setup() 3292 u32 hotplug_irqs, hotplug, enabled_irqs; in spt_hpd_irq_setup() local [all …]
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | pciehp_core.c | 88 struct hotplug_slot *hotplug = NULL; in init_slot() local 94 hotplug = kzalloc(sizeof(*hotplug), GFP_KERNEL); in init_slot() 95 if (!hotplug) in init_slot() 120 hotplug->info = info; in init_slot() 121 hotplug->private = slot; in init_slot() 122 hotplug->release = &release_slot; in init_slot() 123 hotplug->ops = ops; in init_slot() 124 slot->hotplug_slot = hotplug; in init_slot() 127 retval = pci_hp_register(hotplug, in init_slot() 135 kfree(hotplug); in init_slot()
|
D | pci_hotplug_core.c | 91 retval = get_power_status(pci_slot->hotplug, &value); in GET_STATUS() 101 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file() 148 retval = get_attention_status(pci_slot->hotplug, &value); in attention_read_file() 158 struct hotplug_slot_ops *ops = pci_slot->hotplug->ops; in attention_write_file() 172 retval = ops->set_attention_status(pci_slot->hotplug, attention); in attention_write_file() 192 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file() 209 retval = get_adapter_status(pci_slot->hotplug, &value); in presence_read_file() 224 struct hotplug_slot *slot = pci_slot->hotplug; in test_write_file() 254 struct hotplug_slot *slot = pci_slot->hotplug; in has_power_file() 267 struct hotplug_slot *slot = pci_slot->hotplug; in has_attention_file() [all …]
|
/linux-4.4.14/tools/testing/selftests/ |
D | Makefile | 2 TARGETS += cpu-hotplug 12 TARGETS += memory-hotplug 34 TARGETS_HOTPLUG = cpu-hotplug 35 TARGETS_HOTPLUG += memory-hotplug 55 hotplug: target 60 run_hotplug: hotplug
|
/linux-4.4.14/Documentation/ |
D | kselftest.txt | 10 in safe mode with a limited scope. In limited mode, cpu-hotplug test is 11 run on a single cpu as opposed to all hotplug capable cpus, and memory 12 hotplug test is run on 2% of hotplug capable memory instead of 10%. 14 Running the selftests (hotplug tests are run in limited mode) 45 Running the full range hotplug selftests 48 To build the hotplug tests: 49 $ make -C tools/testing/selftests hotplug 51 To run the hotplug tests:
|
D | memory-hotplug.txt | 6 Add description of notifier of memory hotplug Oct 11 2007 8 This document is about memory hotplug including how-to-use and current status. 13 1.1 purpose of memory hotplug 14 1.2. Phases of memory hotplug 17 3. sysfs files for memory hotplug 28 8. Memory hotplug event notifier 31 Note(1): x86_64's has special implementation for memory hotplug. 40 1.1 purpose of memory hotplug 53 Linux memory hotplug is designed for both purpose. 56 1.2. Phases of memory hotplug [all …]
|
D | cpu-hotplug.txt | 1 CPU hotplug Support in Linux(tm) Kernel 28 node insertion and removal require support for CPU hotplug. 32 system execution path. Hence the need for CPU hotplug support in the 35 A more novel use of CPU-hotplug support is its use today in suspend 94 of them may be online. When physical hotplug is processed by the relevant 98 at which time hotplug is disabled. 116 The above calls are used to inhibit cpu hotplug operations. While the 126 Q: How to enable my kernel to support CPU hotplug? 127 A: When doing make defconfig, Enable CPU hotplug support 136 Q: What architectures support CPU hotplug? [all …]
|
D | cputopology.txt | 90 HOTPLUGGED off (see cpu-hotplug.txt) or exceed the limit 127 See cpu-hotplug.txt for the possible_cpus=NUM kernel start parameter
|
D | kernel-per-CPU-kthreads.txt | 21 o /sys/devices/system/cpu/cpuN/online: Control CPU N's hotplug state, 82 3. Once your application has started, prevent CPU-hotplug operations 89 3. Once your application has started, prevent CPU-hotplug operations 96 3. Once your application has started, prevent CPU-hotplug operations 245 avoid initiating any CPU hotplug operations on this CPU. This is
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 1 Interaction of Suspend code (S3) with the CPU hotplug infrastructure 6 I. How does the regular CPU hotplug code differ from how the Suspend-to-RAM 12 interactions involving the freezer and CPU hotplug and also tries to explain 16 What happens when regular CPU hotplug and Suspend-to-RAM race with each other 74 Disable regular cpu hotplug 92 | Decrease cpu_hotplug_disabled, thereby enabling regular cpu hotplug 108 Regular CPU hotplug call path 140 regular CPU hotplug] 145 regular CPU hotplug and the suspend code path converge at the _cpu_down() and 147 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen' [all …]
|
D | 00-INDEX | 34 - Explains the interaction between Suspend-to-RAM (S3) and CPU hotplug
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 2 request_firmware() hotplug interface: 38 - hotplug gets called with a firmware identifier in $FIRMWARE 39 and the usual hotplug environment. 40 - hotplug: echo 1 > /sys/class/firmware/xxx/loading 45 - hotplug: cat appropriate_firmware_image > \ 52 - hotplug: echo 0 > /sys/class/firmware/xxx/loading 69 Sample/simple hotplug script: 74 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
|
D | hotplug-script | 7 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
|
/linux-4.4.14/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 11 * Memory hotplug notifier 61 Memory hotplug notifier error injection module 71 Example: Inject memory hotplug offline error (-12 == -ENOMEM) 95 * tools/testing/selftests/cpu-hotplug/on-off-test.sh 96 * tools/testing/selftests/memory-hotplug/on-off-test.sh
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-acpi | 21 What: /sys/firmware/acpi/hotplug/ 25 There are separate hotplug profiles for different classes of 27 processors, PCI root bridges etc. A hotplug profile for a given 29 that class of devices will be handled by the ACPI core hotplug 31 of /sys/firmware/acpi/hotplug/. 34 hotplug profile: 37 hotplug events associated with the given class of 40 effectively disables hotplug for the correspoinding 47 What: /sys/firmware/acpi/hotplug/force_remove
|
D | sysfs-devices-memory | 9 Users: hotplug memory add/remove tools 21 Users: hotplug memory remove tools 60 Users: hotplug memory remove tools
|
D | sysfs-class | 16 udev <linux-hotplug-devel@lists.sourceforge.net>
|
D | sysfs-devices | 25 udev <linux-hotplug-devel@lists.sourceforge.net>
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 1 Firmware support for CPU hotplug under Linux/x86-64 4 Linux/x86-64 supports CPU hotplug now. For various reasons Linux wants to 13 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
|
D | 00-INDEX | 5 cpu-hotplug-spec 6 - Firmware support for CPU hotplug under Linux/x86-64
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Makefile | 14 obj-$(CONFIG_HOTPLUG_CPU) += hotplug-cpu.o 15 obj-$(CONFIG_MEMORY_HOTPLUG) += hotplug-memory.o
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 28 look in the hotplug script /etc/hotplug/firmware.agent to 54 look in the hotplug script /etc/hotplug/firmware.agent to
|
/linux-4.4.14/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 18 download/extract them, and then copy them to /usr/lib/hotplug/firmware 19 or /lib/firmware (depending on configuration of firmware hotplug).
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 29 bool "Memory hotplug support for Xen balloon driver" 33 Memory hotplug support for Xen balloon driver allows expanding memory 67 expanded to when using memory hotplug. 212 i.e. memory hotplug and cpu hotplug, and to block native drivers loaded, 215 To enable Xen features like cpu and memory hotplug, select Y here. 218 tristate "Xen ACPI memory hotplug" 222 This is Xen ACPI memory hotplug. 229 tristate "Xen ACPI cpu hotplug"
|
/linux-4.4.14/Documentation/dvb/ |
D | ttusb-dec.txt | 44 Copy the three files downloaded above into the /usr/lib/hotplug/firmware or 45 /lib/firmware directory (depending on configuration of firmware hotplug).
|
D | opera-firmware.txt | 24 in kernel config and have hotplug running).
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 88 int hotplug = 1; in flat_send_IPI_allbutself() local 90 int hotplug = 0; in flat_send_IPI_allbutself() local 92 if (hotplug || vector == NMI_VECTOR) { in flat_send_IPI_allbutself()
|
/linux-4.4.14/drivers/pci/ |
D | Makefile | 17 obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ 19 obj-y += hotplug-pci.o
|
D | slot.c | 262 struct hotplug_slot *hotplug) in pci_create_slot() argument 280 if (hotplug) { in pci_create_slot() 281 if ((err = slot->hotplug ? -EBUSY : 0) in pci_create_slot() 367 struct hotplug_slot *slot = pci_slot->hotplug; in pci_hp_create_module_link()
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 34 KERNEL HOTPLUG HELPER (/sbin/hotplug) 36 There is a kernel parameter: /proc/sys/kernel/hotplug, which normally 37 holds the pathname "/sbin/hotplug". That parameter names a program 40 The /sbin/hotplug program can be invoked by any subsystem as part of its 49 http://linux-hotplug.sourceforge.net 59 The USB subsystem currently invokes /sbin/hotplug when USB devices
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 159 /hotplug 160 This lists all config symbols that contain "hotplug", 168 /^hotplug 216 Ctrl-F hotplug 218 Menu: File, Search, hotplug 220 lists all config symbol entries that contain "hotplug" in
|
/linux-4.4.14/security/tomoyo/policy/ |
D | exception_policy.conf.default | 2 initialize_domain /sbin/hotplug from any
|
/linux-4.4.14/drivers/acpi/ |
D | sysfs.c | 792 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in hotplug_enabled_show() local 794 return sprintf(buf, "%d\n", hotplug->enabled); in hotplug_enabled_show() 801 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in hotplug_enabled_store() local 807 acpi_scan_hotplug_enabled(hotplug, val); in hotplug_enabled_store() 825 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, in acpi_sysfs_add_hotplug_profile() argument 833 error = kobject_init_and_add(&hotplug->kobj, in acpi_sysfs_add_hotplug_profile() 838 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
|
D | internal.h | 62 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, 66 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
|
D | scan.c | 114 acpi_sysfs_add_hotplug_profile(&handler->hotplug, hotplug_profile_name); in acpi_scan_add_handler_with_hotplug() 153 if (device->handler && !device->handler->hotplug.enabled) { in acpi_bus_offline() 264 if (device->handler && device->handler->hotplug.demand_offline in acpi_scan_hot_remove() 359 if (handler && handler->hotplug.scan_dependent) in acpi_scan_bus_check() 360 return handler->hotplug.scan_dependent(adev); in acpi_scan_bus_check() 384 if (adev->handler && !adev->handler->hotplug.enabled) { in acpi_generic_hotplug_event() 1528 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled() argument 1530 if (!!hotplug->enabled == !!val) in acpi_scan_hotplug_enabled() 1535 hotplug->enabled = val; in acpi_scan_hotplug_enabled() 1781 if (device->handler && device->handler->hotplug.notify_online) in acpi_bus_attach() [all …]
|
D | container.c | 109 .hotplug = {
|
/linux-4.4.14/arch/arm/mach-hisi/ |
D | Makefile | 9 obj-$(CONFIG_SMP) += platsmp.o hotplug.o
|
/linux-4.4.14/arch/blackfin/mach-bf561/ |
D | Makefile | 9 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 29 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
|
/linux-4.4.14/arch/arm/mach-prima2/ |
D | Makefile | 6 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 41 echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
|
/linux-4.4.14/arch/arm/mach-realview/ |
D | Makefile | 13 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
/linux-4.4.14/arch/arm/mach-ux500/ |
D | Makefile | 11 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 74 randomly selected CPU-hotplug operation. Defaults 77 refuse to do any CPU-hotplug operations regardless of 80 onoff_holdoff The number of seconds to wait until starting CPU-hotplug 148 were no locking failures, CPU-hotplug problems were detected.
|
/linux-4.4.14/arch/arm/mach-vexpress/ |
D | Makefile | 17 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
/linux-4.4.14/drivers/thunderbolt/ |
D | Kconfig | 7 This driver is required if you want to hotplug Thunderbolt devices on
|
/linux-4.4.14/Documentation/fb/ |
D | metronomefb.txt | 23 can be compressed as long as your udev or hotplug script is aware of the need 26 udev/hotplug setup. I have only tested with a single waveform file which was
|
/linux-4.4.14/arch/arm/mach-spear/ |
D | Makefile | 11 smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | cdv_device.c | 454 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable() local 455 hotplug |= HDMIB_HOTPLUG_INT_EN | HDMIC_HOTPLUG_INT_EN | in cdv_hotplug_enable() 457 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable() 612 .hotplug = cdv_hotplug_event,
|
D | psb_irq.c | 297 if (hotplug_int && dev_priv->ops->hotplug) { in psb_irq_handler() 298 handled = dev_priv->ops->hotplug(dev); in psb_irq_handler() 340 if (dev_priv->ops->hotplug) in psb_irq_preinstall()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | Kconfig | 284 download/extract it, and then copy it to /usr/lib/hotplug/firmware 285 or /lib/firmware (depending on configuration of firmware hotplug). 296 download/extract it, and then copy it to /usr/lib/hotplug/firmware 297 or /lib/firmware (depending on configuration of firmware hotplug). 348 download/extract them, and then copy them to /usr/lib/hotplug/firmware 349 or /lib/firmware (depending on configuration of firmware hotplug). 543 download/extract them, and then copy them to /usr/lib/hotplug/firmware 544 or /lib/firmware (depending on configuration of firmware hotplug). 555 download it, and then copy it to /usr/lib/hotplug/firmware 556 or /lib/firmware (depending on configuration of firmware hotplug). [all …]
|
/linux-4.4.14/arch/powerpc/configs/44x/ |
D | bluestone_defconfig | 23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | bamboo_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ebony_defconfig | 24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | arches_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | katmai_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | taishan_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | canyonlands_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | rainier_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | virtex5_defconfig | 34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sequoia_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | iss476-smp_defconfig | 37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | redwood_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | icon_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | currituck_defconfig | 35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | eiger_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | warp_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sam440ep_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | Makefile | 23 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
/linux-4.4.14/arch/powerpc/configs/85xx/ |
D | mpc8540_ads_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sbc8548_defconfig | 25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc85xx_cds_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc8560_ads_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ksi8560_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | stx_gp3_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | tqm8548_defconfig | 33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/powerpc/configs/40x/ |
D | klondike_defconfig | 17 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | walnut_defconfig | 23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ep405_defconfig | 25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | makalu_defconfig | 25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | acadia_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | kilauea_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | obs600_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | virtex_defconfig | 35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/sh/configs/ |
D | microdev_defconfig | 24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sh7724_generic_defconfig | 19 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sh7770_generic_defconfig | 21 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | hp6xx_defconfig | 22 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | se7722_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sh7710voipgw_defconfig | 37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | lboxre2_defconfig | 34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | rsk7269_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | cayman_defconfig | 24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | kfr2r09-romimage_defconfig | 33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | dreamcast_defconfig | 37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | rsk7201_defconfig | 35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ecovec24-romimage_defconfig | 32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | rsk7264_defconfig | 41 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sh7757lcr_defconfig | 38 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | rts7751r2d1_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | r7785rp_defconfig | 48 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | rts7751r2dplus_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | magicpanelr2_defconfig | 40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | kfr2r09_defconfig | 40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | shx3_defconfig | 65 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | apsh4a3a_defconfig | 34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ul2_defconfig | 38 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | polaris_defconfig | 42 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | se7343_defconfig | 33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/Documentation/networking/ |
D | cxgb.txt | 243 invokes a script named "hotplug". This script is primarily used to 246 after loading the kernel module. The hotplug script does this by scanning 250 If the hotplug script does not find the HWADDRR within any of the 259 To disable this "hotplug" feature, you may add the driver (module name) 260 to the "blacklist" file located in /etc/hotplug. It has been noted that 263 script located in /etc/hotplug to disable this feature.
|
/linux-4.4.14/arch/powerpc/configs/ |
D | mpc7448_hpc2_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ep88xc_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | adder875_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | holly_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | tqm8xx_defconfig | 35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc885_ads_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | pq2fads_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ep8248e_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc8272_ads_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ppc40x_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mgcoge_defconfig | 34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | storcenter_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc83xx_defconfig | 42 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ppc44x_defconfig | 40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | fsl-emb-nonhw.config | 117 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/powerpc/configs/83xx/ |
D | mpc836x_mds_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc837x_mds_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc832x_mds_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc834x_mds_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | asp8347_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc832x_rdb_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | sbc834x_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc834x_itxgp_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc836x_rdk_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc834x_itx_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc8313_rdb_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc8315_rdb_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mpc837x_rdb_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/arm/configs/ |
D | prima2_defconfig | 19 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | nuc910_defconfig | 17 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | h3600_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | colibri_pxa300_defconfig | 19 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | s5pv210_defconfig | 24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | nuc960_defconfig | 23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | tct_hammer_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | pxa168_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | spear6xx_defconfig | 14 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | ks8695_defconfig | 33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | u300_defconfig | 26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | cns3420vb_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | s3c6400_defconfig | 25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | nuc950_defconfig | 23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | acs5k_tiny_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | acs5k_defconfig | 35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | spear3xx_defconfig | 17 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | h5000_defconfig | 37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | pxa910_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | iop33x_defconfig | 33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | palmz72_defconfig | 35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | socfpga_defconfig | 47 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | spear13xx_defconfig | 32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | realview-smp_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | pcm027_defconfig | 40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | realview_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | jornada720_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/fs/sysfs/ |
D | Kconfig | 16 /sbin/hotplug uses device and object attributes in sysfs to assist in
|
/linux-4.4.14/arch/um/configs/ |
D | i386_defconfig | 40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | x86_64_defconfig | 38 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/powerpc/configs/52xx/ |
D | lite5200b_defconfig | 29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | cm5200_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | tqm5200_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | pcm030_defconfig | 40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | motionpro_defconfig | 27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smscoreapi.c | 44 hotplug_t hotplug; member 536 int smscore_register_hotplug(hotplug_t hotplug) in smscore_register_hotplug() argument 554 rc = hotplug(coredev, coredev->device, 1); in smscore_register_hotplug() 558 notifyee->hotplug = hotplug; in smscore_register_hotplug() 577 void smscore_unregister_hotplug(hotplug_t hotplug) in smscore_unregister_hotplug() argument 590 if (notifyee->hotplug == hotplug) { in smscore_unregister_hotplug() 620 rc = elem->hotplug(coredev, device, arrival); in smscore_notify_callbacks()
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 110 PCI hotplug tools to remove and replace the dead card. 117 EEH recovery. This generic mechanism piggy-backs on the PCI hotplug 125 drivers/pci/hotplug/pSeries_pci.c calling in to the eeh.c code. 173 drivers/pci/hotplug/pSeries_pci.c, called handle_eeh_events(). 277 pci_uevent () { // in drivers/pci/hotplug.c 285 event process /sbin/hotplug)
|
/linux-4.4.14/arch/mips/configs/ |
D | cobalt_defconfig | 20 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | bmips_be_defconfig | 31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | bmips_stb_defconfig | 32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | tb0226_defconfig | 35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | pnx8335_stb225_defconfig | 32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | tb0219_defconfig | 37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | mips_paravirt_defconfig | 45 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/nios2/configs/ |
D | 3c120_defconfig | 41 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | 10m50_defconfig | 39 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/blackfin/configs/ |
D | CM-BF533_defconfig | 37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | TCM-BF537_defconfig | 44 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | CM-BF537U_defconfig | 48 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
D | BlackStamp_defconfig | 44 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/Documentation/driver-model/ |
D | porting.txt | 373 Step 6: Supply a hotplug callback. 376 userspace program /sbin/hotplug is called to notify userspace. 387 consume. To do this, a bus must implement the 'hotplug' method in 390 int (*hotplug) (struct device *dev, char **envp, 393 This is called immediately before /sbin/hotplug is executed.
|
/linux-4.4.14/mm/ |
D | Kconfig | 22 memory hotplug may have different options here. 24 but is incompatible with memory hotplug and may suffer 52 memory hotplug systems. This is normal. 171 Users who don't use the memory hotplug feature are fine with this 175 Say Y here if you want to hotplug a whole node. 179 # Only be set on architectures that have completely implemented memory hotplug 653 bool "Device memory (pmem, etc...) hotplug support" if EXPERT 661 Device memory hotplug support allows for establishing pmem,
|
/linux-4.4.14/arch/s390/configs/ |
D | zfcpdump_defconfig | 28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/sparc/configs/ |
D | sparc32_defconfig | 33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/hexagon/configs/ |
D | comet_defconfig | 21 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_hdmi.txt | 12 - hpd-gpio: following information about the hotplug gpio pin.
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | Kconfig | 36 If you use hotplug, add this to your modutils config files with
|
/linux-4.4.14/arch/parisc/configs/ |
D | b180_defconfig | 30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/arch/powerpc/configs/86xx/ |
D | mpc8610_hpcd_defconfig | 40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 15 Allocated at boot or memory hotplug. Freed at memory hot removal. 171 9.4 Memory hotplug. 172 memory hotplug test is one of good test.
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-driver.c | 152 bool hotplug = arg ? *((int *)arg) : false; in cobalt_notify() local 160 COBALT_SYS_CTRL_HPD_TO_CONNECTOR_BIT(sd_nr), hotplug); in cobalt_notify() 161 cobalt_dbg(1, "Set hotplug for adv %d to %d\n", sd_nr, hotplug); in cobalt_notify()
|