| /kernel/liteos_a/kernel/include/ |
| D | los_queue.h | 143 * Queue error code: The queue cannot be written during an interrupt when the time for waiting to 174 * Queue error code: Parameters passed in during queue creation are null pointers. 184 * Queue error code: The queue length or message node size passed in during queue creation is 0. 204 * Queue error code: The pointer passed in during queue reading is null. 214 * Queue error code: The buffer size passed in during queue reading is too small or too big. 224 * Queue error code: The pointer passed in during queue writing is null. 234 * Queue error code: The buffer size passed in during queue writing is 0. 244 * Queue error code: The buffer size passed in during queue writing is bigger than the queue size. 254 * Queue error code: No free node is available during queue writing. 274 * Queue error code: The queue cannot be read during an interrupt [all …]
|
| /kernel/liteos_m/kernel/include/ |
| D | los_queue.h | 143 * Queue error code: The queue cannot be written during an interrupt when the time for waiting to 174 * Queue error code: Parameters passed in during queue creation are null pointers. 184 * Queue error code: The queue length or message node size passed in during queue creation is 0. 204 * Queue error code: The pointer passed in during queue reading is null. 214 * Queue error code: The buffer size passed in during queue reading is 0. 224 * Queue error code: The pointer passed in during queue writing is null. 234 * Queue error code: The buffer size passed in during queue writing is 0. 244 * Queue error code: The buffer size passed in during queue writing is bigger than the queue size. 254 * Queue error code: No free node is available during queue writing. 274 * Queue error code: The queue cannot be read during an interrupt [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
| 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
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ti/wl12xx/ |
| D | conf.h | 124 * during BT voice/ACL link. 132 * during BT voice 140 * during BT A2DP 148 * during BT A2DP BR 156 * during BT A2DP EDR 164 * during BT voice 205 * RX guard time before the beginning of a new BT voice frame during 213 * TX guard time before the beginning of a new BT voice frame during 239 * The used WLAN legacy service period during active BT ACL link 246 * The used WLAN UPSD service period during active BT ACL link
|
| /kernel/linux/linux-4.19/Documentation/power/ |
| D | suspend-and-cpuhotplug.txt | 89 execution during resume): 147 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen' 148 argument. But during suspend, since the tasks are already frozen by the time 196 In the current design of the kernel, whenever a CPU is taken offline during 216 d. Handling microcode update during suspend/hibernate: 218 Strictly speaking, during a CPU hotplug operation which does not involve 220 off during a CPU offline. They are just put to the lowest C-states possible. 223 image during the CPU offline operation. 225 This is the usual scenario encountered during a resume after a suspend. 227 powered off, during restore it becomes necessary to apply the microcode [all …]
|
| D | suspend-and-interrupts.txt | 10 Device interrupt request lines (IRQs) are generally disabled during system 27 Device IRQs are re-enabled during system resume, right before the "early" phase 35 There are interrupts that can legitimately trigger during the entire system 37 devices as well as during the time when nonboot CPUs are taken offline and 44 expected during the suspend-resume cycle, but does not guarantee that the 65 during system sleep so as to trigger a system wakeup when needed. For example, 81 re-enabled by resume_device_irqs() during the subsequent system resume. Also
|
| /kernel/linux/linux-5.10/Documentation/driver-api/firmware/ |
| 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
|
| /kernel/linux/linux-4.19/Documentation/driver-api/firmware/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/power/ |
| 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 …]
|
| /kernel/linux/linux-5.10/sound/soc/sof/xtensa/ |
| 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"},
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/Drivers/ |
| D | gd32vf103_dbg.c | 52 \arg DBG_LOW_POWER_SLEEP: keep debugger connection during sleep mode 53 \arg DBG_LOW_POWER_DEEPSLEEP: keep debugger connection during deepsleep mode 54 \arg DBG_LOW_POWER_STANDBY: keep debugger connection during standby mode 67 \arg DBG_LOW_POWER_SLEEP: donot keep debugger connection during sleep mode 68 \arg DBG_LOW_POWER_DEEPSLEEP: donot keep debugger connection during deepsleep mode 69 \arg DBG_LOW_POWER_STANDBY: donot keep debugger connection during standby mode
|
| /kernel/linux/linux-4.19/Documentation/ABI/stable/ |
| D | sysfs-bus-firewire | 7 Read-only. Mutable during the node device's lifetime. 26 Read-only. Mutable during the node device's lifetime. 59 Read-only. Immutable during the unit device's lifetime. 77 Read-only. Mutable during the node device's lifetime. 78 Immutable during the unit device's lifetime. 125 Read-only attribute, immutable during the target's lifetime.
|
| /kernel/linux/linux-5.10/Documentation/ABI/stable/ |
| 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.
|
| /kernel/linux/linux-5.10/arch/arm/plat-omap/ |
| D | Kconfig | 43 by default during system init via the enable_on_init flag 56 bool "Reset unused clocks during boot" 59 Say Y if you want to reset unused clocks during boot. 82 support for no tick during idle. The 32KHz timer provides less 97 lost during off-mode entry on HS/EMU devices. This feature
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| 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. 89 * amdgpu_dm_irq_suspend - disable ASIC interrupt during suspend. 95 * amdgpu_dm_irq_resume_early - enable HPDRX ASIC interrupts during resume. 96 * amdgpu_dm_irq_resume - enable ASIC interrupt during resume.
|
| /kernel/linux/linux-4.19/arch/arm/plat-omap/ |
| D | Kconfig | 43 by default during system init via the enable_on_init flag 56 bool "Reset unused clocks during boot" 59 Say Y if you want to reset unused clocks during boot. 82 support for no tick during idle. The 32KHz timer provides less 98 lost during off-mode entry on HS/EMU devices. This feature
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| 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. 89 * amdgpu_dm_irq_suspend - disable ASIC interrupt during suspend. 95 * amdgpu_dm_irq_resume_early - enable HPDRX ASIC interrupts during resume. 96 * amdgpu_dm_irq_resume - enable ASIC interrupt during resume.
|
| /kernel/linux/linux-4.19/include/linux/ |
| 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 */
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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 */
|
| /kernel/linux/linux-5.10/sound/soc/sof/ |
| D | pm.c | 16 * Helper function to determine the target DSP state during 43 /* This case would be during runtime suspend */ in snd_sof_dsp_power_target() 172 "error: ctx_restore ipc error during resume %d\n", in sof_resume() 194 /* set restore_stream for all streams during system suspend */ in sof_suspend() 199 "error: setting hw_params flag during suspend %d\n", in sof_suspend() 215 /* cache debugfs contents during runtime suspend */ in sof_suspend() 227 "error: ctx_save ipc error during suspend %d\n", in sof_suspend() 250 "error: failed to power down DSP during suspend %d\n", in sof_suspend()
|
| /kernel/linux/linux-4.19/drivers/scsi/qedf/ |
| D | qedf_hsi.h | 335 FCOE_TASK_TX_STATE_ABTS /* Updated by TX path during abort procedure */, 336 /* Updated by TX path during exchange cleanup procedure */ 339 * Updated by TX path during exchange cleanup continuation task 343 /* Updated by TX path during exchange cleanup first xfer procedure */ 345 /* Updated by TX path during exchange cleanup read task in Target */ 347 /* Updated by TX path during target exchange cleanup procedure */ 349 /* Updated by TX path during sequence recovery procedure */
|
| /kernel/linux/linux-5.10/drivers/scsi/qedf/ |
| 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 */
|
| /kernel/linux/linux-5.10/Documentation/networking/devlink/ |
| 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 509 - Contains packet traps for packets that were dropped by the device during 512 - Contains packet traps for packets that were dropped by the device during 516 error) during layer 3 forwarding 521 - Contains packet traps for packets that were dropped by the device during [all …]
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/ |
| D | gd32vf103_dbg.h | 54 #define DBG_CTL_SLP_HOLD BIT(0) /*!< keep debugger connection during sl… 55 #define DBG_CTL_DSLP_HOLD BIT(1) /*!< keep debugger connection during de… 56 #define DBG_CTL_STB_HOLD BIT(2) /*!< keep debugger connection during st… 91 #define DBG_LOW_POWER_SLEEP DBG_CTL_SLP_HOLD /*!< keep debugger connection during sl… 92 #define DBG_LOW_POWER_DEEPSLEEP DBG_CTL_DSLP_HOLD /*!< keep debugger connection during de… 93 #define DBG_LOW_POWER_STANDBY DBG_CTL_STB_HOLD /*!< keep debugger connection during st…
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
| 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 …]
|