/linux-4.4.14/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 | 421 * 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 | 1433 will use a lot of power and make the system run hot. 1862 hot-unplug link recovery 2844 that hot-added devices will work. 2896 associated with PCIe ports (PME, hot-plug, AER). Use 3698 critical and hot trip points.
|
D | devices.txt | 438 221 = /dev/mvista/hssdsi Montavista PICMG hot swap system driver
|
/linux-4.4.14/drivers/video/console/ |
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_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_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.4.14/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.4.14/drivers/acpi/ |
D | thermal.c | 125 u8 hot:1; member 165 struct acpi_thermal_hot hot; member 335 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update() 339 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update() 340 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update() 343 tz->trips.hot.temperature)); in acpi_thermal_trips_update() 503 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points() 606 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type() 653 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp() 656 tz->trips.hot.temperature, in thermal_get_trip_temp() [all …]
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 431 int val, bool hot) in ti_bandgap_update_alert_threshold() argument 446 if (hot) in ti_bandgap_update_alert_threshold() 452 if (hot) in ti_bandgap_update_alert_threshold() 486 if (hot) in ti_bandgap_update_alert_threshold() 500 if (hot) in ti_bandgap_update_alert_threshold() 562 bool hot) in _ti_bandgap_write_threshold() argument 578 if (hot) { in _ti_bandgap_write_threshold() 594 ret = ti_bandgap_update_alert_threshold(bgp, id, adc_val, hot); in _ti_bandgap_write_threshold() 615 int *val, bool hot) in _ti_bandgap_read_threshold() argument 631 if (hot) in _ti_bandgap_read_threshold()
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adv7604.txt | 18 - hpd-gpios: References to the GPIOs that control the HDMI hot-plug 20 level that enables hot-plug detection.
|
/linux-4.4.14/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.4.14/arch/sparc/include/asm/ |
D | fbio.h | 63 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.4.14/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.4.14/Documentation/dmaengine/ |
D | pxa_dma.txt | 6 a) Transfers hot queuing 61 c) Transfers hot-chaining 86 - then hot-chaining cannot happen, as the channel must be stopped, the 125 - a driver submitted an aligned tx3 => tx3 is hot-chained
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | qcom-spmi-temp-alarm.txt | 47 type = "hot";
|
D | db8500-thermal.txt | 12 - tripN-type : type of trip point N, should be one of "active" "passive" "hot"
|
D | thermal.txt | 99 "hot": A trip point to notify emergency
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/sparc/include/uapi/asm/ |
D | fbio.h | 100 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.4.14/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.4.14/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.4.14/include/uapi/linux/ |
D | fb.h | 391 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.4.14/Documentation/hwmon/ |
D | adm1275 | 31 ADM1075, ADM1275, ADM1276, ADM1293, and ADM1294 are hot-swap controllers that
|
/linux-4.4.14/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.4.14/Documentation/i2c/busses/ |
D | i2c-ali15x3 | 107 gets hot, for example under heavy CPU load, or in the summer.
|
/linux-4.4.14/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.4.14/drivers/staging/fsl-mc/ |
D | README.txt | 118 the ability to hot plug/unplug objects in and out of the DPRC. 319 and handles interrupts for container events such as hot plug.
|
/linux-4.4.14/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.4.14/drivers/usb/ |
D | Kconfig | 49 and allows for hot swapping. Up to 127 USB peripherals can be
|
/linux-4.4.14/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.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 130 c) DMA hot chaining timeslice issue
|
/linux-4.4.14/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 538 - Warm node contains direct node blocks except hot node blocks. 541 - Warm data contains data blocks except hot and cold data blocks
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 150 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 6 significant power requirements (and hence get very hot), they
|
/linux-4.4.14/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.4.14/include/asm-generic/ |
D | vmlinux.lds.h | 425 *(.text.hot .text .text.fixup .text.unlikely) \
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pm3fb.c | 652 cursor->hot.x & 0x3f); in pm3fb_cursor() 654 cursor->hot.y & 0x3f); in pm3fb_cursor()
|
D | pm2fb.c | 1286 cursor->hot.x & 0x3f); in pm2vfb_cursor() 1288 cursor->hot.y & 0x3f); in pm2vfb_cursor()
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 15 Allocated at boot or memory hotplug. Freed at memory hot removal.
|
/linux-4.4.14/include/linux/ |
D | fb.h | 118 struct fbcurpos hot; /* cursor hot spot */ member
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 271 E.g. it can be one of critical, hot, passive, active[0-*] for ACPI 407 ACPI thermal zone may support multiple trip points like critical, hot,
|
D | intel_powerclamp.txt | 117 hot-plug.
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 474 bool "Support NVRAM polling for hot keys" 479 the hot key press events. If you know your ThinkPad model does not 480 need to do NVRAM polling to support any of the hot keys you use,
|
/linux-4.4.14/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.4.14/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 | 574 WARNING: turning off a port may result in the inability to hot add a device.
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | viafbdev.c | 790 temp = (cursor->hot.x << 16) + cursor->hot.y; in viafb_cursor()
|
/linux-4.4.14/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.4.14/drivers/thermal/ |
D | Kconfig | 331 hot & critical. The critical trip point default value is set by
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 205 work for using KEXEC to have a hot kernel ready for doing a
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 146 via hot-plug, or any ISA multi-port serial cards.
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 254 bool "Support for hot-pluggable CPUs"
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 340 bool "Support for hot-pluggable CPUs"
|
/linux-4.4.14/Documentation/input/ |
D | joystick-parport.txt | 459 hot swapping should work (but is not recommended).
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 705 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 386 prompt "Support for hot-pluggable CPUs"
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 500 bool "Support for hot-pluggable CPUs"
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 309 * Added generic defines for hot spare pools and RAID
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 709 of hot per cpu pagelists. User can specify a number like 100 to allocate
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 254 bool "Support for hot-pluggable CPUs"
|
/linux-4.4.14/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.4.14/arch/arm/ |
D | Kconfig | 1476 bool "Support for hot-pluggable CPUs"
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 1102 bool "Support for hot-pluggable CPUs"
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 225 implement "hot" booting of a new kernel from a previous
|
/linux-4.4.14/init/ |
D | Kconfig | 1724 well in all environments. It organizes cache hot objects in
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 2216 hot-plugging and the resultant slot conflict. For example, in the
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 426 In addition to using the Speakup hot keys to change such things as
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1953 bool "Support for hot-pluggable CPUs"
|