Home
last modified time | relevance | path

Searched defs:idx (Results 401 – 425 of 689) sorted by relevance

1...<<11121314151617181920>>...28

/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/
Dmain.c34 #define DT_SPEC_AND_COMMA(node_id, prop, idx) \ argument
/Zephyr-latest/drivers/regulator/
Dregulator_pca9420.c236 unsigned int idx, int32_t *volt_uv) in regulator_pca9420_list_voltage()
251 uint16_t idx; in regulator_pca9420_set_voltage() local
399 uint16_t idx; in regulator_pca9420_init() local
Dregulator_common.c217 for (unsigned int idx = 0U; idx < volt_cnt; idx++) { in regulator_is_supported_voltage() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c900 uint8_t idx; in init_reset() local
918 for (uint8_t idx = 0; idx < CONFIG_BT_CTLR_SCAN_SYNC_ISO_SET; idx++) { in sync_iso_get() local
929 for (uint8_t idx = 0; idx < CONFIG_BT_CTLR_SCAN_SYNC_ISO_SET; idx++) { in sync_iso_alloc() local
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c925 #define I2S(idx) DT_NODELABEL(i2s##idx) argument
926 #define I2S_CLK_SRC(idx) DT_STRING_TOKEN(I2S(idx), clock_source) argument
928 #define I2S_NRFX_DEVICE(idx) \ argument
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_api.c473 static inline void test_rtio_simple_multishot_(struct rtio *r, int idx) in test_rtio_simple_multishot_()
593 uintptr_t idx = *(uintptr_t *)cqe->userdata; in test_rtio_transaction_() local
764 int32_t idx = *(int32_t *)cqe->userdata; in test_rtio_callback_chaining_() local
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.c240 #define LIS2DH_RANGE_IDX_TO_VALUE(idx) (1 << ((idx) + 1)) argument
533 #define GPIO_DT_SPEC_INST_GET_BY_IDX_COND(id, prop, idx) \ argument
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_irqsteer.c308 int i, idx; in to_zephyr_irq() local
334 int i, idx; in from_zephyr_irq() local
/Zephyr-latest/tests/net/lib/wifi_credentials/src/
Dmain.c28 int custom_wifi_credentials_store_entry(size_t idx, const void *buf, size_t buf_len) in custom_wifi_credentials_store_entry()
35 int custom_wifi_credentials_load_entry(size_t idx, void *buf, size_t buf_len) in custom_wifi_credentials_load_entry()
/Zephyr-latest/drivers/watchdog/
Dwdt_shell.c169 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
/Zephyr-latest/drivers/video/
Dvideo_common.c91 size_t *idx) in video_format_caps_index()
/Zephyr-latest/drivers/coredump/
Dcoredump_impl.c136 #define INIT_REGION(node_id, prop, idx) DT_PROP_BY_IDX(node_id, prop, idx), argument
/Zephyr-latest/drivers/i2c/
Di2c_nrfx_twi_rtio.c162 #define I2C_NRFX_TWI_RTIO_DEVICE(idx) \ argument
/Zephyr-latest/drivers/serial/
Duart_rpi_pico_pio.c184 #define PIO_UART_INIT(idx) \ argument
/Zephyr-latest/subsys/input/
Dinput_utils.c258 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
/Zephyr-latest/drivers/gpio/
Dgpio_npm2100.c63 for (size_t idx = 0; idx < NPM2100_GPIO_PINS; idx++) { in gpio_npm2100_port_set_masked_raw() local
/Zephyr-latest/include/zephyr/xen/public/
Dmemory.h140 xen_ulong_t idx; member
/Zephyr-latest/drivers/counter/
Dcounter_timer_shell.c206 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
/Zephyr-latest/drivers/crypto/
Dcrypto_tc_shim.c198 int idx; in tc_session_setup() local
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Ddraw_text_rectspace1016.c44 for (int idx = 0; idx < cfb_get_numof_fonts(dev); idx++) { in cfb_test_before() local
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c63 uint16_t idx = context->pkt_list_in_idx; in pkt_list_remove_first() local
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_utils.c132 uint8_t idx; in wifi_utils_get_all_chans_in_range() local
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/
Dmain.c72 static size_t idx; variable
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c187 uint16_t idx) in next_missing_chunk()
210 for (size_t idx = 0; idx < cli->block.chunk_count; idx++) { in update_missing_chunks() local
1307 int idx; in handle_block_report() local
1341 int idx; in handle_block_status() local
Ddfd_srv.c671 enum bt_mesh_dfd_status status, uint16_t idx, in fw_status_rsp()
696 int idx; in handle_fw_get() local
718 uint16_t idx; in handle_fw_get_by_index() local
1221 int idx, err; in bt_mesh_dfd_srv_fw_delete() local

1...<<11121314151617181920>>...28