Home
last modified time | relevance | path

Searched refs:offsetof (Results 101 – 125 of 137) sorted by relevance

123456

/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_rndis.c259 offsetof(struct rndis_payload_packet, payload_offset)) { in parse_rndis_header()
916 uint32_t offset = offsetof(struct rndis_payload_packet, payload_offset); in rndis_hdr_add()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c435 offsetof(struct scsi_request_sense_response, additional_sense_length); in SCSI_CMD_HANDLER()
473 offsetof(struct scsi_inquiry_response, additional_length); in fill_inquiry()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan_aux.c1084 (offsetof(struct pdu_adv, connect_ind) +
1647 if (unlikely(pdu_rx->len != (offsetof(struct pdu_adv_com_ext_adv, ext_hdr_adv_data) +
1648 offsetof(struct pdu_adv_ext_hdr, data) + ADVA_SIZE +
/Zephyr-latest/kernel/
Dmsg_q.c428 offsetof(struct k_msgq, obj_core)); in init_msgq_obj_core_list()
Dpipes.c819 offsetof(struct k_pipe, obj_core)); in init_pipe_obj_core_list()
Dthread.c58 offsetof(struct k_thread, obj_core)); in init_thread_obj_core_list()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1137 BUILD_ASSERT(offsetof(struct net_buf, user_data) == \
1138 offsetof(struct _net_buf_##_name, ud), "Invalid offset"); \
/Zephyr-latest/doc/kernel/object_cores/
Dindex.rst112 offsetof(struct my_new_obj, obj_core);
/Zephyr-latest/lib/mem_blocks/
Dmem_blocks.c534 offsetof(struct sys_mem_blocks, obj_core)); in init_sys_mem_blocks_obj_core_list()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c88 offsetof(struct bt_mesh_blob_srv_state, blocks) + block_len); in store_state()
870 if (len_rd < offsetof(struct bt_mesh_blob_srv_state, blocks)) { in blob_srv_settings_set()
Dpb_adv.c350 (void)memset(&link, 0, offsetof(struct pb_adv, tx.retransmit)); in reset_adv_link()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c142 BUILD_ASSERT(offsetof(struct uarte_nrfx_data, a2i_data) == 0);
162 BUILD_ASSERT(offsetof(struct uarte_nrfx_config, a2i_config) == 0);
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c671 offsetof(struct nvs_ate, crc8)); in ZTEST_F()
726 offsetof(struct nvs_ate, crc8)); in ZTEST_F()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c118 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu))
147 #define NODE_TX_BUFFER_SIZE MROUND(offsetof(struct node_tx_iso, pdu) + \
148 offsetof(struct pdu_iso, payload) + \
Dull_llcp.c69 #define LLCTRL_PDU_SIZE (offsetof(struct pdu_data, llctrl) + sizeof(struct pdu_data_llctrl))
71 #define TX_CTRL_BUF_SIZE WB_UP(offsetof(struct node_tx, pdu) + LLCTRL_PDU_SIZE)
72 #define NTF_BUF_SIZE WB_UP(offsetof(struct node_rx_pdu, pdu) + LLCTRL_PDU_SIZE)
Dull_df.c65 #define IQ_REPORT_HEADER_SIZE (offsetof(struct node_rx_iq_report, pdu))
Dull_adv.c446 offsetof(struct pdu_adv_adv_ind, data));
449 offsetof(struct pdu_adv_adv_ind, data);
693 pdu->len = offsetof(struct pdu_adv_adv_ind, data) +
/Zephyr-latest/subsys/fs/nvs/
Dnvs.c366 crc8 = crc8_ccitt(0xff, entry, offsetof(struct nvs_ate, crc8)); in nvs_ate_crc8_update()
377 crc8 = crc8_ccitt(0xff, entry, offsetof(struct nvs_ate, crc8)); in nvs_ate_crc8_check()
/Zephyr-latest/subsys/net/ip/
Dipv6_fragment.c73 *next_hdr_off = offsetof(struct net_ipv6_hdr, nexthdr); in net_ipv6_find_last_ext_hdr()
/Zephyr-latest/include/zephyr/net/
Dethernet.h595 BUILD_ASSERT(offsetof(struct ethernet_api, iface_api) == 0);
/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c1082 memcpy(&esf_copy, esf, offsetof(struct arch_esf, extra_info));
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/src/
Dmain.c16 ROUND_UP(len + offsetof(struct log_frontend_stmesp_demux_log, data), 2 * sizeof(uint32_t))
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_numaker.c644 uintptr_t data_reg_offset = offsetof(UTCPD_T, RXDA0); in numaker_utcpd_rx_read_data()
704 uint32_t data_reg_offset = offsetof(UTCPD_T, TXDA0); in numaker_utcpd_tx_write_data()
951 NUMAKER_UTCPD_REG_FORCE_WRITE_BY_OFFSET(dev, offsetof(UTCPD_T, FUTSTS), futsts); in numaker_utcpd_isr()
/Zephyr-latest/lib/os/
Dmpsc_pbuf.c31 memset(buffer, 0, offsetof(struct mpsc_pbuf_buffer, buf)); in mpsc_pbuf_init()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_scan.c836 memcpy(rx->pdu, pdu_tx, (offsetof(struct pdu_adv, connect_ind) +

123456