Home
last modified time | relevance | path

Searched refs:hotplug (Results 1 – 200 of 476) sorted by relevance

123

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_hotplug.c124 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 …]
Di915_irq.c3249 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/
Dpciehp_core.c88 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()
Dpci_hotplug_core.c91 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/
DMakefile2 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/
Dkselftest.txt10 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:
Dmemory-hotplug.txt6 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 …]
Dcpu-hotplug.txt1 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 …]
Dcputopology.txt90 HOTPLUGGED off (see cpu-hotplug.txt) or exceed the limit
127 See cpu-hotplug.txt for the possible_cpus=NUM kernel start parameter
Dkernel-per-CPU-kthreads.txt21 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/
Dsuspend-and-cpuhotplug.txt1 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 …]
D00-INDEX34 - Explains the interaction between Suspend-to-RAM (S3) and CPU hotplug
/linux-4.4.14/Documentation/firmware_class/
DREADME2 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/
Dhotplug-script7 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
/linux-4.4.14/Documentation/fault-injection/
Dnotifier-error-inject.txt11 * 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/
Dsysfs-firmware-acpi21 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
Dsysfs-devices-memory9 Users: hotplug memory add/remove tools
21 Users: hotplug memory remove tools
60 Users: hotplug memory remove tools
Dsysfs-class16 udev <linux-hotplug-devel@lists.sourceforge.net>
Dsysfs-devices25 udev <linux-hotplug-devel@lists.sourceforge.net>
/linux-4.4.14/Documentation/x86/x86_64/
Dcpu-hotplug-spec1 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
D00-INDEX5 cpu-hotplug-spec
6 - Firmware support for CPU hotplug under Linux/x86-64
/linux-4.4.14/arch/powerpc/platforms/pseries/
DMakefile14 obj-$(CONFIG_HOTPLUG_CPU) += hotplug-cpu.o
15 obj-$(CONFIG_MEMORY_HOTPLUG) += hotplug-memory.o
/linux-4.4.14/drivers/net/wireless/iwlegacy/
DKconfig28 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/
DKconfig18 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/
DKconfig29 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/
Dttusb-dec.txt44 Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
45 /lib/firmware directory (depending on configuration of firmware hotplug).
Dopera-firmware.txt24 in kernel config and have hotplug running).
/linux-4.4.14/arch/x86/kernel/apic/
Dapic_flat_64.c88 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/
DMakefile17 obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
19 obj-y += hotplug-pci.o
Dslot.c262 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/
Dhotplug.txt34 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/
Dkconfig.txt159 /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/
Dexception_policy.conf.default2 initialize_domain /sbin/hotplug from any
/linux-4.4.14/drivers/acpi/
Dsysfs.c792 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()
Dinternal.h62 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug,
66 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
Dscan.c114 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 …]
Dcontainer.c109 .hotplug = {
/linux-4.4.14/arch/arm/mach-hisi/
DMakefile9 obj-$(CONFIG_SMP) += platsmp.o hotplug.o
/linux-4.4.14/arch/blackfin/mach-bf561/
DMakefile9 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/lock/
Dver_functions.sh29 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
/linux-4.4.14/arch/arm/mach-prima2/
DMakefile6 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/
Dver_functions.sh41 echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
/linux-4.4.14/arch/arm/mach-realview/
DMakefile13 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
/linux-4.4.14/arch/arm/mach-ux500/
DMakefile11 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt74 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/
DMakefile17 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
/linux-4.4.14/drivers/thunderbolt/
DKconfig7 This driver is required if you want to hotplug Thunderbolt devices on
/linux-4.4.14/Documentation/fb/
Dmetronomefb.txt23 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/
DMakefile11 smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o
/linux-4.4.14/drivers/gpu/drm/gma500/
Dcdv_device.c454 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,
Dpsb_irq.c297 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/
DKconfig284 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/
Dbluestone_defconfig23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dbamboo_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Debony_defconfig24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Darches_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dkatmai_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dtaishan_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dcanyonlands_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drainier_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dvirtex5_defconfig34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsequoia_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Diss476-smp_defconfig37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dredwood_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dicon_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dcurrituck_defconfig35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Deiger_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dwarp_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsam440ep_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/arm/mach-tegra/
DMakefile23 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
/linux-4.4.14/arch/powerpc/configs/85xx/
Dmpc8540_ads_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsbc8548_defconfig25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc85xx_cds_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc8560_ads_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dksi8560_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dstx_gp3_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dtqm8548_defconfig33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/powerpc/configs/40x/
Dklondike_defconfig17 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dwalnut_defconfig23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dep405_defconfig25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmakalu_defconfig25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dacadia_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dkilauea_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dobs600_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dvirtex_defconfig35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/sh/configs/
Dmicrodev_defconfig24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsh7724_generic_defconfig19 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsh7770_generic_defconfig21 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dhp6xx_defconfig22 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dse7722_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsh7710voipgw_defconfig37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dlboxre2_defconfig34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drsk7269_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dcayman_defconfig24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dkfr2r09-romimage_defconfig33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Ddreamcast_defconfig37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drsk7201_defconfig35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Decovec24-romimage_defconfig32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drsk7264_defconfig41 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsh7757lcr_defconfig38 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drts7751r2d1_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dr7785rp_defconfig48 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drts7751r2dplus_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmagicpanelr2_defconfig40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dkfr2r09_defconfig40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dshx3_defconfig65 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dapsh4a3a_defconfig34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dul2_defconfig38 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpolaris_defconfig42 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dse7343_defconfig33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/Documentation/networking/
Dcxgb.txt243 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/
Dmpc7448_hpc2_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dep88xc_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dadder875_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dholly_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dtqm8xx_defconfig35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc885_ads_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpq2fads_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dep8248e_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc8272_ads_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dppc40x_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmgcoge_defconfig34 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dstorcenter_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc83xx_defconfig42 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dppc44x_defconfig40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dfsl-emb-nonhw.config117 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/powerpc/configs/83xx/
Dmpc836x_mds_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc837x_mds_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc832x_mds_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc834x_mds_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dasp8347_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc832x_rdb_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsbc834x_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc834x_itxgp_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc836x_rdk_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc834x_itx_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc8313_rdb_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc8315_rdb_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmpc837x_rdb_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/arm/configs/
Dprima2_defconfig19 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dnuc910_defconfig17 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dh3600_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dcolibri_pxa300_defconfig19 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Ds5pv210_defconfig24 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dnuc960_defconfig23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dtct_hammer_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpxa168_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dspear6xx_defconfig14 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dks8695_defconfig33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Du300_defconfig26 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dcns3420vb_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Ds3c6400_defconfig25 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dnuc950_defconfig23 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dacs5k_tiny_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dacs5k_defconfig35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dspear3xx_defconfig17 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dh5000_defconfig37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpxa910_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Diop33x_defconfig33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpalmz72_defconfig35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dsocfpga_defconfig47 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dspear13xx_defconfig32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drealview-smp_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpcm027_defconfig40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Drealview_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Djornada720_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/fs/sysfs/
DKconfig16 /sbin/hotplug uses device and object attributes in sysfs to assist in
/linux-4.4.14/arch/um/configs/
Di386_defconfig40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dx86_64_defconfig38 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/powerpc/configs/52xx/
Dlite5200b_defconfig29 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dcm5200_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dtqm5200_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpcm030_defconfig40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmotionpro_defconfig27 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/drivers/media/common/siano/
Dsmscoreapi.c44 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/
Deeh-pci-error-recovery.txt110 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/
Dcobalt_defconfig20 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dbmips_be_defconfig31 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dbmips_stb_defconfig32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dtb0226_defconfig35 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dpnx8335_stb225_defconfig32 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dtb0219_defconfig37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Dmips_paravirt_defconfig45 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/nios2/configs/
D3c120_defconfig41 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
D10m50_defconfig39 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/blackfin/configs/
DCM-BF533_defconfig37 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
DTCM-BF537_defconfig44 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
DCM-BF537U_defconfig48 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
DBlackStamp_defconfig44 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/Documentation/driver-model/
Dporting.txt373 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/
DKconfig22 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/
Dzfcpdump_defconfig28 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/sparc/configs/
Dsparc32_defconfig33 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/hexagon/configs/
Dcomet_defconfig21 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_hdmi.txt12 - hpd-gpio: following information about the hotplug gpio pin.
/linux-4.4.14/drivers/usb/misc/sisusbvga/
DKconfig36 If you use hotplug, add this to your modutils config files with
/linux-4.4.14/arch/parisc/configs/
Db180_defconfig30 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/arch/powerpc/configs/86xx/
Dmpc8610_hpcd_defconfig40 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
/linux-4.4.14/Documentation/cgroups/
Dmemcg_test.txt15 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/
Dcobalt-driver.c152 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()

123