/linux-6.12.1/include/linux/mfd/ |
D | tps6594.h | 247 /* BUCKX_CTRL register field definition */ 256 /* TPS6594 BUCKX_CONF register field definition */ 260 /* TPS65224 BUCKX_CONF register field definition */ 263 /* TPS6594 BUCKX_PG_WINDOW register field definition */ 267 /* TPS65224 BUCKX_PG_WINDOW register field definition */ 270 /* TPS6594 BUCKX_VOUT register field definition */ 273 /* TPS65224 BUCKX_VOUT register field definition */ 277 /* LDOX_CTRL register field definition */ 285 /* LDORTC_CTRL register field definition */ 288 /* LDOX_VOUT register field definition */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,q6v5.txt | 9 Definition: must be one of: 16 Definition: must specify the base address and size of the qdsp6 and 22 Definition: must be "q6dsp" and "rmb" 27 Definition: reference to the interrupts that match interrupt-names 32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack" 37 Definition: reference to the clocks that match clock-names 42 Definition: The clocks needed depend on the compatible string: 54 Definition: reference to the list of 3 reset-controllers for the 60 Definition: must be "wcss_aon_reset", "wcss_reset", "wcss_q6_reset" 66 Definition: reference to wcss reserved-memory region. [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dcsr.txt | 24 Definition: Must include "fsl,dcsr" and "simple-bus". 30 Definition: A standard property. Defines the number of cells 36 Definition: A standard property. Defines the number of cells 43 Definition: A standard property. Specifies the physical address 64 Definition: Must include "fsl,dcsr-epu" 69 Definition: Specifies the interrupts generated by the EPU. 90 Definition: A standard property. Specifies the physical address 114 Definition: Must include "fsl,dcsr-npc" 119 Definition: A standard property. Specifies the physical address 151 Definition: Must include "fsl,dcsr-nxc" [all …]
|
D | srio-rmu.txt | 13 Definition: Must include "fsl,srio-rmu-vX.Y", "fsl,srio-rmu". 21 Definition: A standard property. Specifies the physical address and 28 Definition: The logical I/O device number for the PAMU (IOMMU) to be 44 Definition: Must include "fsl,srio-msg-unit-vX.Y", "fsl,srio-msg-unit". 52 Definition: A standard property. Specifies the physical address and 59 Definition: Specifies the interrupts generated by this device. The 73 Definition: Must include: 82 Definition: A standard property. Specifies the physical address and 89 Definition: Specifies the interrupts generated by this device. The 103 Definition: Must include: [all …]
|
D | mpic.txt | 17 Definition: Shall include "fsl,mpic". Freescale MPIC 25 Definition: A standard property. Specifies the physical 32 Definition: Specifies that this node is an interrupt 38 Definition: Shall be 2 or 4. A value of 2 means that interrupt 45 Definition: Shall be 0. 50 Definition: The presence of this property specifies that the 80 INTERRUPT SPECIFIER DEFINITION 192 * Definition of a node defining the 4 207 * Definition of a node defining the MPIC 222 * Definition of an error interrupt (interrupt type 1).
|
D | srio.txt | 8 Definition: Must include "fsl,srio" for IP blocks with IP Block 18 Definition: A standard property. Specifies the physical address and 25 Definition: Specifies the interrupts generated by this device. The 36 Definition: A single <phandle> value that points to the RMU. 46 Definition: A standard property. Matches the port id. 51 Definition: A standard property. Utilized to describe the memory mapped 59 Definition: The logical I/O device number for the PAMU (IOMMU) to be
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/subcmds/ |
D | definitions.py | 35 for definition in root.definitions: 36 if isinstance(definition.value, _XdrConstant): 38 elif isinstance(definition.value, _XdrEnum): 40 elif isinstance(definition.value, _XdrPointer): 42 elif isinstance(definition.value, _RpcProgram): 44 elif isinstance(definition.value, _XdrTypedef): 46 elif isinstance(definition.value, _XdrStruct): 48 elif isinstance(definition.value, _XdrUnion): 52 gen.emit_definition(definition.value)
|
D | declarations.py | 35 for definition in root.definitions: 36 if isinstance(definition.value, _XdrEnum): 38 elif isinstance(definition.value, _XdrPointer): 40 elif isinstance(definition.value, _XdrTypedef): 42 elif isinstance(definition.value, _XdrStruct): 44 elif isinstance(definition.value, _XdrUnion): 46 elif isinstance(definition.value, _RpcProgram): 50 gen.emit_declaration(definition.value)
|
D | source.py | 74 for definition in root.definitions: 75 emit_source_decoder(definition.value, language, "server") 76 for definition in root.definitions: 77 emit_source_encoder(definition.value, language, "server") 88 for definition in root.definitions: 89 emit_source_encoder(definition.value, language, "client") 90 for definition in root.definitions: 91 emit_source_decoder(definition.value, language, "client")
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/ |
D | struct.py | 28 """Emit a definition for one field in an XDR struct""" 30 template = get_jinja2_template(environment, "definition", field.template) 39 template = get_jinja2_template(environment, "definition", field.template) 47 template = get_jinja2_template(environment, "definition", field.template) 50 template = get_jinja2_template(environment, "definition", field.template) 53 template = get_jinja2_template(environment, "definition", field.template) 62 template = get_jinja2_template(environment, "definition", field.template) 71 template = get_jinja2_template(environment, "definition", field.template) 82 """Emit one definition for an XDR struct type""" 83 template = get_jinja2_template(environment, "definition", "open") [all …]
|
D | pointer.py | 28 """Emit a definition for one field in an XDR struct""" 30 template = get_jinja2_template(environment, "definition", field.template) 39 template = get_jinja2_template(environment, "definition", field.template) 47 template = get_jinja2_template(environment, "definition", field.template) 50 template = get_jinja2_template(environment, "definition", field.template) 53 template = get_jinja2_template(environment, "definition", field.template) 62 template = get_jinja2_template(environment, "definition", field.template) 71 template = get_jinja2_template(environment, "definition", field.template) 82 """Emit a definition for an XDR pointer type""" 83 template = get_jinja2_template(environment, "definition", "open") [all …]
|
D | __init__.py | 42 for definition in root.definitions: 43 if isinstance(definition.value, _RpcProgram): 44 raw_name = definition.value.name 84 """Emit definition header boilerplate""" 108 """Emit one definition for this XDR type""" 109 raise NotImplementedError("Definition generation not supported")
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/inc/ |
D | dmub_cmd.h | 282 * Dirty rect definition. 633 /* Register bit definition for SCRATCH5 */ 1062 * INBOX0 generic command definition 1073 * INBOX0 hw_lock command definition 1639 * DMUB rb command definition for Sub-VP and FPO 1859 * DMUB rb command definition for FAMS2 (merged SubVP, FPO, Legacy) 2259 * Definition of a DMUB_CMD__DP_AUX_ACCESS command. 2273 * Definition of a DMUB_CMD__OUTBOX1_ENABLE command. 2323 * Aux transaction result: definition in enum aux_return_code_type 2333 * Definition of a DMUB_OUT_CMD__DP_AUX_REPLY command. [all …]
|
/linux-6.12.1/drivers/iio/frequency/ |
D | adf4377.c | 35 /* ADF4377 REG0000 Bit Definition */ 52 /* ADF4377 REG0003 Bit Definition */ 55 /* ADF4377 REG0004 Bit Definition */ 58 /* ADF4377 REG0005 Bit Definition */ 64 /* ADF4377 REG000C Bit Definition */ 67 /* ADF4377 REG000D Bit Definition */ 70 /* ADF4377 REG000F Bit Definition */ 82 /* ADF4377 REG0011 Bit Definition */ 92 /* ADF4377 REG0012 Bit Definition */ 102 /* ADF4377 REG0013 Bit Definition */ [all …]
|
/linux-6.12.1/sound/soc/stm/ |
D | stm32_sai.h | 36 /******************** Bit definition for SAI_GCR register *******************/ 46 /******************* Bit definition for SAI_XCR1 register *******************/ 93 /******************* Bit definition for SAI_XCR2 register *******************/ 118 /****************** Bit definition for SAI_XFRCR register *******************/ 134 /****************** Bit definition for SAI_XSLOTR register ******************/ 152 /******************* Bit definition for SAI_XIMR register *******************/ 164 /******************** Bit definition for SAI_XSR register *******************/ 176 /****************** Bit definition for SAI_XCLRFR register ******************/ 188 /****************** Bit definition for SAI_PDMCR register ******************/ 200 /****************** Bit definition for (SAI_PDMDLY register ****************/ [all …]
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc_klv_helpers.h | 42 * MAKE_GUC_KLV_KEY - Prepare KLV KEY name based on unique KLV definition tag. 43 * @TAG: unique tag of the KLV definition 48 * MAKE_GUC_KLV_LEN - Prepare KLV LEN name based on unique KLV definition tag. 49 * @TAG: unique tag of the KLV definition 54 * PREP_GUC_KLV_TAG - Prepare KLV header value based on unique KLV definition tag. 55 * @TAG: unique tag of the KLV definition
|
/linux-6.12.1/Documentation/devicetree/bindings/csky/ |
D | cpus.txt | 13 cpus and cpu node bindings definition 27 Definition: must be set to 1 31 Definition: must be set to 0 42 Definition: must be "cpu" 46 Definition: CPU index 50 Definition: must contain "csky", eg:
|
/linux-6.12.1/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec6.txt | 23 Definition: Must include "fsl,sec-v6.0". 28 Definition: A standard property. Define the 'ERA' of the SEC 34 Definition: A standard property. Defines the number of cells 40 Definition: A standard property. Defines the number of cells 47 Definition: A standard property. Specifies the physical 53 Definition: A standard property. Specifies the physical address 84 Definition: Must include "fsl,sec-v6.0-job-ring". 89 Definition: Specifies a two JR parameters: an offset from 95 Definition: Specifies the interrupts generated by this
|
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/ |
D | ibm,powerpc-cpu-features.txt | 38 Definition: "ibm,powerpc-cpu-features" 48 Definition: 62 Definition: 86 Definition: 97 Definition: 113 Definition: 132 Definition: 151 Definition: HFSCR bit position (LSB0) 164 Definition: FSCR bit position (LSB0) 177 Definition: Linux ELF AUX vector bit position (LSB0) [all …]
|
/linux-6.12.1/drivers/video/fbdev/via/ |
D | chip.h | 13 /* Definition Graphic Chip Information */ 64 /* Definition TMDS Trasmitter Information */ 67 /* Definition TMDS Trasmitter Index */ 72 /* Definition TMDS Trasmitter I2C Target Address */ 76 /* Definition LVDS Trasmitter Information */ 79 /* Definition LVDS Trasmitter Index */ 85 /* Definition Digital Transmitter Mode */ 91 /* Definition LVDS Trasmitter I2C Target Address */
|
/linux-6.12.1/drivers/net/ethernet/cirrus/ |
D | cs89x0.h | 131 /* PP_RxCFG - Receive Configuration and Interrupt Mask bit definition - Read/write */ 142 /* PP_RxCTL - Receive Control bit definition - Read/write */ 156 /* PP_TxCFG - Transmit Configuration Interrupt Mask bit definition - Read/write */ 165 /* PP_TxCMD - Transmit Command bit definition - Read-only */ 176 /* PP_BufCFG - Buffer Configuration Interrupt Mask bit definition - Read/write */ 187 /* PP_LineCTL - Line Control bit definition - Read/write */ 197 /* PP_SelfCTL - Software Self Control bit definition - Read/write */ 207 /* PP_BusCTL - ISA Bus Control bit definition - Read/write */ 215 /* PP_TestCTL - Test Control bit definition - Read/write */ 223 /* PP_RxEvent - Receive Event Bit definition - Read-only */ [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/timer/ |
D | csky,gx6605s-timer.txt | 9 timer node bindings definition 19 Definition: must be "csky,gx6605s-timer" 23 Definition: <phyaddr size> in soc from cpu view 27 Definition: must be input clk node 31 Definition: must be timer irq num defined by soc
|
/linux-6.12.1/net/ipv4/ |
D | cipso_ipv4.c | 107 * Tag definition (may change between kernel versions) 351 * cipso_v4_doi_search - Searches for a DOI definition 355 * Search the DOI definition list for a DOI definition with a DOI value that 357 * Returns a pointer to the DOI definition on success and NULL on failure. 457 * cipso_v4_doi_free - Frees a DOI definition 458 * @doi_def: the DOI definition 461 * This function frees all of the memory associated with a DOI definition. 482 * cipso_v4_doi_free_rcu - Frees a DOI definition via the RCU pointer 487 * function so that the memory allocated to the DOI definition can be released 505 * Removes a DOI definition from the CIPSO engine. The NetLabel routines will [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/include/ |
D | displayobject.h | 38 * Display Object Type Definition 48 * Encorder Object Type Definition 59 * Connector Object ID Definition 75 * Protection Object ID Definition 80 * Object ENUM ID Definition 93 *Object ID Bit definition 106 * GPU Object definition - Shared with BIOS 113 * Encoder Object definition - Shared with BIOS 144 * Connector Object definition - Shared with BIOS 226 * Router Object ID definition - Shared with BIOS [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | qcom,krait-cc.txt | 8 Definition: must be one of: 15 Definition: must be 1 20 Definition: reference to the clock parents of hfpll, secondary muxes. 25 Definition: must be "hfpll0", "hfpll1", "acpu0_aux", "acpu1_aux", "qsb".
|