/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_nrf.c | 44 #define NRF_PSEL_UART(reg, line) ((NRF_UART_Type *)reg)->PSEL##line argument 47 #define NRF_PSEL_UART(reg, line) ((NRF_UARTE_Type *)reg)->PSEL.line argument 51 #define NRF_PSEL_SPIM(reg, line) ((NRF_SPI_Type *)reg)->PSEL##line argument 54 #define NRF_PSEL_SPIM(reg, line) ((NRF_SPIM_Type *)reg)->PSEL.line argument 60 #define NRF_PSEL_SPIS(reg, line) ((NRF_SPIS_Type *)reg)->PSEL##line argument 62 #define NRF_PSEL_SPIS(reg, line) ((NRF_SPIS_Type *)reg)->PSEL.line argument 68 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWI_Type *)reg)->PSEL##line argument 70 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWI_Type *)reg)->PSEL.line argument 74 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWIM_Type *)reg)->PSEL.line argument 78 #define NRF_PSEL_I2S(reg, line) ((NRF_I2S_Type *)reg)->PSEL.line argument [all …]
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_exti_stm32.c | 78 static inline int stm32_exti_is_pending(stm32_gpio_irq_line_t line) in stm32_exti_is_pending() 95 static inline void stm32_exti_clear_pending(stm32_gpio_irq_line_t line) in stm32_exti_clear_pending() 118 static inline gpio_pin_t ll_exti_line_to_linenum(stm32_gpio_irq_line_t line) in ll_exti_line_to_linenum() 135 stm32_gpio_irq_line_t line; in stm32_exti_isr() local 258 void stm32_gpio_intc_enable_line(stm32_gpio_irq_line_t line) in stm32_gpio_intc_enable_line() 280 void stm32_gpio_intc_disable_line(stm32_gpio_irq_line_t line) in stm32_gpio_intc_disable_line() 289 void stm32_gpio_intc_select_line_trigger(stm32_gpio_irq_line_t line, uint32_t trg) in stm32_gpio_intc_select_line_trigger() 317 int stm32_gpio_intc_set_irq_callback(stm32_gpio_irq_line_t line, stm32_gpio_irq_cb_t cb, void *user) in stm32_gpio_intc_set_irq_callback() 338 void stm32_gpio_intc_remove_irq_callback(stm32_gpio_irq_line_t line) in stm32_gpio_intc_remove_irq_callback() 348 void stm32_exti_set_line_src_port(gpio_pin_t line, uint32_t port) in stm32_exti_set_line_src_port() [all …]
|
D | intc_gpio_stm32wb0.c | 75 stm32_gpio_irq_line_t line = (1U << pin); in portpin_to_ll_exti_line() local 95 static inline uint32_t ll_exti_line_to_portpin(stm32_gpio_irq_line_t line) in ll_exti_line_to_portpin() 103 static struct gpio_irq_cb_wrp *irq_cb_wrp_for_line(stm32_gpio_irq_line_t line) in irq_cb_wrp_for_line() 118 uint32_t line = arg->port_first_line; in stm32wb0_gpio_isr() local 202 void stm32_gpio_intc_enable_line(stm32_gpio_irq_line_t line) in stm32_gpio_intc_enable_line() 213 void stm32_gpio_intc_disable_line(stm32_gpio_irq_line_t line) in stm32_gpio_intc_disable_line() 219 void stm32_gpio_intc_select_line_trigger(stm32_gpio_irq_line_t line, uint32_t trg) in stm32_gpio_intc_select_line_trigger() 270 int stm32_gpio_intc_set_irq_callback(stm32_gpio_irq_line_t line, in stm32_gpio_intc_set_irq_callback() 290 void stm32_gpio_intc_remove_irq_callback(uint32_t line) in stm32_gpio_intc_remove_irq_callback()
|
D | intc_gd32_exti.c | 58 #define EXTI_LINE_IRQ_COND(enabled, line) \ argument 106 void gd32_exti_enable(uint8_t line) in gd32_exti_enable() 116 void gd32_exti_disable(uint8_t line) in gd32_exti_disable() 124 void gd32_exti_trigger(uint8_t line, uint8_t trigger) in gd32_exti_trigger() 142 int gd32_exti_configure(uint8_t line, gd32_exti_cb_t cb, void *user) in gd32_exti_configure()
|
D | intc_rv32m1_intmux.c | 59 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_irq_enable() local 68 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_irq_disable() local 92 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_get_line_state() local 105 #define ISR_ENTRY(channel, line) \ argument 114 uint32_t line = (regs->CHANNEL[channel].CHn_VEC >> 2); in rv32m1_intmux_isr() local
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 534 void helper_pdu_verify_version_ind(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_version_ind() 551 void helper_pdu_verify_ping_req(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_ping_req() 559 void helper_pdu_verify_ping_rsp(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_ping_rsp() 567 void helper_pdu_verify_feature_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_feature_req() 584 void helper_pdu_verify_peripheral_feature_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_peripheral_feature_req() 600 void helper_pdu_verify_feature_rsp(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_feature_rsp() 618 void helper_pdu_verify_min_used_chans_ind(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_min_used_chans_ind() 633 void helper_pdu_verify_enc_req(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_enc_req() 648 void helper_pdu_ntf_verify_enc_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_ntf_verify_enc_req() 662 void helper_pdu_verify_enc_rsp(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_enc_rsp() [all …]
|
D | helper_util.c | 405 void lt_tx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_tx_real() 429 void lt_tx_real_no_encode(const char *file, uint32_t line, struct pdu_data *pdu, in lt_tx_real_no_encode() 455 void lt_rx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_rx_real() 473 void lt_rx_q_is_empty_real(const char *file, uint32_t line, struct ll_conn *conn) in lt_rx_q_is_empty_real() 481 void ut_rx_pdu_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in ut_rx_pdu_real() 503 void ut_rx_node_real(const char *file, uint32_t line, enum helper_node_opcode opcode, in ut_rx_node_real() 521 void ut_rx_q_is_empty_real(const char *file, uint32_t line) in ut_rx_q_is_empty_real()
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_open_flags.c | 55 static void ZOPEN(struct test_state *ts, int flags, int expected, int line) in ZOPEN() 62 static void ZCLOSE(struct test_state *ts, int line) in ZCLOSE() 69 static void ZWRITE(struct test_state *ts, int expected, int line) in ZWRITE() 76 static void ZREAD(struct test_state *ts, int expected, int line) in ZREAD() 83 static void ZUNLINK(struct test_state *ts, int line) in ZUNLINK() 94 static void ZCHKPOS(struct test_state *ts, off_t expected, int line) in ZCHKPOS() 101 static void ZREWIND(struct test_state *ts, int line) in ZREWIND()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 175 const char *func, int line) in net_pkt_alloc_add() 194 static void net_pkt_alloc_del(void *alloc_data, const char *func, int line) in net_pkt_alloc_del() 264 #define net_pkt_alloc_add(alloc_data, is_pkt, func, line) argument 265 #define net_pkt_alloc_del(alloc_data, func, line) argument 381 int line) in net_pkt_get_reserve_data_debug() 429 const char *caller, int line) in net_pkt_get_frag_debug() 469 const char *caller, int line) in net_pkt_get_reserve_rx_data_debug() 475 const char *caller, int line) in net_pkt_get_reserve_tx_data_debug() 519 void net_pkt_unref_debug(struct net_pkt *pkt, const char *caller, int line) 621 int line) [all …]
|
D | tp.c | 46 void *tp_malloc(size_t size, const char *file, int line, const char *func) in tp_malloc() 110 void tp_free(void *ptr, const char *file, int line, const char *func) in tp_free() 125 void *tp_calloc(size_t nmemb, size_t size, const char *file, int line, in tp_calloc() 147 const char *file, int line, const char *func) in tp_nbuf_alloc() 166 struct net_buf *tp_nbuf_clone(struct net_buf *buf, const char *file, int line, in tp_nbuf_clone() 184 void tp_nbuf_unref(struct net_buf *nbuf, const char *file, int line, in tp_nbuf_unref() 219 const char *file, int line) in tp_pkt_alloc() 233 struct net_pkt *tp_pkt_clone(struct net_pkt *pkt, const char *file, int line) in tp_pkt_clone() 248 void tp_pkt_unref(struct net_pkt *pkt, const char *file, int line) in tp_pkt_unref() 289 const char *file, int line, const char *func) in tp_seq_track() [all …]
|
D | tp_priv.h | 42 int line; member 54 int line; member 61 int line; member 67 int line; member
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | cache.h | 34 size_t line; in arch_dcache_flush_range() local 50 size_t line; in arch_dcache_flush_and_invd_range() local 66 size_t line; in arch_dcache_invd_range() local 80 size_t line; in arch_dcache_invd_all() local 94 size_t line; in arch_dcache_flush_all() local 108 size_t line; in arch_dcache_flush_and_invd_all() local
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ll_assert.c | 11 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle()
|
D | assert.c | 20 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/src/ |
D | shell_mgmt.c | 24 shell_exec(const char *line) in shell_exec() 49 char line[CONFIG_SHELL_CMD_BUFF_SIZE + 1]; in shell_mgmt_exec() local
|
/Zephyr-latest/samples/boards/nordic/ieee802154/802154_rpmsg/src/ |
D | main.c | 19 void nrf_802154_sl_fault_handler(uint32_t id, int32_t line, const char *err) in nrf_802154_sl_fault_handler()
|
/Zephyr-latest/soc/st/stm32/common/ |
D | stm32cube_hal.c | 46 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
|
/Zephyr-latest/lib/libc/picolibc/ |
D | assert.c | 11 FUNC_NORETURN void __assert_func(const char *file, int line, in __assert_func()
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | assert.c | 20 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
|
/Zephyr-latest/tests/bluetooth/host/host_mocks/ |
D | assert.c | 21 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
|
/Zephyr-latest/tests/net/mocks/ |
D | assert.c | 21 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | harness.py | 127 def parse_record(self, line) -> re.Match: argument 139 def process_test(self, line): argument 182 def handle(self, line): argument 281 def handle(self, line): argument 639 def handle(self, line): argument 708 def _check_result(self, line): argument 840 def handle(self, line): argument
|
/Zephyr-latest/modules/mbedtls/ |
D | debug.c | 13 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in zephyr_mbedtls_debug()
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 84 def validate(self, line, _commit): argument 109 def validate(self, line, _commit): argument 127 def validate(self, line, _commit): argument
|
/Zephyr-latest/include/zephyr/drivers/console/ |
D | console.h | 27 char line[CONSOLE_MAX_LINE_LEN]; member
|