Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 57) sorted by relevance

123

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http2.c55 struct http2_frame *frame = &client->current_frame; in print_http_frames() local
319 struct http2_frame *frame) in send_http2_404()
341 struct http2_frame *frame) in send_http2_409()
356 struct http2_frame *frame, struct http_client_ctx *client) in handle_http2_static_resource()
397 struct http2_frame *frame, in handle_http2_static_fs_resource()
497 static int http2_dynamic_response(struct http_client_ctx *client, struct http2_frame *frame, in http2_dynamic_response()
564 struct http2_frame *frame = &client->current_frame; in dynamic_get_del_req_v2() local
618 struct http2_frame *frame = &client->current_frame; in dynamic_post_put_req_v2() local
710 struct http2_frame *frame, struct http_client_ctx *client) in handle_http2_dynamic_resource()
814 struct http2_frame *frame = &client->current_frame; in enter_http_frame_data_state() local
[all …]
/Zephyr-latest/tests/drivers/can/api/src/
Dclassic.c27 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 …]
Dcanfd.c22 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()
246 struct can_frame frame = { in ZTEST() local
267 struct can_frame frame = { in ZTEST() local
[all …]
/Zephyr-latest/arch/xtensa/core/
Dxtensa_backtrace.c77 bool xtensa_backtrace_get_next_frame(struct xtensa_backtrace_frame_t *frame) in xtensa_backtrace_get_next_frame()
115 _xtensa_irq_stack_frame_raw_t *frame = (void *)interrupted_stack; in xtensa_backtrace_print() local
Dvector_handlers.c105 bool xtensa_is_frame_pointer_valid(_xtensa_irq_stack_frame_raw_t *frame) in xtensa_is_frame_pointer_valid()
140 _xtensa_irq_stack_frame_raw_t *frame = (void *)stack; in xtensa_dump_stack() local
Dthread.c43 _xtensa_irq_stack_frame_a11_t *frame; in init_stack() local
/Zephyr-latest/subsys/modem/
Dmodem_cmux.c129 static void modem_cmux_log_frame(const struct modem_cmux_frame *frame, in modem_cmux_log_frame()
137 static void modem_cmux_log_transmit_frame(const struct modem_cmux_frame *frame) in modem_cmux_log_transmit_frame()
142 static void modem_cmux_log_received_frame(const struct modem_cmux_frame *frame) in modem_cmux_log_received_frame()
267 const struct modem_cmux_frame *frame) in modem_cmux_transmit_frame()
322 const struct modem_cmux_frame *frame) in modem_cmux_transmit_cmd_frame()
346 const struct modem_cmux_frame *frame) in modem_cmux_transmit_data_frame()
381 struct modem_cmux_frame frame; in modem_cmux_acknowledge_received_frame() local
513 struct modem_cmux_frame frame = { in modem_cmux_connect_response_transmit() local
720 struct modem_cmux_frame *frame = &cmux->frame; in modem_cmux_drop_frame() local
998 static const struct modem_cmux_frame frame = { in modem_cmux_connect_handler() local
[all …]
Dmodem_ubx.c34 struct ubx_frame *frame = (struct ubx_frame *) ubx_frame; in modem_ubx_create_frame() local
71 static int modem_ubx_get_payload_length(struct ubx_frame *frame) in modem_ubx_get_payload_length()
80 static int modem_ubx_get_frame_length(struct ubx_frame *frame) in modem_ubx_get_frame_length()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_security.c102 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-latest/subsys/canbus/isotp/
Disotp.c44 static inline void prepare_frame(struct can_frame *frame, struct isotp_msg_id *addr) in prepare_frame()
137 struct can_frame frame; in receive_send_fc() local
380 static void process_ff_sf(struct isotp_recv_ctx *rctx, struct can_frame *frame) in process_ff_sf()
484 static void process_cf(struct isotp_recv_ctx *rctx, struct can_frame *frame) in process_cf()
554 static void receive_can_rx(const struct device *dev, struct can_frame *frame, void *arg) in receive_can_rx()
791 static void send_process_fc(struct isotp_send_ctx *sctx, struct can_frame *frame) in send_process_fc()
850 static void send_can_rx_cb(const struct device *dev, struct can_frame *frame, void *arg) in send_can_rx_cb()
897 struct can_frame frame; in send_sf() local
948 struct can_frame frame; in send_ff() local
988 struct can_frame frame; in send_cf() local
/Zephyr-latest/drivers/can/
Dcan_loopback.c21 struct can_frame frame; member
49 const struct can_frame *frame, in receive_frame()
66 struct can_loopback_frame frame; in tx_thread() local
106 const struct can_frame *frame, in can_loopback_send()
Dcan_sja1000.c274 static void can_sja1000_read_frame(const struct device *dev, struct can_frame *frame) in can_sja1000_read_frame()
329 void can_sja1000_write_frame(const struct device *dev, const struct can_frame *frame) in can_sja1000_write_frame()
380 int can_sja1000_send(const struct device *dev, const struct can_frame *frame, k_timeout_t timeout, in can_sja1000_send()
572 struct can_frame frame; in can_sja1000_handle_receive_irq() local
Dcan_native_linux_adapt.c118 struct canfd_frame *frame = (struct canfd_frame *)buf; in linux_socketcan_read_data() local
Dcan_native_linux.c53 static void dispatch_frame(const struct device *dev, struct can_frame *frame) in dispatch_frame()
85 struct can_frame frame; in rx_thread() local
131 static int can_native_linux_send(const struct device *dev, const struct can_frame *frame, in can_native_linux_send()
Dcan_shell.c24 struct can_frame frame; member
86 const struct can_frame *frame) in can_shell_print_frame()
191 static void can_shell_rx_callback(const struct device *dev, struct can_frame *frame, in can_shell_rx_callback()
726 struct can_frame frame = { 0 }; in cmd_can_send() local
/Zephyr-latest/samples/drivers/can/counter/src/
Dmain.c70 struct can_frame frame; in rx_thread() local
95 struct can_frame frame; in change_led_work_handler() local
/Zephyr-latest/modules/canopennode/
DCO_driver.c88 static void canopen_rx_callback(const struct device *dev, struct can_frame *frame, void *user_data) in canopen_rx_callback()
147 struct can_frame frame; in canopen_tx_retry() local
391 struct can_frame frame; in CO_CANsend() local
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c77 static int hdlc_send(const uint8_t *frame, uint16_t length) in hdlc_send()
/Zephyr-latest/samples/drivers/can/babbling/src/
Dmain.c49 struct can_frame frame = {0}; in main() local
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c90 unsigned int frame = 0; in main() local
/Zephyr-latest/samples/subsys/logging/syst/src/
Dmain.c36 struct test_frame frame = { 0 }; in log_msgs() local
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst221 .. _bluetooth_l2cap_k_frame:
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/src/
Dmain.c175 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
322 static void prepare_fc_frame(struct frame_desired *frame, uint8_t st, in prepare_fc_frame()
337 static void prepare_sf_frame(struct frame_desired *frame, const uint8_t *data) in prepare_sf_frame()
350 static void prepare_sf_ext_frame(struct frame_desired *frame, const uint8_t *data) in prepare_sf_ext_frame()
/Zephyr-latest/drivers/sensor/tsic_xx6/
Dtsic_xx6.c139 uint32_t frame) in tsic_xx6_get_data_bits()
177 uint32_t frame; in tsic_xx6_sample_fetch() local
/Zephyr-latest/drivers/spi/
Dspi_sifive.c110 void spi_sifive_send(const struct device *dev, uint8_t frame) in spi_sifive_send()

123