/Zephyr-latest/drivers/pwm/ |
D | pwm_renesas_rz_gpt.c | 592 #define GPT(idx) DT_INST_PARENT(idx) argument
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 414 int idx; in eswifi_off_get() local
|
/Zephyr-latest/drivers/spi/ |
D | spi_silabs_usart.c | 36 #define GET_USART_CLOCK(idx) \ argument
|
/Zephyr-latest/drivers/counter/ |
D | counter_max32_timer.c | 308 #define MAX32_TIM(idx) ((mxc_tmr_regs_t *)DT_REG_ADDR(TIMER(idx))) argument
|
D | counter_renesas_rz_gtm.c | 512 #define GTM(idx) DT_INST_PARENT(idx) argument
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_cyclonev.c | 32 #define INC_WRAP(idx, size) ({ idx = (idx + 1) % size; }) argument
|
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | main.c | 255 static void dynamic_cmd_get(size_t idx, struct shell_static_entry *entry) in dynamic_cmd_get()
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_nbr.c | 133 static inline struct net_nbr *get_nbr(int idx) in get_nbr() 668 uint8_t idx) in net_ipv6_nbr_lookup_by_index() 1015 struct net_nbr *net_ipv6_get_nbr(struct net_if *iface, uint8_t idx) in net_ipv6_get_nbr()
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac.c | 414 static void dwxgmac_set_mac_addr_by_idx(const struct device *dev, uint8_t *addr, uint8_t idx, in dwxgmac_set_mac_addr_by_idx() 1523 for (uint32_t idx = 1u; idx < XGMAC_MAX_MAC_ADDR_COUNT; idx++) { in get_free_mac_addr_indx() local 1539 for (uint32_t idx = 1u; idx < XGMAC_MAX_MAC_ADDR_COUNT; idx++) { in disable_filter_for_mac_addr() local
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | port.c | 82 static int port_msg_send(struct ptp_port *port, struct ptp_msg *msg, enum ptp_socket idx) in port_msg_send() 1046 enum ptp_port_event ptp_port_event_gen(struct ptp_port *port, int idx) in ptp_port_event_gen()
|
/Zephyr-latest/tests/net/ipv6_fragment/src/ |
D | main.c | 914 uint8_t idx; member 1634 int idx; in test_setup() local
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_usb.c | 479 static size_t usb_ring_buf_get(int16_t dest[], int16_t src[], size_t idx, size_t cnt) in usb_ring_buf_get()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 703 def idx_mod(wlen, idx): argument
|
/Zephyr-latest/drivers/sensor/espressif/pcnt_esp32/ |
D | pcnt_esp32.c | 61 const uint8_t idx; member
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_mchp_mec5.c | 86 size_t idx = 0; in gpio_mec5_configure() local
|
D | gpio_dw.c | 441 #define GPIO_CFG_IRQ(idx, n) \ argument
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_cc23x0.c | 41 #define CCM_CC23_BYTE_GET(idx, val) FIELD_GET(0xff << ((idx) << 3), (val)) argument
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_firmware.c | 490 for (int idx = 0; idx < MAX_INSTANCE_COUNT; idx++) { in lwm2m_firmware_init() local
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | eth_nxp_enet_qos_mac.c | 679 #define NXP_ENET_QOS_CONNECT_IRQS(node_id, prop, idx) \ argument
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull.c | 334 uint8_t idx; in rx_alloc() local
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztress.c | 177 int idx = 31 - __builtin_clz(mask); in preempt_update() local
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | resolve.c | 181 static void dns_postprocess_server(struct dns_resolve_context *ctx, int idx) in dns_postprocess_server() 438 int i = 0, idx = 0; in dns_resolve_init_locked() local
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_shell.c | 530 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_descriptor.c | 264 for (uint8_t idx = 1; idx < 16U; idx++) { in usb_validate_ep_cfg_data() local
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_scan_delegator.c | 1143 uint8_t idx = POINTER_TO_UINT(BT_AUDIO_CHRC_USER_DATA(attr)); in read_recv_state() local 1175 #define RECEIVE_STATE_CHARACTERISTIC(idx) \ argument
|