/kernel/uniproton/src/core/kernel/irq/ |
D | prt_irq_internal.h | 58 struct TagHwiHandleForm *form; // 私有中断时为指向私有form数组的指针 member 97 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiFuncSet() local 99 form->hook = hook; in OsHwiFuncSet() 105 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiParaSet() local 107 form->param = arg; in OsHwiParaSet() 115 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiFuncGet() local 117 return form->hook; in OsHwiFuncGet() 123 struct TagHwiHandleForm *form = OsHwiHandleFormGet(irqNum); in OsHwiParaGet() local 125 return form->param; in OsHwiParaGet() 134 struct TagHwiHandleForm *form = NULL; in OsHwiHandleActive() local [all …]
|
/kernel/linux/linux-5.10/LICENSES/dual/ |
D | Apache-2.0 | 41 "Source" form shall mean the preferred form for making modifications, 45 "Object" form shall mean any form resulting from mechanical transformation 46 or translation of a Source form, including but not limited to compiled 49 "Work" shall mean the work of authorship, whether in Source or Object form, 54 "Derivative Works" shall mean any work, whether in Source or Object form, 67 purposes of this definition, "submitted" means any form of electronic, 85 in Source or Object form. 104 and in Source or Object form, provided that You meet the following 113 c. You must retain, in the Source form of any Derivative Works that You 115 from the Source form of the Work, excluding those notices that do not [all …]
|
D | CDDL-1.0 | 32 1.4. "Executable" means the Covered Software in any form other than 48 1.9. "Modifications" means the Source Code and Executable form of 61 1.10. "Original Software" means the Source Code and Executable form 70 1.12. "Source Code" means (a) the common form of computer software 161 available in Executable form must also be made available in Source 162 Code form and that Source Code form must be distributed only under 164 with every copy of the Source Code form of the Covered Software You 166 of any such Covered Software in Executable form as to how they can 167 obtain such Covered Software in Source Code form in a reasonable 191 Source Code form that alters or restricts the applicable version of [all …]
|
/kernel/linux/linux-5.10/lib/reed_solomon/ |
D | decode_rs.c | 48 /* The syndrome is in index form, 59 /* form the syndromes; i.e., evaluate data(x) at roots of 91 /* Convert syndromes to index form, checking for nonzero condition */ 135 /* Compute discrepancy at the r-th step in poly-form */ 145 discr_r = index_of[discr_r]; /* Index form */ 181 /* Convert lambda to index form and compute deg(lambda(x)) */ 216 /* store root (index-form) and error location number */ 234 * x**nroots). in index form. Also find deg(omega). 248 * Compute error values in poly-form. num1 = omega(inv(X(l))), num2 = 249 * inv(X(l))**(fcr-1) and den = lambda_pr(inv(X(l))) all in poly-form
|
D | reed_solomon.c | 62 * @fcr: first root of RS code generator polynomial, index form 130 /* prim-th root of 1, index form */ in codec_init() 133 /* Form RS code generator polynomial from its roots */ in codec_init() 151 /* convert rs->genpoly[] to index form for quicker encoding */ in codec_init() 208 * in index form 283 * in index form 303 * in index form 343 * @s: syndrome data field, must be in index form 396 * @s: syndrome data field, must be in index form
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 175 ioc_info(ioc, "%s: %s(%d), action(%d), form(0x%08x), smid(%d)\n", in _config_display_some_debug() 1043 * @form: GET_NEXT_HANDLE or HANDLE 1052 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg0() argument 1070 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg0() 1084 * @form: GET_NEXT_HANDLE or HANDLE 1093 u32 form, u32 handle) in mpt3sas_config_get_sas_device_pg1() argument 1111 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_sas_device_pg1() 1125 * @form: GET_NEXT_HANDLE or HANDLE 1134 u32 form, u32 handle) in mpt3sas_config_get_pcie_device_pg0() argument 1152 mpi_request.PageAddress = cpu_to_le32(form | handle); in mpt3sas_config_get_pcie_device_pg0() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
D | ppc-opc.c | 138 /* The BA field in an XL form instruction. */ 140 /* The BI field in a B form or XL form instruction. */ 145 /* The BA field in an XL form instruction when it must be the same 150 /* The BB field in an XL form instruction. */ 155 /* The BB field in an XL form instruction when it must be the same 158 /* The VB field in a VX form instruction when it must be the same 163 /* The BD field in a B form instruction. The lower two bits are 168 /* The BD field in a B form instruction when absolute addressing is 173 /* The BD field in a B form instruction when the - modifier is used. 179 /* The BD field in a B form instruction when the - modifier is used [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | rslib.h | 26 * @fcr: First consecutive root, index form 27 * @prim: Primitive element, index form 28 * @iprim: prim-th root of 1, index form 92 * in index form
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | macb.txt | 9 Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". 11 the Cadence GEM, or the generic form: "cdns,gem". 19 Or the generic form: "cdns,emac".
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
D | pkc_desc.c | 26 /* Descriptor for RSA Private operation - Private Key Form #1 */ 39 /* Descriptor for RSA Private operation - Private Key Form #2 */ 56 /* Descriptor for RSA Private operation - Private Key Form #3 */
|
/kernel/linux/linux-5.10/tools/memory-model/scripts/ |
D | newlitmushist.sh | 44 # Form full list of litmus tests with no more than the specified 49 # Form list of new tests. Note: This does not handle litmus-test deletion! 52 # Form list of litmus tests that have changed since the last run.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
D | leds-powernv.txt | 9 form of a sub-node. 13 in the form of string array.
|
/kernel/linux/linux-5.10/scripts/ |
D | lld-version.sh | 6 # Print the linker version of `ld.lld' in a 5 or 6-digit form 11 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | vfdi.h | 12 * This file contains software structures used to form a two way 30 * follow the same form and be sent to the first event queue assigned 33 * The general form of the variable bits of VFDI events is: 58 * status, the PF driver will send an event of the form: 64 * send an event of the form:
|
/kernel/linux/linux-5.10/Documentation/w1/slaves/ |
D | w1_ds2406.rst | 16 not supported. In TSOC-6 form, the DS2406 provides two switch outputs and 17 can be provided with power on a dedicated input. In TO-92 form, it provides
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
D | reg_norm.S | 68 /* Convert the exponent to 80x87 form. */ 84 /* Convert the exponent to 80x87 form. */ 92 /* Convert the exponent to 80x87 form. */
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | rblist.h | 9 * create node structs of the form: 15 * create list structs of the form:
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.h | 13 // false. String is expected to be of the form: C1-x/y;C2-a/b where C1 and 21 // buffer. The formatted string is of a form that can be parsed by our
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | ipsec.rst | 22 form. To clarify: If an IP datagram is sent non-compressed, no 32 original form without attempting compression. The numeric threshold
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | microchip,sparx5.yaml | 34 - description: The Sparx5 pcb134 is a pizzabox form factor 41 - description: The Sparx5 pcb135 is a pizzabox form factor
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | ibm-cffps.rst | 6 * IBM Common Form Factor power supply 13 This driver supports IBM Common Form Factor (CFF) power supplies. This driver
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 57 * @payload: the key data in clear and encrypted form 176 * @payload: the key data in clear and encrypted form 241 * @payload: the key data in clear and encrypted form 304 * @payload: the key data in clear and encrypted form
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | binstr.S | 18 | msb form a decimal digit. This process is iterated until 50 | d1: temp used to form the digit 114 beqs first_d |if non-zero, form byte & write
|
/kernel/liteos_a/arch/arm/arm/src/include/ |
D | los_hwi_pri.h | 11 * 2. Redistributions in binary form must reproduce the above copyright notice, this list 45 * The hwi form does not contain exceptions for Aarch32
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 10 block. The type shall be <string-list> and the value shall be of the form 36 may require aliases to be present. Aliases are of the form
|