| /Zephyr-latest/drivers/spi/ |
| D | spi_sifive.c | 110 void spi_sifive_send(const struct device *dev, uint8_t frame) in spi_sifive_send()
|
| D | spi_litex.c | 122 static void spi_litex_send(const struct device *dev, uint32_t frame, in spi_litex_send()
|
| D | spi_silabs_usart.c | 219 static void spi_silabs_usart_send(USART_TypeDef *usart, uint8_t frame) in spi_silabs_usart_send()
|
| /Zephyr-latest/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-latest/drivers/can/ |
| D | can_common.c | 34 int z_impl_can_send(const struct device *dev, const struct can_frame *frame, in z_impl_can_send() 106 static void can_msgq_put(const struct device *dev, struct can_frame *frame, void *user_data) in can_msgq_put()
|
| D | can_mcp2515.c | 529 const struct can_frame *frame, in mcp2515_send() 661 struct can_frame *frame) in mcp2515_rx_filter() 699 struct can_frame frame; in mcp2515_rx() local
|
| D | can_stm32_bxcan.c | 90 static void can_stm32_rx_fifo_pop(CAN_FIFOMailBox_TypeDef *mbox, struct can_frame *frame) in can_stm32_rx_fifo_pop() 121 struct can_frame frame; in can_stm32_rx_isr_handler() local 757 static int can_stm32_send(const struct device *dev, const struct can_frame *frame, in can_stm32_send()
|
| D | can_nxp_s32_canxl.c | 574 const struct can_frame *frame, in can_nxp_s32_send() 833 struct can_frame *frame) in nxp_s32_msg_data_to_zcan_frame() 876 struct can_frame frame = {0}; in can_nxp_s32_ctrl_callback() local
|
| D | can_mcux_flexcan.c | 92 } frame; member 668 const struct can_frame *frame, in mcux_flexcan_send() 1018 struct can_frame frame; in mcux_flexcan_transfer_rx_idle() local
|
| D | can_rcar.c | 356 const struct can_frame *frame) in can_rcar_rx_filter_isr() 387 struct can_frame frame = {0}; in can_rcar_rx_isr() local 871 static int can_rcar_send(const struct device *dev, const struct can_frame *frame, in can_rcar_send()
|
| D | can_handlers.c | 204 const struct can_frame *frame, in z_vrfy_can_send()
|
| D | can_mcan.c | 687 struct can_frame frame = {0}; in can_mcan_get_message() local 904 int can_mcan_send(const struct device *dev, const struct can_frame *frame, k_timeout_t timeout, in can_mcan_send()
|
| D | can_renesas_ra.c | 349 struct can_frame frame = { in can_renesas_ra_call_rx_cb() local 554 static int can_renesas_ra_send(const struct device *dev, const struct can_frame *frame, in can_renesas_ra_send()
|
| /Zephyr-latest/tests/subsys/modem/modem_ppp/src/ |
| D | main.c | 207 static void test_modem_ppp_generate_ppp_frame(uint8_t *frame, size_t size) in test_modem_ppp_generate_ppp_frame() 231 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-latest/drivers/hdlc_rcp_if/ |
| D | hdlc_rcp_if_uart.c | 170 static int hdlc_send(const uint8_t *frame, uint16_t length) in hdlc_send()
|
| /Zephyr-latest/drivers/bluetooth/hci/ |
| D | userchan.c | 180 static uint8_t frame[512]; in rx_thread() local
|
| /Zephyr-latest/drivers/ethernet/nxp_imx_netc/ |
| D | eth_nxp_imx_netc.c | 231 netc_frame_struct_t frame = {.buffArray = &buff, .length = 1}; in netc_eth_tx() local
|
| /Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
| D | wpa_supp_if.c | 267 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_auth_resp() local 314 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_assoc_resp() local 376 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_deauth() local 412 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_disassoc() local 1347 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_unprot_mgmt() local
|
| /Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
| D | usb.c | 209 int usb_add_frame_to_usb(enum bt_audio_location chan_allocation, const int16_t *frame, in usb_add_frame_to_usb()
|
| /Zephyr-latest/arch/x86/core/ |
| D | fatal.c | 134 struct stack_frame *frame; in walk_stackframe() local
|
| /Zephyr-latest/arch/xtensa/core/ |
| D | coredump.c | 133 _xtensa_irq_stack_frame_raw_t *frame = (void *)esf; in arch_coredump_info_dump() local
|
| /Zephyr-latest/drivers/ieee802154/ |
| D | ieee802154_nrf5.c | 1191 void nrf_802154_transmitted_raw(uint8_t *frame, in nrf_802154_transmitted_raw() 1220 void nrf_802154_transmit_failed(uint8_t *frame, in nrf_802154_transmit_failed()
|
| D | ieee802154_cc2520.c | 461 uint8_t *frame, uint8_t len) in write_txfifo_content() 785 uint8_t *frame = frag->data; in cc2520_tx() local
|
| /Zephyr-latest/arch/riscv/core/ |
| D | stacktrace.c | 105 struct stackframe *frame; in walk_stackframe() local
|
| /Zephyr-latest/tests/net/lib/http_server/core/src/ |
| D | main.c | 588 static void test_get_frame_header(size_t *offset, struct http2_frame *frame) in test_get_frame_header() 604 struct http2_frame frame; in expect_http2_settings_frame() local 654 struct http2_frame frame; in expect_http2_headers_frame() local 680 struct http2_frame frame; in expect_http2_data_frame() local 704 struct http2_frame frame; in expect_http2_window_update_frame() local 2436 struct http2_frame *frame; in ZTEST() local
|