Home
last modified time | relevance | path

Searched full:structure (Results 1 – 25 of 1158) sorted by relevance

12345678910>>...47

/Zephyr-latest/include/zephyr/logging/
Dlog_frontend.h20 * @param source Pointer to a structure associated with given source. It points to
21 * static structure or dynamic structure if runtime filtering is enabled.
40 * @param source Pointer to a structure associated with given source. It points to
41 * static structure or dynamic structure if runtime filtering is enabled.
54 * @param source Pointer to a structure associated with given source. It points to
55 * static structure or dynamic structure if runtime filtering is enabled.
69 * @param source Pointer to a structure associated with given source. It points to
70 * static structure or dynamic structure if runtime filtering is enabled.
Dlog_instance.h21 /* Workaround alert! Dummy data to ensure that structure is >8 bytes.
33 /* Workaround alert! Dummy data to ensure that structure is >8 bytes.
40 /* Workaround: Ensure that structure size is a multiple of 8 bytes. */
78 * @param _name Name of the structure element for holding logging object.
121 * Macro is intended to be used in user structure initializer to initialize a field
122 * in the structure that holds pointer to the logging instance. Structure field
125 * @param _name Name of a structure element that have a pointer to logging instance object.
138 * @brief Declare a logger instance pointer in the module structure.
140 * If logging is disabled then element in the structure is still declared to avoid
144 * @param _name Name of a structure element that will have a pointer to logging
/Zephyr-latest/kernel/include/
Dgen_offset.h9 * @brief Macros to generate structure member offset definitions
18 * for example, to locate a specific field within a data structure.
20 * associated tool(s). Typically, relocating a member of a structure merely
22 * structure (or to a new sub-structure within an existing structure) may
27 * The macro "GEN_OFFSET_SYM(structure, member)" is used to generate a single
30 * Absolute symbols representing a structure member offset have the following
33 * __<structure>_<member>_OFFSET
35 * The macro "GEN_NAMED_OFFSET_SYM(structure, member, name)" is also provided
38 * __<structure>_<name>_OFFSET
41 * absolute symbol, irrespective of whether the value represents a structure
[all …]
/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c10 /* CDCG register structure check */
17 /* PMC register structure check */
23 /* SCFG register structure check */
29 /* GLUE register structure check */
36 /* UART register structure check */
42 /* GPIO register structure check */
46 /* PWM register structure check */
52 /* ADC register structure check */
58 /* TWD register structure check */
64 /* ESPI register structure check */
[all …]
/Zephyr-latest/include/zephyr/ipc/
Dicmsg_me.h51 * @param[in] conf Structure containing configuration parameters for the
53 * @param[inout] data Structure containing run-time data used by the icmsg_me
54 * instance. The structure shall be filled with zeros
56 * structure must be preserved while the icmsg_me instance
75 * @param[in] conf Structure containing configuration parameters for the
77 * @param[inout] data Structure containing run-time data used by the icmsg_me
78 * instance. The structure is initialized with
81 * @param[in] cb Structure containing callback functions to be called on
105 * @param[inout] data Structure containing run-time data used by the icmsg_me
106 * instance. The structure is initialized with
[all …]
/Zephyr-latest/include/zephyr/drivers/misc/nxp_flexio/
Dnxp_flexio.h14 * @brief Structure containing information about the required
34 * @brief Structure containing the required child data for FlexIO
44 * @param dev Pointer to the device structure for the FlexIO driver instance
50 * @param dev Pointer to the device structure for the FlexIO driver instance
56 * @param dev Pointer to the device structure for the FlexIO driver instance
62 * @param dev Pointer to the device structure for the FlexIO driver instance
68 * @param dev Pointer to the device structure for the FlexIO driver instance
80 * @param dev Pointer to the device structure for the FlexIO driver instance
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_user_data.h25 /*!< Low Level Driver data structure */
35 * @brief Declare the device Handle as a pointer of the structure @a VL53L1_Dev_t.
42 * @brief Get ST private structure @a VL53L1_DevData_t data access
45 * @param field ST structure field name
46 * It maybe used and as real data "ref" not just as "get" for sub-structure item
55 * @brief Set ST private structure @a VL53L1_DevData_t data field
57 * @param field ST structure field name
Dvl53l1_platform.h23 * @param pdev Pointer to device structure (device handle)
35 * @param pdev Pointer to device structure (device handle)
47 * @param pdev Pointer to device structure (device handle)
57 * @param pdev Pointer to device structure (device handle)
67 * @param pdev Pointer to device structure (device handle)
77 * @param pdev Pointer to device structure (device handle)
87 * @param pdev Pointer to device structure (device handle)
97 * @param pdev Pointer to device structure (device handle)
107 * @param pdev Pointer to device structure (device handle)
116 * @param pdev Pointer to device structure (device handle)
[all …]
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h14 /** @brief Fetch superblock into buffer in fs structure.
34 * @brief Fetch block into buffer in the inode structure.
36 * @param inode Inode structure
45 * @brief Fetch block group into buffer in fs structure.
63 * @param bg Block group structure
76 * @param bg Block group structure
88 * @param bg Block group structure
110 * @brief Commit changes made to inode structure
115 * @param inode Inode structure
128 * @param inode Inode structure
[all …]
/Zephyr-latest/include/zephyr/display/
Dcfb.h82 * @param dev Pointer to device structure for driver instance
96 * @param dev Pointer to device structure for driver instance
108 * @param dev Pointer to device structure for driver instance
118 * @param dev Pointer to device structure for driver instance
130 * @param dev Pointer to device structure for driver instance
142 * @param dev Pointer to device structure for driver instance
152 * @param dev Pointer to device structure for driver instance
161 * @param dev Pointer to device structure for driver instance
176 * @param dev Pointer to device structure for driver instance
185 * @param dev Pointer to device structure for driver instance
[all …]
/Zephyr-latest/tests/bluetooth/host/data/bt_data_parse/src/
Dmain.c43 * Test AD Structure invalid length
46 * - AD Structure N length > number of bytes after
56 0x02, 0x01, 0x00, /* AD Structure 1 */ in ZTEST()
57 0x03, 0x02, 0x01, 0x00, /* AD Structure 2 */ in ZTEST()
59 0xff, 0x03, 0x02, 0x01, /* AD Structure N */ in ZTEST()
60 0x05, 0x04, 0x03, 0x02, 0x01, 0x00, /* AD Structure N + 1 */ in ZTEST()
88 0x02, 0x01, 0x00, /* AD Structure 1 */ in ZTEST()
89 0x03, 0x02, 0x01, 0x00, /* AD Structure 2 */ in ZTEST()
90 0x04, 0x03, 0x02, 0x01, 0x00, /* AD Structure 3 */ in ZTEST()
120 0x02, 0x01, 0x00, /* AD Structure 1 */ in ZTEST()
[all …]
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_prl.h90 * @param dev Pointer to the device structure for the driver instance.
98 * @param dev Pointer to the device structure for the driver instance
105 * @param dev Pointer to the device structure for the driver instance
113 * @param dev Pointer to the device structure for the driver instance
120 * @param dev Pointer to the device structure for the driver instance
128 * @param dev Pointer to the device structure for the driver instance
135 * @param dev Pointer to the device structure for the driver instance
142 * @param dev Pointer to the device structure for the driver instance
152 * @param dev Pointer to the device structure for the driver instance
162 * @param dev Pointer to the device structure for the driver instance
[all …]
Dusbc_pe_common_internal.h267 * @param dev Pointer to the device structure for the driver instance
274 * @param dev Pointer to the device structure for the driver instance
282 * @param dev Pointer to the device structure for the driver instance
290 * @param dev Pointer to the device structure for the driver instance
298 * @param dev Pointer to the device structure for the driver instance
306 * @param dev Pointer to the device structure for the driver instance
317 * @param dev Pointer to the device structure for the driver instance
328 * @param dev Pointer to the device structure for the driver instance
336 * @param dev Pointer to the device structure for the driver instance
343 * @param dev Pointer to the device structure for the driver instance
[all …]
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.h47 * @param[in] port Pointer to the PTP Port structure.
56 * @param[in] port Pointer to the PTP Port structure.
68 * @param[in] port Pointer to the PTP Port structure.
78 * to the address provided with @ref ptp_msg message structure.
80 * @param[in] port Pointer to the PTP Port structure.
91 * @param[in] port Pointer to the PTP Port structure.
101 * @param[in] port Pointer to the PTP Port structure.
111 * @param[in] port Pointer to the PTP Port structure.
113 * @return Pointer to the structure holding hardware link layer address.
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.h27 * This structure **must** be placed first in the driver's config structure.
65 * This structure **must** be placed first in the driver's data structure.
113 * @param config Name of the config structure.
114 * @param data Name of the data structure.
137 * @param dev Pointer to the device structure.
146 * @param dev Pointer to the device structure.
155 * @param dev Pointer to the device structure.
164 * @param dev Pointer to the device structure.
173 * @param dev Pointer to the device structure.
182 * @param dev Pointer to the device structure.
[all …]
Dstep_dir_stepper_timing_source.h14 * @param dev Pointer to the device structure.
22 * @param dev Pointer to the device structure.
31 * @param dev Pointer to the device structure.
40 * @param dev Pointer to the device structure.
48 * @param dev Pointer to the device structure.
56 * @param dev Pointer to the device structure.
/Zephyr-latest/arch/x86/core/offsets/
Dia32_offsets.c9 * @brief Kernel structure member offset definition file
19 * It is NOT necessary to define the offset for every member of a structure.
25 /* list of headers that define whose structure offsets will be generated */
46 * size of the struct k_thread structure sans save area for floating
55 /* struct arch_esf structure member offsets */
/Zephyr-latest/drivers/i2c/
Di2c_npcx_controller.h19 * @param i2c_dev Pointer to the device structure for i2c controller instance.
26 * @param i2c_dev Pointer to the device structure for i2c controller instance.
33 * @param i2c_dev Pointer to the device structure for i2c controller instance.
46 * @param i2c_dev Pointer to the device structure for i2c controller instance.
58 * @param i2c_dev Pointer to the device structure for i2c controller instance.
76 * @param i2c_dev Pointer to the device structure for i2c controller instance.
86 * @param i2c_dev Pointer to the device structure for i2c controller instance.
99 * @param i2c_dev Pointer to the device structure for i2c controller instance.
/Zephyr-latest/include/zephyr/sensing/
Dsensing_datatypes.h23 * Each sensor value data structure should have this header
40 * across multiple instances of the readings structure, and send multiple
55 * @brief Sensor value data structure types based on common data types.
60 * @brief Sensor value data structure for 3-axis sensors.
68 /** Header of the sensor value data structure. */
93 * @brief Sensor value data structure for single 1-axis value.
98 /** Header of the sensor value data structure. */
112 * @brief Sensor value data structure for single 1-axis value.
117 /** Header of the sensor value data structure. */
/Zephyr-latest/include/zephyr/fs/
Dfcb.h43 * @brief FCB entry info structure. This data structure describes the element
68 * @param entry fcb entry structure
73 * @brief Structure for transferring complete information about FCB entry
88 * @brief FCB instance structure
90 * The following data structure describes the FCB itself. First part should
161 * @param[in,out] fcbp FCB instance structure.
175 * @param[in] fcbp FCB instance structure.
187 * @param[in] fcbp FCB instance structure.
216 * @param[in] fcbp FCB instance structure.
239 * @param[in] fcbp FCB instance structure.
[all …]
/Zephyr-latest/include/zephyr/drivers/mm/
Dmm_drv_bank.h54 * @brief Initialize a memory bank's data structure
57 * that it uses. This routine will initialize a generic structure containing
62 * @param[in,out] bank Pointer to the memory bank structure used for tracking
73 * @param[in,out] bank Pointer to the memory bank's data structure
85 * @param[in,out] bank Pointer to the memory bank's data structure
98 * @param[in,out] bank Pointer to the memory bank's data structure
107 * @param[in] bank Pointer to the memory bank's data structure
/Zephyr-latest/arch/xtensa/include/
Dxtensa_backtrace.h25 * @brief Structure used for backtracing
27 * This structure stores the backtrace information of a particular stack frame
28 * (i.e. the PC and SP). This structure is used iteratively with the
35 * this structure
72 * Entry Conditions: Frame structure containing valid SP and next_pc
74 * - Frame structure updated with SP and PC of frame(i-1).
79 * @param[inout] frame Pointer to frame structure
/Zephyr-latest/soc/ite/ec/common/
Dcheck_regs.c10 /* SMFI register structure check */
27 /* EC2I register structure check */
35 /* KBC register structure check */
44 /* PMC register structure check */
56 /* eSPI slave register structure check */
74 /* eSPI vw register structure check */
80 /* eSPI Queue 0 registers structure check */
84 /* eSPI Queue 1 registers structure check */
89 /* GPIO register structure check */
111 /* GCTRL register structure check */
[all …]
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dwuc_ite_it8xxx2.h17 * @param dev Pointer to the device structure for the driver instance
26 * @param dev Pointer to the device structure for the driver instance
35 * @param dev Pointer to the device structure for the driver instance
43 * @param dev Pointer to the device structure for the driver instance
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h316 * @brief Trace initialisation of a Work structure
317 * @param work Work structure
323 * @param queue Work queue structure
324 * @param work Work structure
330 * @param queue Work queue structure
331 * @param work Work structure
338 * @param work Work structure
344 * @param work Work structure
351 * @param work Work structure
357 * @param work Work structure
[all …]

12345678910>>...47