/linux-4.1.27/Documentation/ |
D | kselftest.txt | 7 On some systems, hot-plug tests could hang forever waiting for cpu and 8 memory to be ready to be offlined. A special hot-plug target is created 9 to run full range of hot-plug tests. In default mode, hot-plug tests run
|
D | memory-hotplug.txt | 18 4. Physical memory hot-add phase 20 4.2 Notify memory hot-add event by hand 21 5. Logical Memory hot-add phase 83 administrator. For the hot-add case, it must be executed after Physical Hotplug 115 Allow for memory hot-add (CONFIG_MEMORY_HOTPLUG) 118 Allow for memory hot remove (CONFIG_MEMORY_HOTREMOVE) 198 4. Physical memory hot-add phase 207 Linux's ACPI handler does hot-add memory to the system and calls a hotplug udev 220 4.2 Notify memory hot-add event by hand 237 memory_block_size] memory range is hot-added. In this case, hotplug script is [all …]
|
D | cpu-hotplug.txt | 27 support NUMA hardware which are hot pluggable as well, where physical 62 determine the number of potentially hot-pluggable cpus. The implementation 65 BIOS doesn't mark such hot-pluggable cpus as disabled entries, one could 96 from the map depending on the event is hot-add/hot-remove. There are currently 177 Q: Does hot-add/hot-remove refer to physical add/remove of cpus? 178 A: The usage of hot-add/remove may not be very consistently used in the code.
|
D | vgaarbiter.txt | 93 In the case of devices hot-{un,}plugged, there is a hook - pci_notify() - to
|
D | vfio.txt | 407 * Issue PE reset: hot or fundamental reset. Usually, hot reset
|
D | dynamic-debug-howto.txt | 248 PCI (or other devices) initialization also is a hot candidate for using
|
D | IPMI.txt | 471 The driver supports a hot add and remove of interfaces. This way, 548 The driver supports a hot add and remove of interfaces through the I2C
|
D | ManagementStyle | 153 even realizing it, and almost always with a white-hot conviction that
|
D | md.txt | 493 recover - a hot spare is being built to replace a
|
D | kernel-parameters.txt | 1369 will use a lot of power and make the system run hot. 1795 hot-unplug link recovery 2767 that hot-added devices will work. 2819 associated with PCIe ports (PME, hot-plug, AER). Use 3578 critical and hot trip points.
|
D | devices.txt | 438 221 = /dev/mvista/hssdsi Montavista PICMG hot swap system driver
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon_cw.c | 280 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor() 282 ops->cursor_state.hot.x = cursor.hot.y = 0; in cw_cursor() 361 cursor.hot.x = ops->cursor_state.hot.x; in cw_cursor() 362 cursor.hot.y = ops->cursor_state.hot.y; in cw_cursor()
|
D | fbcon_ccw.c | 297 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor() 299 ops->cursor_state.hot.x = cursor.hot.y = 0; in ccw_cursor() 378 cursor.hot.x = ops->cursor_state.hot.x; in ccw_cursor() 379 cursor.hot.y = ops->cursor_state.hot.y; in ccw_cursor()
|
D | bitblit.c | 305 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor() 307 ops->cursor_state.hot.x = cursor.hot.y = 0; in bit_cursor() 375 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor() 376 cursor.hot.y = ops->cursor_state.hot.y; in bit_cursor()
|
D | fbcon_ud.c | 328 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor() 330 ops->cursor_state.hot.x = cursor.hot.y = 0; in ud_cursor() 402 cursor.hot.x = ops->cursor_state.hot.x; in ud_cursor() 403 cursor.hot.y = ops->cursor_state.hot.y; in ud_cursor()
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 28 -hot : critical hot temperature of battery for charging 57 cm-battery-hot = <800>;
|
/linux-4.1.27/drivers/acpi/ |
D | thermal.c | 129 u8 hot:1; member 169 struct acpi_thermal_hot hot; member 339 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update() 343 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update() 344 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update() 347 tz->trips.hot.temperature)); in acpi_thermal_trips_update() 507 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points() 611 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type() 658 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp() 661 tz->trips.hot.temperature, in thermal_get_trip_temp() [all …]
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 444 int val, bool hot) in ti_bandgap_update_alert_threshold() argument 459 if (hot) in ti_bandgap_update_alert_threshold() 465 if (hot) in ti_bandgap_update_alert_threshold() 499 if (hot) in ti_bandgap_update_alert_threshold() 513 if (hot) in ti_bandgap_update_alert_threshold() 579 bool hot) in _ti_bandgap_write_threshold() argument 597 if (hot) { in _ti_bandgap_write_threshold() 613 ret = ti_bandgap_update_alert_threshold(bgp, id, adc_val, hot); in _ti_bandgap_write_threshold() 636 int *val, bool hot) in _ti_bandgap_read_threshold() argument 652 if (hot) in _ti_bandgap_read_threshold()
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 175 some important events and also keyboard hot key presses to the operating 180 The driver enables the HKEY ("hot key") event reporting automatically 187 Some of these events refer to hot key presses, but not all of them. 189 The driver will generate events over the input layer for hot keys and 192 assigned to each hot key. 194 The hot key bit mask allows some control over which hot keys generate 201 modified do anything. Not all hot keys can be individually controlled 223 echo 0xffffffff > /proc/acpi/ibm/hotkey -- enable all hot keys 224 echo 0 > /proc/acpi/ibm/hotkey -- disable all possible hot keys 236 nor does it allow one to manipulate the hot key mask when the firmware [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | adv7604.txt | 16 - hpd-gpios: References to the GPIOs that control the HDMI hot-plug 18 level that enables hot-plug detection.
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | mach64_cursor.c | 90 x = cursor->image.dx - cursor->hot.x - info->var.xoffset; in atyfb_cursor() 98 y = cursor->image.dy - cursor->hot.y - info->var.yoffset; in atyfb_cursor()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | fbio.h | 63 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | fbio.h | 103 struct fbcurpos hot; /* cursor hot spot */ member 319 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-memory | 7 added or removed dynamically to represent hot-add/remove 20 potentially expensive hot-remove memory operation
|
D | sysfs-bus-acpi | 56 Writing 1 to this attribute will trigger hot removal of
|
D | sysfs-firmware-acpi | 52 (0) the ACPI subsystem will allow devices to be hot-removed even
|
D | sysfs-bus-pci | 98 hot-remove the PCI device and any of its children.
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | db8500-thermal.txt | 12 - tripN-type : type of trip point N, should be one of "active" "passive" "hot"
|
D | thermal.txt | 98 "hot": A trip point to notify emergency
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-stats.txt | 81 the target task was cache-hot when idle 97 target task was cache-hot when busy 113 target task was cache-hot when just becoming idle
|
/linux-4.1.27/Documentation/acpi/ |
D | scan_handlers.txt | 6 During system initialization and ACPI-based device hot-add, the ACPI namespace 17 During ACPI-based device hot-remove device nodes representing pieces of hardware
|
/linux-4.1.27/drivers/crypto/ |
D | mxs-dcp.c | 84 unsigned int hot:1; member 695 actx->hot = 0; in dcp_sha_init() 724 if (!actx->hot) { in dcp_sha_update_fx() 725 actx->hot = 1; in dcp_sha_update_fx()
|
/linux-4.1.27/Documentation/vm/ |
D | remap_file_pages.txt | 9 code in kernel virtual memory subsystem including hot paths. Also to get
|
D | numa_memory_policy.txt | 318 or node lists, if any, for page allocation. This is considered a "hot
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | fbio.h | 100 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.1.27/Documentation/scsi/ |
D | hpsa.txt | 53 (e.g. hot-plugged tape drives, or newly configured or deleted logical drives, 57 normally have to use this. It may be useful when hot plugging devices like
|
D | arcmsr_spec.txt | 492 ** GUI_CREATE_HOT_SPARE : Create hot spare disk 495 ** byte 3/4/5/6 : device mask for hot spare creation 496 ** GUI_DELETE_HOT_SPARE : Delete hot spare disk 499 ** byte 3/4/5/6 : device mask for hot spare deletion
|
D | aic79xx.txt | 136 - Add PCI hot plug support for 2.5.X kernels.
|
D | scsi_mid_low_api.txt | 79 to be hot plugged (and unplugged) during the lifetime of the LLD and will 169 command) or in response to a "hot unplug" indicated by sysfs()'s 217 SCSI DEVICE hot unplug
|
D | ChangeLog.sym53c8xx | 416 support of SCSI hot-plug.
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 224 Currently Xen only support ACPI memory hot-add. If you want 225 to hot-add memory at runtime (the hot-added memory cannot be
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1275 | 27 ADM1075, ADM1275, and ADM1276 are hot-swap controllers that allow a circuit
|
/linux-4.1.27/include/uapi/linux/ |
D | fb.h | 391 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-iov-howto.txt | 48 The VF is treated as hot-plugged PCI devices in the kernel, so they
|
D | pcieaer-howto.txt | 197 and the port is downstream port, we will perform a hot reset as the
|
D | pci.txt | 38 supporting hot-pluggable PCI, CardBus, and Express-Card in a single driver]. 103 pulled out of a hot-pluggable slot).
|
D | pci-error-recovery.txt | 271 Soft reset is also known as hot-reset.
|
/linux-4.1.27/mm/ |
D | Kconfig | 166 be hot-removed. (need movable_node boot option specified). 169 hot-removed. 187 bool "Allow for memory hot-add" 197 bool "Allow for memory hot remove"
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-ali15x3 | 107 gets hot, for example under heavy CPU load, or in the summer.
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 193 c. When a CPU is physically hot-unplugged and a new (and possibly different 194 type of) CPU is hot-plugged into the system:
|
D | charger-manager.txt | 174 a positive number if it is too hot to charge, and a negative number
|
/linux-4.1.27/drivers/usb/ |
D | Kconfig | 49 and allows for hot swapping. Up to 127 USB peripherals can be
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs-pci.txt | 83 integer to the file. This does not involve any kind of hot-plug functionality,
|
D | f2fs.txt | 94 - Support multi-head logs for static/dynamic hot and cold data separation 535 - Warm node contains direct node blocks except hot node blocks. 538 - Warm data contains data blocks except hot and cold data blocks
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 130 c) DMA hot chaining timeslice issue
|
/linux-4.1.27/Documentation/driver-model/ |
D | overview.txt | 29 management, and hot plug. In particular, the model dictated by Intel and
|
D | platform.txt | 59 Or, in common situations where the device is known not to be hot-pluggable,
|
/linux-4.1.27/Documentation/fmc/ |
D | carrier.txt | 307 expected to ever by in hot paths, and GPIO access so fare has only been 310 capabilities in the hot path, you should consider using the kernel's
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 6 significant power requirements (and hence get very hot), they
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 150 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 248 E.g. it can be one of critical, hot, passive, active[0-*] for ACPI 316 ACPI thermal zone may support multiple trip points like critical, hot,
|
D | intel_powerclamp.txt | 117 hot-plug.
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 98 the power to the card can be toggled, at least on hot-plug-capable 123 and if a PCI slot is hot-plugged. The former is performed by
|
/linux-4.1.27/include/asm-generic/ |
D | vmlinux.lds.h | 415 *(.text.hot) \
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pm3fb.c | 659 cursor->hot.x & 0x3f); in pm3fb_cursor() 661 cursor->hot.y & 0x3f); in pm3fb_cursor()
|
D | pm2fb.c | 1293 cursor->hot.x & 0x3f); in pm2vfb_cursor() 1295 cursor->hot.y & 0x3f); in pm2vfb_cursor()
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 15 Allocated at boot or memory hotplug. Freed at memory hot removal.
|
/linux-4.1.27/include/linux/ |
D | fb.h | 118 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 449 bool "Support NVRAM polling for hot keys" 454 the hot key press events. If you know your ThinkPad model does not 455 need to do NVRAM polling to support any of the hot keys you use,
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 556 As it is a tight loop, it benchmarks as hot cache. That's fine because 557 we care most about hot paths that are probably in cache already.
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 79 “hot-unpluggable”.
|
D | usb-serial.txt | 78 try resetting the device, first a hot reset, and then a cold reset if
|
D | power-management.txt | 562 WARNING: turning off a port may result in the inability to hot add a device.
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | viafbdev.c | 790 temp = (cursor->hot.x << 16) + cursor->hot.y; in viafb_cursor()
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 196 work for using KEXEC to have a hot kernel ready for doing a
|
/linux-4.1.27/Documentation/networking/ |
D | ixgbe.txt | 86 - Hot Swapping/hot plugging optical modules is not supported.
|
D | bonding.txt | 24 speaking, modes provide either hot standby or load balancing services.
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 146 via hot-plug, or any ISA multi-port serial cards.
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 254 bool "Support for hot-pluggable CPUs"
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig | 363 bool "Support for hot-pluggable CPUs"
|
/linux-4.1.27/Documentation/input/ |
D | joystick-parport.txt | 459 hot swapping should work (but is not recommended).
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 704 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 378 prompt "Support for hot-pluggable CPUs"
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 526 bool "Support for hot-pluggable CPUs"
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 309 * Added generic defines for hot spare pools and RAID
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 709 of hot per cpu pagelists. User can specify a number like 100 to allocate
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 254 bool "Support for hot-pluggable CPUs"
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 136 hot-pluggable implementations of operating-system functions [Appavoo03a]. 867 Use of RCU to enable hot-swapping for autonomic behavior in K42.
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 1048 bool "Support for hot-pluggable CPUs"
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1460 bool "Support for hot-pluggable CPUs"
|
/linux-4.1.27/init/ |
D | Kconfig | 1693 well in all environments. It organizes cache hot objects in
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 225 implement "hot" booting of a new kernel from a previous
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 2216 hot-plugging and the resultant slot conflict. For example, in the
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 426 In addition to using the Speakup hot keys to change such things as
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1928 bool "Support for hot-pluggable CPUs"
|