Home
last modified time | relevance | path

Searched full:definition (Results 1 – 25 of 1860) sorted by relevance

12345678910>>...75

/linux/include/linux/mfd/
H A Dtps6594.h248 /* BUCKX_CTRL register field definition */
257 /* TPS6594 BUCKX_CONF register field definition */
261 /* TPS65224 BUCKX_CONF register field definition */
264 /* TPS6594 BUCKX_PG_WINDOW register field definition */
268 /* TPS65224 BUCKX_PG_WINDOW register field definition */
271 /* TPS6594 BUCKX_VOUT register field definition */
274 /* TPS65224 BUCKX_VOUT register field definition */
278 /* LDOX_CTRL register field definition */
286 /* LDORTC_CTRL register field definition */
289 /* LDOX_VOUT register field definition */
[all …]
/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Ddefinitions.py33 for definition in root.definitions:
34 if isinstance(definition.value, _XdrConstant):
36 elif isinstance(definition.value, _XdrEnum):
38 elif isinstance(definition.value, _XdrPointer):
40 elif isinstance(definition.value, _RpcProgram):
42 elif isinstance(definition.value, _XdrTypedef):
44 elif isinstance(definition.value, _XdrStruct):
46 elif isinstance(definition.value, _XdrUnion):
50 gen.emit_definition(definition.value)
56 for definition in root.definitions:
[all …]
H A Ddeclarations.py35 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)
H A Dsource.py74 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")
87 for definition in root.definitions:
88 emit_source_encoder(definition.value, language, "client")
89 for definition in root.definitions:
90 emit_source_decoder(definition.value, language, "client")
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt9 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/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt24 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 …]
H A Dsrio-rmu.txt13 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 …]
H A Dsrio.txt8 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
H A Dmpic.txt17 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).
/linux/include/linux/
H A Dhid-over-spi.h10 /* Input report type definition in HIDSPI protocol */
27 /* Output report type definition in HIDSPI protocol */
42 /* Power state definition in HIDSPI protocol */
50 * Input report header definition in HIDSPI protocol
68 * struct input_report_body_header - Input report body header definition in HIDSPI protocol
82 * struct input_report_body - Input report body definition in HIDSPI protocol
94 * struct output_report_header - Output report header definition in HIDSPI protocol
110 * struct output_report - Output report definition in HIDSPI protocol
122 * struct hidspi_dev_descriptor - HIDSPI device descriptor definition
H A Dhid-over-i2c.h11 /* Input report type definition in HIDI2C protocol */
19 /* Power state type definition in HIDI2C protocol */
25 /* Opcode type definition in HIDI2C protocol */
38 * struct hidi2c_report_packet - Report packet definition in HIDI2C protocol
55 * HIDI2C command data packet - Command packet definition in HIDI2C protocol
79 * struct hidi2c_dev_descriptor - HIDI2C device descriptor definition
/linux/tools/net/sunrpc/xdrgen/generators/
H A Dstruct.py28 """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 …]
H A Dpointer.py28 """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 …]
H A D__init__.py42 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/drivers/iio/frequency/
H A Dadf4377.c35 /* 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/drivers/gpu/drm/xe/
H A Dxe_guc_klv_helpers.h42 * 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/Documentation/devicetree/bindings/csky/
H A Dcpus.txt13 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/sound/soc/stm/
H A Dstm32_sai.h36 /******************** 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/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h330 * Dirty rect definition.
760 /* Register bit definition for SCRATCH5 */
1338 * INBOX0 generic command definition
1349 * INBOX0 hw_lock command definition
1946 * DMUB rb command definition for Sub-VP and FPO
2350 * DMUB rb command definition for FAMS2 (merged SubVP, FPO, Legacy)
2366 * DMUB rb command definition for commands passed over indirect buffer
2791 * Definition of a DMUB_CMD__DP_AUX_ACCESS command.
2805 * Definition of a DMUB_CMD__OUTBOX1_ENABLE command.
2855 * Aux transaction result: definition in enum aux_return_code_type
[all …]
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt38 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/drivers/video/fbdev/via/
H A Dchip.h13 /* 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/drivers/net/ethernet/cirrus/
H A Dcs89x0.h131 /* 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/drivers/platform/x86/amd/
H A Damd_isp4.c28 * AMD ISP platform info definition to initialize sensor
38 * AMD ISP platform definition to configure the device properties
51 /* Root amd camera node definition */
58 /* ISP4 OV05C10 camera node definition */
65 * ISP4 Ports node definition. No properties defined for
74 * ISP4 Port node definition. No properties defined for
96 /* ISP4 MIPI1 endpoint node definition */
111 /* I2C1 camera node definition */
124 /* OV05C10 camera node definition */
132 * OV05C10 Ports node definition. No properties defined for
[all …]
/linux/net/ipv4/
H A Dcipso_ipv4.c107 * 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/drivers/gpu/drm/amd/include/
H A Ddisplayobject.h38 * 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 …]

12345678910>>...75