/Linux-v6.1/arch/arm64/kvm/hyp/ |
D | exception.c | 124 // PSTATE.UAO is set to zero upon any exception to AArch64 in enter_exception64() 134 // PSTATE.SS is set to zero upon any exception to AArch64 in enter_exception64() 137 // PSTATE.IL is set to zero upon any exception to AArch64 in enter_exception64() 140 // PSTATE.SSBS is set to SCTLR_ELx.DSSBS upon any exception to AArch64 in enter_exception64() 145 // PSTATE.BTYPE is set to zero upon any exception to AArch64 in enter_exception64() 191 // CPSR.IT[7:0] are set to zero upon any exception in get_except32_cpsr() 197 // CPSR.SSBS is set to SCTLR.DSSBS upon any exception in get_except32_cpsr() 211 // CPSR.IL is set to zero upon any exception in get_except32_cpsr() 216 // CPSR.IT[7:0] are set to zero upon any exception in get_except32_cpsr() 219 // CPSR.E is set to SCTLR.EE upon any exception in get_except32_cpsr() [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/bufq/interface/ |
D | ia_css_bufq.h | 81 * @return 0 or error code upon error. 95 * @return 0 or error code upon error. 109 * @return 0 or error code upon error. 123 * @return 0 or error code upon error. 135 * @return 0 or error code upon error. 146 * @return 0 or error code upon error. 156 * @return 0 or error code upon error. 165 * @return 0 or error code upon error.
|
/Linux-v6.1/include/net/caif/ |
D | cfpkt.h | 31 * @return zero on success and error code upon failure 69 * @return zero on success and error code upon failure 79 * @return zero on success and error code upon failure 90 * @return zero on success and error code upon failure 101 * @return zero on success and error code upon failure 111 * @return zero on success and error code upon failure 120 * @return zero on success and error code upon failure 130 * @return zero on success and error code upon failure
|
/Linux-v6.1/include/linux/sunrpc/ |
D | rpc_rdma.h | 167 * @handle: Upon return, the RDMA handle 168 * @length: Upon return, the RDMA length 169 * @offset: Upon return, the RDMA offset 185 * @position: Upon return, the segment's position 186 * @handle: Upon return, the RDMA handle 187 * @length: Upon return, the RDMA length 188 * @offset: Upon return, the RDMA offset
|
/Linux-v6.1/arch/arm/mach-omap2/ |
D | powerdomain.c | 87 * already registered by the provided name, or 0 upon success. 296 * registered, or 0 upon success. 319 * null; or 0 upon success. 362 * pwrdm_register_pwrdms(), or 0 upon success. 463 * or 0 upon success. 527 * upon success. 559 * upon success. 580 * upon success. Note that if the power domain only supports the ON state 605 * upon success. 621 * pwrdm_set_logic_retst - set powerdomain logic power state upon retention [all …]
|
D | clockdomain.c | 71 * already registered by the provided name, or 0 upon success. 189 * -ENOENT if @clkdm2 cannot wake up clkdm1 in hardware, or 0 upon 233 * 0 upon success. 278 * hardware, or 0 upon success. 323 * 0 upon success. 368 * registered, or 0 upon success. 391 * null; or 0 upon success. 431 * autodeps have already been registered, or 0 upon success. 475 * before clkdm_register_clkdms(), or 0 upon success. 590 * -ENOENT if @clkdm2 cannot wake up clkdm1 in hardware, or 0 upon [all …]
|
D | cm_common.c | 48 * via the @prcm_inst and @idlest_reg_id. Returns -EINVAL upon error, 49 * or 0 upon success. XXX This function is only needed until absolute 76 * (@prcm_mod, @idlest_id, @idlest_shift) is clocked. Return 0 upon 103 * 0 upon success, -EBUSY if the module doesn't enable in time, or 128 * making its IO space accessible. Return 0 upon success, -EINVAL if no 150 * makings its IO space inaccessible. Return 0 upon success, -EINVAL if 182 * it returns successfully. Returns 0 upon success, -EINVAL if @cld 206 * this function returns successfully. Returns 0 upon success, or
|
D | prminst44xx.c | 97 * -EINVAL upon parameter error. 120 * place the submodule into reset. Returns 0 upon success or -EINVAL 121 * upon an argument error. 148 * that the reset has completed before returning. Returns 0 upon success or 149 * -EINVAL upon an argument error, -EEXIST if the submodule was already out
|
D | omap_hwmod.c | 83 * devices upon boot. The goal here is for the kernel to be 268 * OCP_SYSCONFIG register or 0 upon success. 330 * upon error or 0 upon success. 363 * hwmod. Does not write to the hardware. Returns -EINVAL upon error 364 * or 0 upon success. 397 * not write to the hardware. Returns -EINVAL upon error or 0 upon 428 * Set the SOFTRESET bit in @v for hwmod @oh. Returns -EINVAL upon 429 * error or 0 upon success. 456 * Clear the SOFTRESET bit in @v for hwmod @oh. Returns -EINVAL upon 457 * error or 0 upon success. [all …]
|
/Linux-v6.1/include/linux/ |
D | nvme-fc-driver.h | 48 * @done: The callback routine the LLDD is to invoke upon completion of 50 * request structure. Status argument must be 0 upon success, a 92 * Upon completion of the LS response transmit, the LLDD will pass the 94 * allowing the transport release dma resources. Upon completion of 105 * to be called upon completion of the transmit. The transport layer 113 * @done: The callback routine the LLDD is to invoke upon completion of 189 * @done: The callback routine the LLDD is to invoke upon completion of 203 * @status: Completion status of the FCP operation. must be 0 upon success, 204 * negative errno value upon failure (ex: -EIO). Note: this is 350 * asynchronous. This routine is called upon the completion of the [all …]
|
D | hwspinlock.h | 36 * that is agreed upon, otherwise remote processors can't possibly assume 174 * Upon a successful return from this function, preemption and local 195 * Upon a successful return from this function, preemption and local 250 * Upon a successful return from this function, preemption is disabled, 273 * Upon a successful return from this function, preemption and local interrupts 296 * Upon a successful return from this function, preemption and local interrupts 364 * Upon a successful return from this function, preemption is disabled
|
/Linux-v6.1/Documentation/hwmon/ |
D | nct6775.rst | 25 Datasheet: Available from Nuvoton upon request 33 Datasheet: Available from Nuvoton upon request 41 Datasheet: Available from Nuvoton upon request 49 Datasheet: Available from Nuvoton upon request 57 Datasheet: Available from Nuvoton upon request 65 Datasheet: Available from Nuvoton upon request 73 Datasheet: Available from Nuvoton upon request 81 Datasheet: Available from Nuvoton upon request
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ |
D | ia_css_pipeline.h | 97 * @return 0 or error code upon error. 130 * @return 0 or error code upon error. 156 * @return 0 or error code upon error. 180 * @return 0 or error code upon error. 193 * @return 0 or error code upon error. 207 * @return 0 or error code upon error. 218 * @return 0 or error code upon error.
|
/Linux-v6.1/lib/crypto/ |
D | Kconfig | 24 This symbol can be depended upon by arch implementations of the 41 This symbol can be depended upon by arch implementations of the 66 This symbol can be depended upon by arch implementations of the 102 This symbol can be depended upon by arch implementations of the
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/camera/util/interface/ |
D | ia_css_util.h | 39 * @return 0 or error code upon error. 49 * @return 0 or error code upon error. 61 * @return 0 or error code upon error. 72 * @return 0 or error code upon error.
|
/Linux-v6.1/include/uapi/drm/ |
D | tegra_drm.h | 45 * The handle of the created GEM object. Set by the kernel upon 72 * The mmap offset for the given GEM object. Set by the kernel upon 92 * The current syncpoint value. Set by the kernel upon successful 145 * The new syncpoint value after the wait. Set by the kernel upon 174 * The application context of this channel. Set by the kernel upon 216 * The ID of the given syncpoint. Set by the kernel upon successful 245 * by the kernel upon successful completion of the IOCTL. 493 * has been completed. Set by the kernel upon successful completion of 568 * the kernel upon successful completion of the IOCTL. 576 * Set by the kernel upon successful completion of the IOCTL. [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | membarrier.h | 35 * Upon return from system call, the caller thread 47 * Upon return from system call, the caller thread 68 * thread. Upon return from system call, the 93 * the caller thread, upon return from system 118 * Ensure the caller thread, upon return from
|
/Linux-v6.1/Documentation/watchdog/ |
D | hpwdt.rst | 42 kdumptimeout Minimum timeout in seconds to apply upon receipt of an NMI 58 Upon receipt of an NMI from the iLO, the hpwdt driver will initiate a 60 upon the user to have properly configured the system for kdump. 62 The default Linux kernel behavior upon panic is to print a kernel tombstone
|
/Linux-v6.1/drivers/clk/ti/ |
D | dpll44xx.c | 82 * Calculates if low-power mode can be enabled based upon the last 85 * last_rounded_lpmode variable. This implementation is based upon the 111 * upon success, or 0 upon error. 146 * M-dividers) upon success, -EINVAL if @clk is null or not a DPLL, or
|
/Linux-v6.1/Documentation/powerpc/ |
D | cxlflash.rst | 143 driver. Upon successful open, the user receives a file descriptor 254 LUN and will fail if invoked upon a LUN that is not in virtual 255 mode. Upon success, an updated last LBA is returned to the user 275 DK_CXLFLASH_USER_VIRTUAL ioctls. Upon success, the resource handle 287 not explicitly released via the DK_CXLFLASH_RELEASE ioctl. Upon 300 forks. Upon success, the child process (which invoked the ioctl) 348 is re-established upon successful recovery. 352 by seeing all 0xF's on an MMIO read. Upon encountering this, the 397 the target port to host the LUN and a desired size in 4K blocks. Upon 406 target port and LUN ID. Upon success, the LUN geometry associated with [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/ |
D | error-dump.h | 506 * @FW_DBG_TRIGGER_CHANNEL_SWITCH: trigger log collection upon channel switch. 509 * @FW_DBG_TRIGGER_MLME: trigger log collection upon MLME event. 510 * @FW_DBG_TRIGGER_STATS: trigger log collection upon statistics threshold. 515 * @FW_DBG_TRIGGER_TIME_EVENT: trigger log collection upon time events related 517 * @FW_DBG_TRIGGER_BA: trigger log collection upon BlockAck related events. 520 * @FW_DBG_TDLS: trigger log collection upon TDLS related events. 521 * @FW_DBG_TRIGGER_TX_STATUS: trigger log collection upon tx status when 524 * @FW_DBG_TRIGGER_DRIVER: trigger log collection upon a flow failure
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 44 which will be ORed into PMCDR upon suspend, and cleared from PMCDR 45 upon resume. The first two cells are as described for fsl,mpc8578-pmc. 52 hardware does not have DEVDISR2) upon a request for permanent device
|
/Linux-v6.1/Documentation/locking/ |
D | hwspinlock.rst | 95 Upon a successful return from this function, preemption is disabled so 111 Upon a successful return from this function, preemption and the local 127 Upon a successful return from this function, preemption is disabled, 178 Upon a successful return from this function, preemption is disabled so 195 Upon a successful return from this function, preemption and the local 211 Upon a successful return from this function, preemption is disabled, 268 Upon a successful return from this function, preemption and local 280 Upon a successful return from this function, preemption is reenabled,
|
/Linux-v6.1/drivers/clk/analogbits/ |
D | wrpll-cln28hpc.c | 81 * or a negative return code upon error. 146 * upon success, or 0 upon error (since 0 is an invalid DIVQ value) 184 * Returns: 0 upon success or -ERANGE if the reference clock rate is 223 * Return: 0 upon success; anything else upon failure.
|
/Linux-v6.1/Documentation/security/ |
D | credentials.rst | 13 object acts upon another: 17 Objects are things in the system that may be acted upon directly by 48 carried out when an object is acted upon. 52 A subject is an object that is acting upon another object. 60 given to it by a task that called ``fcntl(F_SETOWN)`` upon it. In this case, 71 group list for when it is acting upon a file - which are quite separate 77 Linux has a number of actions available that a subject may perform upon an 86 When a subject acts upon an object, a security calculation is made. This 224 to the server, regardless of who is actually doing a read or a write upon it.
|