| /Zephyr-latest/soc/atmel/sam0/common/ | 
| D | atmel_sam0_dt.h | 17 #define ATMEL_SAM0_DT_INST_CELL_REG_ADDR_OFFSET(n, cell)		\  argument22 #define ATMEL_SAM0_DT_INST_CELL_PERIPH_MASK(n, name, cell)		\  argument
 35 #define ATMEL_SAM0_DT_INST_MCLK_PM_PERIPH_MASK(n, cell)			\  argument
 43 #define ATMEL_SAM0_DT_INST_DMA_CELL(n, name, cell)		\  argument
 254 #define ATMEL_SAM0_DT_ASSIGNED_CLOCKS_CELL_BY_IDX(node_id, idx, cell) \  argument
 290 #define ATMEL_SAM0_DT_ASSIGNED_CLOCKS_CELL_BY_NAME(node_id, name, cell) \  argument
 300 #define ATMEL_SAM0_DT_ASSIGNED_CLOCKS_CELL(node_id, cell) \  argument
 378 #define ATMEL_SAM0_DT_INST_ASSIGNED_CLOCKS_CELL_BY_IDX(inst, idx, cell) \  argument
 391 #define ATMEL_SAM0_DT_INST_ASSIGNED_CLOCKS_CELL_BY_NAME(inst, name, cell) \  argument
 400 #define ATMEL_SAM0_DT_INST_ASSIGNED_CLOCKS_CELL(inst, cell) \  argument
 
 | 
| /Zephyr-latest/include/zephyr/devicetree/ | 
| D | reset.h | 121 #define DT_RESET_CELL_BY_IDX(node_id, idx, cell) \  argument155 #define DT_RESET_CELL_BY_NAME(node_id, name, cell) \  argument
 165 #define DT_RESET_CELL(node_id, cell) \  argument
 214 #define DT_INST_RESET_CELL_BY_IDX(inst, idx, cell) \  argument
 226 #define DT_INST_RESET_CELL_BY_NAME(inst, name, cell) \  argument
 235 #define DT_INST_RESET_CELL(inst, cell) \  argument
 
 | 
| D | clocks.h | 207 #define DT_CLOCKS_CELL_BY_IDX(node_id, idx, cell) \  argument243 #define DT_CLOCKS_CELL_BY_NAME(node_id, name, cell) \  argument
 253 #define DT_CLOCKS_CELL(node_id, cell) DT_CLOCKS_CELL_BY_IDX(node_id, 0, cell)  argument
 326 #define DT_INST_CLOCKS_CELL_BY_IDX(inst, idx, cell) \  argument
 338 #define DT_INST_CLOCKS_CELL_BY_NAME(inst, name, cell) \  argument
 347 #define DT_INST_CLOCKS_CELL(inst, cell) \  argument
 
 | 
| D | dma.h | 165 #define DT_DMAS_CELL_BY_IDX(node_id, idx, cell) \  argument176 #define DT_INST_DMAS_CELL_BY_IDX(inst, idx, cell) \  argument
 220 #define DT_DMAS_CELL_BY_NAME(node_id, name, cell) \  argument
 239 #define DT_DMAS_CELL_BY_NAME_OR(node_id, name, cell, default_value) \  argument
 251 #define DT_INST_DMAS_CELL_BY_NAME(inst, name, cell) \  argument
 
 | 
| D | pwms.h | 135 #define DT_PWMS_CELL_BY_IDX(node_id, idx, cell) \  argument182 #define DT_PWMS_CELL_BY_NAME(node_id, name, cell) \  argument
 192 #define DT_PWMS_CELL(node_id, cell) DT_PWMS_CELL_BY_IDX(node_id, 0, cell)  argument
 363 #define DT_INST_PWMS_CELL_BY_IDX(inst, idx, cell) \  argument
 375 #define DT_INST_PWMS_CELL_BY_NAME(inst, name, cell) \  argument
 384 #define DT_INST_PWMS_CELL(inst, cell) \  argument
 
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | devicetree.h | 1564 #define DT_PHA_BY_IDX(node_id, pha, idx, cell) \  argument1590 #define DT_PHA_BY_IDX_OR(node_id, pha, idx, cell, default_value) \  argument
 1600 #define DT_PHA(node_id, pha, cell) DT_PHA_BY_IDX(node_id, pha, 0, cell)  argument
 1616 #define DT_PHA_OR(node_id, pha, cell, default_value) \  argument
 1659 #define DT_PHA_BY_NAME(node_id, pha, name, cell) \  argument
 1683 #define DT_PHA_BY_NAME_OR(node_id, pha, name, cell, default_value) \  argument
 2619 #define DT_IRQ_HAS_CELL_AT_IDX(node_id, idx, cell) \  argument
 2629 #define DT_IRQ_HAS_CELL(node_id, cell) DT_IRQ_HAS_CELL_AT_IDX(node_id, 0, cell)  argument
 2678 #define DT_IRQ_BY_IDX(node_id, idx, cell)   \  argument
 2696 #define DT_IRQ_BY_NAME(node_id, name, cell) \  argument
 [all …]
 
 | 
| /Zephyr-latest/include/zephyr/drivers/dma/ | 
| D | dma_esp32.h | 32 #define ESP32_DT_INST_DMA_CELL(n, name, cell)		\  argument
 | 
| /Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ | 
| D | ft8xx_dl.h | 216 #define FT8XX_VERTEX2II(x, y, handle, cell) (0x80000000 | \  argument
 | 
| D | ft8xx_reference_api.h | 416 #define VERTEX2II(x, y, handle, cell) FT8XX_VERTEX2II(x, y, handle, cell)  argument
 | 
| /Zephyr-latest/scripts/kconfig/ | 
| D | kconfigfunctions.py | 264 def _node_ph_array_prop(node, prop, index, cell, unit=None):  argument647 def dt_node_ph_array_prop(kconf, name, path, prop, index, cell, unit=None):  argument
 
 | 
| /Zephyr-latest/drivers/usb/udc/ | 
| D | udc_renesas_ra.c | 740 #define USB_RENESAS_RA_IRQ_GET(id, name, cell)                                                     \  argument
 | 
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_max32.c | 978 #define MAX32_DT_INST_DMA_CELL(n, name, cell)                                                      \  argument
 | 
| /Zephyr-latest/drivers/spi/ | 
| D | spi_max32.c | 942 #define MAX32_DT_INST_DMA_CELL(n, name, cell)                                                      \  argument
 | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_max32.c | 1006 #define MAX32_DT_INST_DMA_CELL(n, name, cell)                                                      \  argument
 | 
| /Zephyr-latest/drivers/can/ | 
| D | can_mcux_flexcan.c | 1361 #define FLEXCAN_IRQ_BY_IDX(node_id, prop, idx, cell) \  argument
 |