Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-Core-3.5.0/drivers/pinctrl/
Dpinctrl_nrf.c36 #define NRF_PSEL_UART(reg, line) ((NRF_UART_Type *)reg)->PSEL##line argument
38 #define NRF_PSEL_UART(reg, line) ((NRF_UARTE_Type *)reg)->PSEL.line argument
42 #define NRF_PSEL_SPIM(reg, line) ((NRF_SPI_Type *)reg)->PSEL##line argument
44 #define NRF_PSEL_SPIM(reg, line) ((NRF_SPIM_Type *)reg)->PSEL.line argument
49 #define NRF_PSEL_SPIS(reg, line) ((NRF_SPIS_Type *)reg)->PSEL##line argument
51 #define NRF_PSEL_SPIS(reg, line) ((NRF_SPIS_Type *)reg)->PSEL.line argument
57 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWI_Type *)reg)->PSEL##line argument
59 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWI_Type *)reg)->PSEL.line argument
62 #define NRF_PSEL_TWIM(reg, line) ((NRF_TWIM_Type *)reg)->PSEL.line argument
66 #define NRF_PSEL_I2S(reg, line) ((NRF_I2S_Type *)reg)->PSEL.line argument
[all …]
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_exti_stm32.c49 void stm32_exti_enable(int line) in stm32_exti_enable()
74 void stm32_exti_disable(int line) in stm32_exti_disable()
95 static inline int stm32_exti_is_pending(int line) in stm32_exti_is_pending()
117 static inline void stm32_exti_clear_pending(int line) in stm32_exti_clear_pending()
133 void stm32_exti_trigger(int line, int trigger) in stm32_exti_trigger()
178 int line; in stm32_exti_isr() local
248 int stm32_exti_set_callback(int line, stm32_exti_callback_t cb, void *arg) in stm32_exti_set_callback()
268 void stm32_exti_unset_callback(int line) in stm32_exti_unset_callback()
Dintc_gd32_exti.c58 #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()
Dintc_wkpu_nxp_s32.c39 int wkpu_nxp_s32_set_callback(const struct device *dev, uint8_t line, in wkpu_nxp_s32_set_callback()
57 void wkpu_nxp_s32_unset_callback(const struct device *dev, uint8_t line) in wkpu_nxp_s32_unset_callback()
68 void wkpu_nxp_s32_enable_interrupt(const struct device *dev, uint8_t line, in wkpu_nxp_s32_enable_interrupt()
80 void wkpu_nxp_s32_disable_interrupt(const struct device *dev, uint8_t line) in wkpu_nxp_s32_disable_interrupt()
104 static void wkpu_nxp_s32_callback(const struct device *dev, uint8 line) in wkpu_nxp_s32_callback()
124 #define WKPU_NXP_S32_CALLBACK(line, n) \ argument
Dintc_rv32m1_intmux.c58 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_irq_enable() local
67 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_irq_disable() local
91 uint32_t line = rv32m1_intmux_line(irq); in rv32m1_intmux_get_line_state() local
104 #define ISR_ENTRY(channel, line) \ argument
113 uint32_t line = (regs->CHANNEL[channel].CHn_VEC >> 2); in rv32m1_intmux_isr() local
Dintc_eirq_nxp_s32.c42 int eirq_nxp_s32_set_callback(const struct device *dev, uint8_t line, in eirq_nxp_s32_set_callback()
60 void eirq_nxp_s32_unset_callback(const struct device *dev, uint8_t line) in eirq_nxp_s32_unset_callback()
71 void eirq_nxp_s32_enable_interrupt(const struct device *dev, uint8_t line, in eirq_nxp_s32_enable_interrupt()
83 void eirq_nxp_s32_disable_interrupt(const struct device *dev, uint8_t line) in eirq_nxp_s32_disable_interrupt()
101 static void eirq_nxp_s32_callback(const struct device *dev, uint8 line) in eirq_nxp_s32_callback()
129 #define EIRQ_NXP_S32_CALLBACK(line, n) \ argument
/Zephyr-Core-3.5.0/tests/bluetooth/controller/common/src/
Dhelper_pdu.c507 void helper_pdu_verify_version_ind(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_version_ind()
524 void helper_pdu_verify_ping_req(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_ping_req()
532 void helper_pdu_verify_ping_rsp(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_ping_rsp()
540 void helper_pdu_verify_feature_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_feature_req()
557 void helper_pdu_verify_peripheral_feature_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_peripheral_feature_req()
573 void helper_pdu_verify_feature_rsp(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_feature_rsp()
591 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()
606 void helper_pdu_verify_enc_req(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_enc_req()
621 void helper_pdu_ntf_verify_enc_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_ntf_verify_enc_req()
635 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 …]
Dhelper_util.c400 void lt_tx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_tx_real()
424 void lt_tx_real_no_encode(const char *file, uint32_t line, struct pdu_data *pdu, in lt_tx_real_no_encode()
450 void lt_rx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_rx_real()
468 void lt_rx_q_is_empty_real(const char *file, uint32_t line, struct ll_conn *conn) in lt_rx_q_is_empty_real()
476 void ut_rx_pdu_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in ut_rx_pdu_real()
498 void ut_rx_node_real(const char *file, uint32_t line, enum helper_node_opcode opcode, in ut_rx_node_real()
516 void ut_rx_q_is_empty_real(const char *file, uint32_t line) in ut_rx_q_is_empty_real()
/Zephyr-Core-3.5.0/tests/subsys/fs/common/
Dtest_fs_open_flags.c55 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-3.5.0/include/zephyr/arch/xtensa/
Dcache.h32 size_t line; in arch_dcache_flush_range() local
47 size_t line; in arch_dcache_flush_and_invd_range() local
62 size_t line; in arch_dcache_invd_range() local
75 size_t line; in arch_dcache_invd_all() local
88 size_t line; in arch_dcache_flush_all() local
101 size_t line; in arch_dcache_flush_and_invd_all() local
/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/
Dll_assert.c11 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle()
Dassert.c20 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_pkt.c164 const char *func, int line) in net_pkt_alloc_add()
183 static void net_pkt_alloc_del(void *alloc_data, const char *func, int line) in net_pkt_alloc_del()
253 #define net_pkt_alloc_add(alloc_data, is_pkt, func, line) argument
254 #define net_pkt_alloc_del(alloc_data, func, line) argument
370 int line) in net_pkt_get_reserve_data_debug()
418 const char *caller, int line) in net_pkt_get_frag_debug()
458 const char *caller, int line) in net_pkt_get_reserve_rx_data_debug()
464 const char *caller, int line) in net_pkt_get_reserve_tx_data_debug()
508 void net_pkt_unref_debug(struct net_pkt *pkt, const char *caller, int line)
610 int line)
[all …]
Dtp.c46 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 …]
Dtp_priv.h42 int line; member
54 int line; member
61 int line; member
67 int line; member
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dharness.py83 def process_test(self, line): argument
122 def handle(self, line): argument
174 def handle(self, line): argument
455 def handle(self, line): argument
521 def _check_result(self, line): argument
537 def handle(self, line): argument
/Zephyr-Core-3.5.0/samples/boards/nrf/ieee802154/802154_rpmsg/src/
Dmain.c19 void nrf_802154_sl_fault_handler(uint32_t id, int32_t line, const char *err) in nrf_802154_sl_fault_handler()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/shell_mgmt/src/
Dshell_mgmt.c24 shell_exec(const char *line) in shell_exec()
49 char line[CONFIG_SHELL_CMD_BUFF_SIZE + 1]; in shell_mgmt_exec() local
/Zephyr-Core-3.5.0/soc/arm/st_stm32/common/
Dstm32cube_hal.c46 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/Zephyr-Core-3.5.0/tests/net/mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-Core-3.5.0/tests/bluetooth/host/host_mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-Core-3.5.0/modules/mbedtls/
Ddebug.c13 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in zephyr_mbedtls_debug()
/Zephyr-Core-3.5.0/include/zephyr/drivers/console/
Dconsole.h27 char line[CONSOLE_MAX_LINE_LEN]; member
/Zephyr-Core-3.5.0/scripts/gitlint/
Dzephyr_commit_rules.py84 def validate(self, line, _commit): argument
109 def validate(self, line, _commit): argument
127 def validate(self, line, _commit): argument
/Zephyr-Core-3.5.0/tests/subsys/fs/multi-fs/src/
Dtest_fs_shell.c18 static void test_shell_exec(const char *line, int result) in test_shell_exec()

123