/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | conf.h | 110 * during BT voice/ACL link. 118 * during BT voice 126 * during BT A2DP 134 * during BT A2DP BR 142 * during BT A2DP EDR 150 * during BT voice 191 * RX guard time before the beginning of a new BT voice frame during 199 * TX guard time before the beginning of a new BT voice frame during 225 * The used WLAN legacy service period during active BT ACL link 232 * The used WLAN UPSD service period during active BT ACL link
|
/linux/Documentation/power/ |
H A D | suspend-and-cpuhotplug.rst | 94 execution during resume): 156 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen' 157 argument. But during suspend, since the tasks are already frozen by the time 206 In the current design of the kernel, whenever a CPU is taken offline during 226 d. Handling microcode update during suspend/hibernate: 228 Strictly speaking, during a CPU hotplug operation which does not involve 230 off during a CPU offline. They are just put to the lowest C-states possible. 233 image during the CPU offline operation. 235 This is the usual scenario encountered during a resume after a suspend. 237 powered off, during restore it becomes necessary to apply the microcode [all …]
|
H A D | suspend-and-interrupts.rst | 12 Device interrupt request lines (IRQs) are generally disabled during system 29 Device IRQs are re-enabled during system resume, right before the "early" phase 37 There are interrupts that can legitimately trigger during the entire system 39 devices as well as during the time when nonboot CPUs are taken offline and 46 expected during the suspend-resume cycle, but does not guarantee that the 67 during system sleep so as to trigger a system wakeup when needed. For example, 83 re-enabled by resume_device_irqs() during the subsequent system resume. Also
|
/linux/Documentation/driver-api/firmware/ |
H A D | firmware_cache.rst | 6 re-initialize devices. During resume there may be a period of time during which 7 firmware lookups are not possible, during this short period of time firmware 14 The firmware cache makes using certain firmware API calls safe during a device 16 the firmware by themselves for dealing with firmware loss during system resume. 44 as the firmware cache is set up during suspend, the timeout is set back to
|
/linux/sound/soc/sof/xtensa/ |
H A D | core.c | 30 "Processor internal physical address or data error during instruction fetch"}, 32 "Processor internal physical address or data error during load or store"}, 43 "PIF data error during instruction fetch"}, 45 "Synchronous PIF data error during LoadStore access"}, 47 "PIF address error during instruction fetch"}, 49 "Synchronous PIF address error during LoadStore access"}, 50 {16, "InstTLBMissCause", "Error during Instruction TLB refill"}, 58 "Error during TLB refill for a load or store"},
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-firewire | 7 Read-only. Mutable during the node device's lifetime. 26 Read-only. Mutable during the node device's lifetime. 60 Read-only. Immutable during the unit device's lifetime. 78 Read-only. Mutable during the node device's lifetime. 79 Immutable during the unit device's lifetime. 126 Read-only attribute, immutable during the target's lifetime.
|
/linux/include/linux/ |
H A D | sysv_fs.h | 39 char s_flock; /* lock during free block list manipulation */ 40 char s_ilock; /* lock during inode cache manipulation */ 80 char s_flock; /* lock during free block list manipulation */ 81 char s_ilock; /* lock during inode cache manipulation */ 109 char s_flock; /* lock during free block list manipulation */ 110 char s_ilock; /* lock during inode cache manipulation */ 139 char s_flock; /* lock during free block list manipulation */ 140 char s_ilock; /* lock during inode cache manipulation */ 177 char s_flock; /* lock during free block list manipulation */ 178 char s_ilock; /* lock during inode cache manipulation */
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_irq.h | 36 * This function should be called exactly once - during DM initialization. 47 * This function should be called exactly once - during DM destruction. 90 * amdgpu_dm_irq_suspend - disable ASIC interrupt during suspend. 96 * amdgpu_dm_irq_resume_early - enable HPDRX ASIC interrupts during resume. 97 * amdgpu_dm_irq_resume - enable ASIC interrupt during resume.
|
/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 224 check during multicast routing 243 failure during decapsulation (e.g., packet being too short, reserved 251 - Traps packets dropped during processing of ingress flow action drop 254 - Traps packets dropped during processing of egress flow action drop 402 - Traps packets sampled during processing of flow action sample (e.g., via 406 - Traps packets logged during processing of flow action trap (e.g., via 529 - Contains packet traps for packets that were dropped by the device during 532 - Contains packet traps for packets that were dropped by the device during 536 error) during layer 3 forwarding 541 - Contains packet traps for packets that were dropped by the device during [all …]
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 332 FCOE_TASK_TX_STATE_ABTS /* Updated by TX path during abort procedure */, 333 /* Updated by TX path during exchange cleanup procedure */ 336 * Updated by TX path during exchange cleanup continuation task 340 /* Updated by TX path during exchange cleanup first xfer procedure */ 342 /* Updated by TX path during exchange cleanup read task in Target */ 344 /* Updated by TX path during target exchange cleanup procedure */ 346 /* Updated by TX path during sequence recovery procedure */
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.h | 54 #define GREG_STAT_RXERR 0x00040000 /* Error during receive dma */ 55 #define GREG_STAT_RXLATERR 0x00080000 /* Late error during receive dma */ 56 #define GREG_STAT_RXPERR 0x00100000 /* Parity error during receive dma */ 57 #define GREG_STAT_RXTERR 0x00200000 /* Tag error during receive dma */ 62 #define GREG_STAT_TXEACK 0x04000000 /* Error during transmit dma */ 63 #define GREG_STAT_TXLERR 0x08000000 /* Late error during transmit dma */ 64 #define GREG_STAT_TXPERR 0x10000000 /* Parity error during transmit dma */ 65 #define GREG_STAT_TXTERR 0x20000000 /* Tag error during transmit dma */ 91 #define GREG_IMASK_RXERR 0x00040000 /* Error during receive dma */ 92 #define GREG_IMASK_RXLATERR 0x00080000 /* Late error during receive dma */ [all …]
|
/linux/drivers/acpi/acpica/ |
H A D | dswload.c | 98 * DESCRIPTION: Descending callback used during the loading of ACPI tables. 218 * Allow scope change to root during execution of module-level in acpi_ds_load1_begin_op() 219 * code. Root is typed METHOD during this time. in acpi_ds_load1_begin_op() 271 * during the load phase, only during execution. in acpi_ds_load1_begin_op() 391 * DESCRIPTION: Ascending callback used during the loading of the namespace, 422 * This earlier creation during disassembly solves this issue by inserting in acpi_ds_load1_end_op() 445 * during the load phase, only during execution. in acpi_ds_load1_end_op() 460 * during the load phase, only during execution. in acpi_ds_load1_end_op() 539 * during the load phase, only during execution. in acpi_ds_load1_end_op()
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | rs485.yaml | 50 rs485-rx-during-tx: 58 rs485-rx-during-tx-gpios: 59 description: Output GPIO pin that sets the state of rs485-rx-during-tx. This 61 the active state enables RX during TX.
|
/linux/drivers/edac/ |
H A D | mce_amd.c | 61 "UC during a demand linefill from L2", 62 "Parity error during data load from IC", 69 "Tag error during probe/victimization", 104 "Invalid GART PTE entry during GART table walk", 155 pr_cont("during L1 linefill from L2.\n"); in f12h_mc0_mce() 167 pr_cont("during data scrub.\n"); in f10h_mc0_mce() 176 pr_cont("during system linefill.\n"); in k8_mc0_mce() 203 pr_cont("Tag parity error during snoop.\n"); in cat_mc0_mce() 247 pr_cont("UC error during a linefill from L2/NB.\n"); in f15h_mc0_mce() 318 pr_cont("during a linefill from L2.\n"); in k8_mc1_mce() [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max77802.yaml | 30 support changing their mode to Low Power Mode during suspend. These 44 mode during normal operation. 53 Mode during suspend). 65 Mode during suspend).
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-flakey.rst | 39 If no feature parameters are present, during the periods of 55 During <down interval>, replace <Nth_byte> of the data of 71 During <down interval>, replace random byte in a read bio 76 During <down interval>, replace random byte in a write bio
|
/linux/include/linux/phy/ |
H A D | phy-mipi-dphy.h | 64 * Time interval, in picoseconds, during which the HS receiver 148 * Time interval, in picoseconds, during which the HS receiver 160 * Time interval, in picoseconds, during which the HS-RX 214 * Bridge state (LP-00) after accepting control during a Link 225 * Bridge state (LP-00) before releasing control during a Link 237 * (LP-00) during a Link Turnaround.
|
/linux/drivers/net/ethernet/apple/ |
H A D | bmac.h | 69 # define RxDMAError 0x00040000 /* Error during receive DMA */ 71 # define RxParityErr 0x00100000 /* Parity error during receive DMA */ 72 # define RxTagError 0x00200000 /* Tag error during receive DMA */ 77 # define TxDMAError 0x04000000 /* Error during transmit DMA */ 78 # define TxDMALateError 0x08000000 /* Late error during transmit DMA */ 79 # define TxParityError 0x10000000 /* Parity error during transmit DMA */ 80 # define TxTagError 0x20000000 /* Tag error during transmit DMA */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-numa | 9 Description: Enable/disable demoting pages during reclaim 11 Page migration during reclaim is intended for systems 16 Allowing page migration during reclaim enables these
|
/linux/net/ipv4/ |
H A D | tcp_vegas.c | 19 * only every-other RTT during slow start, we increase during 20 * every RTT during slow start, just like Reno. 21 * o Largely to allow continuous cwnd growth during slow start, 27 * minimum RTT sample observed during the last RTT to calculate 68 * Instead we must wait until the completion of an RTT during 126 /* Find the min RTT during the last RTT to find in tcp_vegas_pkts_acked() 207 * calculations. This is the min RTT seen during the in tcp_vegas_cong_avoid()
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | iqs626a.yaml | 42 Specifies the power mode during suspend as follows: 64 updated during ultra-low-power mode as follows: 130 description: Specifies the report rate (in ms) during normal-power mode. 136 description: Specifies the report rate (in ms) during low-power mode. 143 description: Specifies the report rate (in ms) during ultra-low-power mode. 181 manually triggered during initialization. 268 Specifies the bias current applied during projected-capacitance 306 Specifies the raw count filter strength during normal-power mode (ULP 314 Specifies the raw count filter strength during low-power mode (ULP and 322 Specifies the long-term average filter strength during normal-power [all …]
|
/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 94 kidle_inject/cpu. During idle injection, it runs monitor/mwait idle 98 The NOHZ schedule tick is disabled during idle time, but interrupts 144 During scalability testing, it is observed that synchronized actions 164 When an excessive amount of wakeups occurs during idle, an 206 Calibration occurs during runtime. No offline method is available. 210 collected during a period without extra interrupts is considered 213 To compensate for excessive amounts of wakeup during idle, additional 237 percent. As mentioned earlier, since interrupts are allowed during 248 with the changes. During this time, idle injection is out of sync,
|
/linux/drivers/platform/x86/amd/pmc/ |
H A D | Kconfig | 28 information about the system execution during S2Idle suspend/resume. 31 any hangs/stalls during S2Idle suspend/resume. 35 during S2Idle suspend/resume.
|
/linux/kernel/time/ |
H A D | timer_migration.h | 24 * information during setup 45 * @level: Hierarchy level of the group; Required during setup 54 * @groupmask: mask of the group in the parent group; is set during 57 * tmigr_level_list; is required during setup when a 85 * reached. During this phase, the CPU has to handle the
|
/linux/drivers/firewire/ |
H A D | Kconfig | 29 KUnit tests run during boot and output the results to the debug 45 KUnit tests run during boot and output the results to the debug 61 KUnit tests run during boot and output the results to the debug 76 KUnit tests run during boot and output the results to the debug 103 KUnit tests run during boot and output the results to the debug
|