/Zephyr-Core-3.5.0/tests/drivers/can/api/src/ |
D | classic.c | 27 const struct can_frame *frame = user_data; in tx_std_callback_1() local 42 const struct can_frame *frame = user_data; in tx_std_callback_2() local 57 const struct can_frame *frame = user_data; in tx_ext_callback_1() local 72 const struct can_frame *frame = user_data; in tx_ext_callback_2() local 85 static void rx_std_callback_1(const struct device *dev, struct can_frame *frame, in rx_std_callback_1() 102 static void rx_std_callback_2(const struct device *dev, struct can_frame *frame, in rx_std_callback_2() 119 static void rx_std_mask_callback_1(const struct device *dev, struct can_frame *frame, in rx_std_mask_callback_1() 136 static void rx_std_mask_callback_2(const struct device *dev, struct can_frame *frame, in rx_std_mask_callback_2() 153 static void rx_ext_callback_1(const struct device *dev, struct can_frame *frame, in rx_ext_callback_1() 170 static void rx_ext_callback_2(const struct device *dev, struct can_frame *frame, in rx_ext_callback_2() [all …]
|
D | canfd.c | 22 const struct can_frame *frame = user_data; in tx_std_callback_1() local 32 const struct can_frame *frame = user_data; in tx_std_callback_2() local 40 static void rx_std_callback_1(const struct device *dev, struct can_frame *frame, void *user_data) in rx_std_callback_1() 51 static void rx_std_callback_2(const struct device *dev, struct can_frame *frame, void *user_data) in rx_std_callback_2() 62 static void rx_std_callback_fd_1(const struct device *dev, struct can_frame *frame, in rx_std_callback_fd_1() 74 static void rx_std_callback_fd_2(const struct device *dev, struct can_frame *frame, in rx_std_callback_fd_2() 95 static void send_test_frame(const struct device *dev, const struct can_frame *frame) in send_test_frame() 114 static void send_test_frame_nowait(const struct device *dev, const struct can_frame *frame, in send_test_frame_nowait() 273 struct can_frame frame; in check_filters_preserved_between_modes() local
|
/Zephyr-Core-3.5.0/subsys/net/l2/ieee802154/ |
D | ieee802154_security.c | 102 static void prepare_cipher_aead_pkt(uint8_t *frame, uint8_t level, uint8_t ll_hdr_len, in prepare_cipher_aead_pkt() 131 bool ieee802154_decrypt_auth(struct ieee802154_security_ctx *sec_ctx, uint8_t *frame, in ieee802154_decrypt_auth() 164 bool ieee802154_encrypt_auth(struct ieee802154_security_ctx *sec_ctx, uint8_t *frame, in ieee802154_encrypt_auth()
|
/Zephyr-Core-3.5.0/subsys/modem/ |
D | modem_cmux.c | 141 const struct modem_cmux_frame *frame) in modem_cmux_transmit_frame() 199 const struct modem_cmux_frame *frame) in modem_cmux_transmit_cmd_frame() 217 const struct modem_cmux_frame *frame) in modem_cmux_transmit_data_frame() 251 struct modem_cmux_frame frame; in modem_cmux_acknowledge_received_frame() local 731 struct modem_cmux_frame frame = { in modem_cmux_connect_handler() local 760 struct modem_cmux_frame frame = { in modem_cmux_disconnect_handler() local 791 struct modem_cmux_frame frame = { in modem_cmux_dlci_pipe_api_transmit() local 840 struct modem_cmux_frame frame = { in modem_cmux_dlci_open_handler() local 861 struct modem_cmux_frame frame = { in modem_cmux_dlci_close_handler() local
|
/Zephyr-Core-3.5.0/subsys/canbus/isotp/ |
D | isotp.c | 44 static inline void prepare_frame(struct can_frame *frame, struct isotp_msg_id *addr) in prepare_frame() 139 struct can_frame frame; in receive_send_fc() local 382 static void process_ff_sf(struct isotp_recv_ctx *rctx, struct can_frame *frame) in process_ff_sf() 486 static void process_cf(struct isotp_recv_ctx *rctx, struct can_frame *frame) in process_cf() 556 static void receive_can_rx(const struct device *dev, struct can_frame *frame, void *arg) in receive_can_rx() 787 static void send_process_fc(struct isotp_send_ctx *sctx, struct can_frame *frame) in send_process_fc() 846 static void send_can_rx_cb(const struct device *dev, struct can_frame *frame, void *arg) in send_can_rx_cb() 889 struct can_frame frame; in send_sf() local 940 struct can_frame frame; in send_ff() local 980 struct can_frame frame; in send_cf() local
|
/Zephyr-Core-3.5.0/samples/subsys/video/capture/src/ |
D | main.c | 24 unsigned int frame = 0; in main() local
|
/Zephyr-Core-3.5.0/arch/xtensa/core/ |
D | xtensa_backtrace.c | 63 bool z_xtensa_backtrace_get_next_frame(struct z_xtensa_backtrace_frame_t *frame) in z_xtensa_backtrace_get_next_frame()
|
D | xtensa-asm2.c | 28 _xtensa_irq_stack_frame_a11_t *frame; in xtensa_init_stack() local 111 _xtensa_irq_stack_frame_raw_t *frame = (void *)stack; in z_xtensa_dump_stack() local
|
/Zephyr-Core-3.5.0/drivers/can/ |
D | can_loopback.c | 20 struct can_frame frame; member 48 const struct can_frame *frame, in receive_frame() 65 struct can_loopback_frame frame; in tx_thread() local 99 const struct can_frame *frame, in can_loopback_send()
|
D | can_sja1000.c | 264 static void can_sja1000_read_frame(const struct device *dev, struct can_frame *frame) in can_sja1000_read_frame() 316 void can_sja1000_write_frame(const struct device *dev, const struct can_frame *frame) in can_sja1000_write_frame() 364 int can_sja1000_send(const struct device *dev, const struct can_frame *frame, k_timeout_t timeout, in can_sja1000_send() 563 struct can_frame frame; in can_sja1000_handle_receive_irq() local
|
D | can_native_posix_linux.c | 49 static void dispatch_frame(const struct device *dev, struct can_frame *frame) in dispatch_frame() 81 struct can_frame frame; in rx_thread() local 121 static int can_npl_send(const struct device *dev, const struct can_frame *frame, in can_npl_send()
|
D | can_shell.c | 63 static void can_shell_print_frame(const struct shell *sh, const struct can_frame *frame) in can_shell_print_frame() 178 struct can_frame frame; in can_shell_rx_msgq_triggered_work_handler() local 563 struct can_frame frame; in cmd_can_send() local
|
D | can_native_posix_linux_socketcan.c | 117 struct canfd_frame *frame = (struct canfd_frame *)buf; in linux_socketcan_read_data() local
|
D | can_common.c | 33 int z_impl_can_send(const struct device *dev, const struct can_frame *frame, in z_impl_can_send() 58 static void can_msgq_put(const struct device *dev, struct can_frame *frame, void *user_data) in can_msgq_put()
|
D | can_mcp2515.c | 551 const struct can_frame *frame, in mcp2515_send() 680 struct can_frame *frame) in mcp2515_rx_filter() 712 struct can_frame frame; in mcp2515_rx() local
|
/Zephyr-Core-3.5.0/samples/drivers/can/counter/src/ |
D | main.c | 70 struct can_frame frame; in rx_thread() local 91 struct can_frame frame; in change_led_work_handler() local
|
/Zephyr-Core-3.5.0/samples/drivers/can/babbling/src/ |
D | main.c | 49 struct can_frame frame = {0}; in main() local
|
/Zephyr-Core-3.5.0/modules/canopennode/ |
D | CO_driver.c | 81 static void canopen_rx_callback(const struct device *dev, struct can_frame *frame, void *user_data) in canopen_rx_callback() 131 struct can_frame frame; in canopen_tx_retry() local 364 struct can_frame frame; in CO_CANsend() local
|
/Zephyr-Core-3.5.0/samples/subsys/logging/syst/src/ |
D | main.c | 36 struct test_frame frame = { 0 }; in log_msgs() local
|
/Zephyr-Core-3.5.0/tests/subsys/canbus/isotp/conformance/src/ |
D | main.c | 175 static int check_data(const uint8_t *frame, const uint8_t *desired, size_t length) in check_data() 263 struct can_frame frame = { in send_frame_series() local 284 struct can_frame frame; in check_frame_series() local 323 static void prepare_fc_frame(struct frame_desired *frame, uint8_t st, in prepare_fc_frame() 338 static void prepare_sf_frame(struct frame_desired *frame, const uint8_t *data) in prepare_sf_frame() 351 static void prepare_sf_ext_frame(struct frame_desired *frame, const uint8_t *data) in prepare_sf_ext_frame()
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | spi_litespi.c | 83 static void spi_litespi_send(const struct device *dev, uint8_t frame, in spi_litespi_send()
|
D | spi_sifive.c | 110 void spi_sifive_send(const struct device *dev, uint8_t frame) in spi_sifive_send()
|
/Zephyr-Core-3.5.0/drivers/net/ |
D | canbus.c | 30 static void net_canbus_recv(const struct device *dev, struct can_frame *frame, void *user_data) in net_canbus_recv()
|
/Zephyr-Core-3.5.0/tests/subsys/modem/modem_ppp/src/ |
D | main.c | 208 static void test_modem_ppp_generate_ppp_frame(uint8_t *frame, size_t size) in test_modem_ppp_generate_ppp_frame() 232 static size_t test_modem_ppp_wrap_ppp_frame(uint8_t *wrapped, const uint8_t *frame, size_t size) in test_modem_ppp_wrap_ppp_frame()
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | fatal.c | 114 struct stack_frame *frame; in unwind_stack() local
|