/Zephyr-latest/include/zephyr/drivers/pinctrl/ |
D | pinctrl_rcar_common.h | 91 #define Z_PINCTRL_STATE_PIN_INIT(node_id, state_prop, idx) \ argument
|
/Zephyr-latest/include/zephyr/drivers/misc/coresight/ |
D | stmesp.h | 169 static inline int stmesp_get_port(uint32_t idx, STMESP_Type **port) in stmesp_get_port()
|
/Zephyr-latest/drivers/pcie/host/ |
D | shell.c | 211 int idx; in show_vc() local
|
/Zephyr-latest/drivers/misc/ft8xx/ |
D | ft8xx.c | 209 #define FT8XX_DEVICE(idx) \ argument
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_controller.c | 173 int ret, idx; in nvme_controller_setup_io_queues() local
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_pin_interrupt.c | 43 int idx) in pin_set_and_verify()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | gpio.h | 332 #define GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, idx) \ argument 356 #define GPIO_DT_SPEC_GET_BY_IDX_OR(node_id, prop, idx, default_value) \ argument 395 #define GPIO_DT_SPEC_INST_GET_BY_IDX(inst, prop, idx) \ argument 409 #define GPIO_DT_SPEC_INST_GET_BY_IDX_OR(inst, prop, idx, default_value) \ argument
|
D | regulator.h | 489 unsigned int idx, int32_t *volt_uv) in regulator_list_voltage() 597 unsigned int idx, int32_t *current_ua) in regulator_list_current_limit()
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 334 size_t idx = 0; in find_completion_candidates() local 432 size_t idx = first; in tab_options_print() local 465 size_t idx = first + 1; in common_beginning_find() local 1881 size_t idx = 0; in cmd_help() local
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_smartbond.c | 314 uint8_t idx; in gpio_latch_inst() local 327 uint8_t idx; in gpio_unlatch_inst() local
|
D | gpio_xlnx_ps_bank.c | 452 #define GPIO_XLNX_PS_BANK_INIT(idx)\ argument
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | arm_mpu.c | 210 for (size_t idx = 0; idx < num_regions; idx++) { in mpu_configure_regions_from_dt() local 475 for (int idx = 0; idx < region_num; idx++) { in get_underlying_region() local
|
/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/src/ |
D | main.c | 70 int *idx = spim ? &tdata.spim_alloc_idx : &tdata.spis_alloc_idx; in buf_alloc() local 128 int idx = 0; in cpy_data() local
|
/Zephyr-latest/tests/kernel/condvar/condvar_api/src/ |
D | main.c | 324 int idx = *(int *)p2; in condvar_multiple_wait_wake_task() local 342 int idx = *(int *)p2; in condvar_multiple_wake_task() local
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_it82xx2.c | 166 uint8_t idx; in it82xx2_get_ext_ctrl() local 271 int idx = ((ep_idx - 4) % 3) + 1; in it82xx2_usb_extend_ep_ctrl() local 527 uint32_t idx = 0; in ctrl_ep_stall_workaround() local 811 for (size_t idx = 0; idx < len; idx++) { in it82xx2_xfer_out_data() local 920 int idx = ((ep_idx - 4) % 3) + 1; in get_extend_ready_bit() local
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_dt.h | 375 #define NPCX_DT_LVOL_ITEMS_INIT(node_id, prop, idx) \ argument
|
/Zephyr-latest/samples/subsys/usb_c/source/src/ |
D | main.c | 25 #define SOURCE_PDO(node_id, prop, idx) (DT_PROP_BY_IDX(node_id, prop, idx)), argument
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | arm_mpu.c | 107 for (size_t idx = 0; idx < num_regions; idx++) { in mpu_configure_regions_from_dt() local
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ |
D | main.c | 246 static void node_added(uint16_t idx, uint8_t uuid[16], uint16_t addr, uint8_t num_elem) in node_added()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov.c | 133 int idx = value % 36; in get_auth_string() local
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_uart.c | 249 #define LBU_PHA_FN(node_id, prop, idx) LBU_DEFINE(DT_PHANDLE_BY_IDX(node_id, prop, idx), idx) argument
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_wkpu_nxp_s32.c | 194 #define WKPU_NXP_S32_FILTER_CONFIG(idx, n) \ argument
|
/Zephyr-latest/drivers/input/ |
D | input_adc_keys.c | 195 #define ADC_KEYS_CODE_CFG_ITEM(node_id, prop, idx) \ argument
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_sof_host_dma.c | 20 #define _SOF_HOST_DMA_CHANNEL_DECLARE(idx) {} argument
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_mcux.c | 1411 for (int idx = 0; idx < payload->targets.num_targets; idx++) { in mcux_i3c_do_ccc() local 1594 int idx; in mcux_i3c_ibi_rules_setup() local 1634 uint8_t idx; in mcux_i3c_ibi_enable() local 1747 int idx; in mcux_i3c_ibi_disable() local
|