/Zephyr-Core-2.7.6/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-Core-2.7.6/scripts/pylib/twister/ |
D | harness.py | 49 def process_test(self, line): argument 80 def handle(self, line): argument 140 def handle(self, line): argument 218 def handle(self, line): argument
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_rv32m1_intmux.c | 61 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_irq_enable() local 70 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_irq_disable() local 94 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_get_line_state() local 107 #define ISR_ENTRY(channel, line) \ argument 115 uint32_t line = (regs->CHANNEL[channel].CHn_VEC >> 2); in rv32m1_intmux_isr() local
|
D | intc_exti_stm32.c | 111 void stm32_exti_enable(int line) in stm32_exti_enable() 136 void stm32_exti_disable(int line) in stm32_exti_disable() 157 static inline int stm32_exti_is_pending(int line) in stm32_exti_is_pending() 182 static inline void stm32_exti_clear_pending(int line) in stm32_exti_clear_pending() 201 void stm32_exti_trigger(int line, int trigger) in stm32_exti_trigger() 245 int line; in __stm32_exti_isr() local 432 int stm32_exti_set_callback(int line, stm32_exti_callback_t cb, void *arg) in stm32_exti_set_callback() 447 void stm32_exti_unset_callback(int line) in stm32_exti_unset_callback()
|
/Zephyr-Core-2.7.6/include/arch/xtensa/ |
D | cache.h | 29 size_t line; in z_xtensa_cache_flush() local 43 size_t line; in z_xtensa_cache_flush_inv() local 57 size_t line; in z_xtensa_cache_inv() local
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | net_pkt.c | 160 const char *func, int line) in net_pkt_alloc_add() 179 static void net_pkt_alloc_del(void *alloc_data, const char *func, int line) in net_pkt_alloc_del() 249 #define net_pkt_alloc_add(alloc_data, is_pkt, func, line) argument 250 #define net_pkt_alloc_del(alloc_data, func, line) argument 369 int line) in net_pkt_get_reserve_data_debug() 413 const char *caller, int line) in net_pkt_get_frag_debug() 451 const char *caller, int line) in net_pkt_get_reserve_rx_data_debug() 457 const char *caller, int line) in net_pkt_get_reserve_tx_data_debug() 501 void net_pkt_unref_debug(struct net_pkt *pkt, const char *caller, int line) 603 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
|
D | nbr.c | 23 void net_nbr_unref_debug(struct net_nbr *nbr, const char *caller, int line) in net_nbr_unref_debug() 45 int line) in net_nbr_ref_debug()
|
/Zephyr-Core-2.7.6/samples/net/civetweb/common/include/ |
D | external_mg_cry_internal_impl.inl | 15 unsigned line,
|
/Zephyr-Core-2.7.6/samples/boards/nrf/ieee802154/802154_rpmsg/src/ |
D | main.c | 18 void nrf_802154_sl_fault_handler(uint32_t id, int32_t line, const char *err) in nrf_802154_sl_fault_handler()
|
/Zephyr-Core-2.7.6/soc/arm/st_stm32/common/ |
D | stm32cube_hal.c | 46 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
|
/Zephyr-Core-2.7.6/include/drivers/console/ |
D | console.h | 27 char line[CONSOLE_MAX_LINE_LEN]; member
|
/Zephyr-Core-2.7.6/tests/subsys/fs/multi-fs/src/ |
D | test_fs_shell.c | 18 static void test_shell_exec(const char *line, int result) in test_shell_exec()
|
/Zephyr-Core-2.7.6/scripts/ |
D | process_gperf.py | 80 def process_line(line, fp): argument
|
/Zephyr-Core-2.7.6/subsys/net/l2/ppp/ |
D | misc.c | 78 const char *caller, int line) in ppp_change_phase_debug() 269 const char *caller, int line) in ppp_change_state_debug()
|
/Zephyr-Core-2.7.6/samples/net/mdns_responder/src/ |
D | service.c | 43 uint8_t line[64]; in service() local
|
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/include/ |
D | ztest_assert.h | 30 static inline bool z_zassert_(bool cond, const char *file, int line) in z_zassert_() 42 #define z_zassert(cond, default_msg, file, line, func, msg, ...) \ argument 50 int line, const char *func, in z_zassert()
|
/Zephyr-Core-2.7.6/scripts/gitlint/ |
D | zephyr_commit_rules.py | 84 def validate(self, line, _commit): argument 109 def validate(self, line, _commit): argument
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_mesh/src/ |
D | settings_test_backend.c | 42 char line[READ_LEN_MAX + 1]; in entry_check_and_copy() local 91 char line[READ_LEN_MAX + 1]; in settings_custom_load() local
|
/Zephyr-Core-2.7.6/scripts/west_commands/zspdx/ |
D | scanner.py | 39 def parseLineForExpression(line): argument
|
/Zephyr-Core-2.7.6/include/dt-bindings/pinctrl/ |
D | stm32f1-pinctrl.h | 19 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 20 #define STM32F1_PINMUX(port, line, mode, remap) \ argument
|
D | stm32-pinctrl.h | 41 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 42 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (STM32_ ## mode)) argument
|
/Zephyr-Core-2.7.6/drivers/gpio/ |
D | gpio_stm32.c | 39 static void gpio_stm32_isr(int line, void *arg) in gpio_stm32_isr() 272 uint32_t line = gpio_stm32_pin_to_exti_line(pin); in gpio_stm32_set_exti_source() local 303 uint32_t line = gpio_stm32_pin_to_exti_line(pin); in gpio_stm32_get_exti_source() local
|
/Zephyr-Core-2.7.6/soc/riscv/openisa_rv32m1/ |
D | soc.c | 114 uint32_t channel, line, ier; in arch_irq_is_enabled() local
|