/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_rndis.c | 259 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/ |
D | usbd_msc_scsi.c | 435 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/ |
D | lll_scan_aux.c | 1084 (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/ |
D | msg_q.c | 428 offsetof(struct k_msgq, obj_core)); in init_msgq_obj_core_list()
|
D | pipes.c | 819 offsetof(struct k_pipe, obj_core)); in init_pipe_obj_core_list()
|
D | thread.c | 58 offsetof(struct k_thread, obj_core)); in init_thread_obj_core_list()
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1137 BUILD_ASSERT(offsetof(struct net_buf, user_data) == \ 1138 offsetof(struct _net_buf_##_name, ud), "Invalid offset"); \
|
/Zephyr-latest/doc/kernel/object_cores/ |
D | index.rst | 112 offsetof(struct my_new_obj, obj_core);
|
/Zephyr-latest/lib/mem_blocks/ |
D | mem_blocks.c | 534 offsetof(struct sys_mem_blocks, obj_core)); in init_sys_mem_blocks_obj_core_list()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_srv.c | 88 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()
|
D | pb_adv.c | 350 (void)memset(&link, 0, offsetof(struct pb_adv, tx.retransmit)); in reset_adv_link()
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte2.c | 142 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/ |
D | main.c | 671 offsetof(struct nvs_ate, crc8)); in ZTEST_F() 726 offsetof(struct nvs_ate, crc8)); in ZTEST_F()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 118 #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) + \
|
D | ull_llcp.c | 69 #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)
|
D | ull_df.c | 65 #define IQ_REPORT_HEADER_SIZE (offsetof(struct node_rx_iq_report, pdu))
|
D | ull_adv.c | 446 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/ |
D | nvs.c | 366 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/ |
D | ipv6_fragment.c | 73 *next_hdr_off = offsetof(struct net_ipv6_hdr, nexthdr); in net_ipv6_find_last_ext_hdr()
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet.h | 595 BUILD_ASSERT(offsetof(struct ethernet_api, iface_api) == 0);
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault.c | 1082 memcpy(&esf_copy, esf, offsetof(struct arch_esf, extra_info));
|
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/src/ |
D | main.c | 16 ROUND_UP(len + offsetof(struct log_frontend_stmesp_demux_log, data), 2 * sizeof(uint32_t))
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 644 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/ |
D | mpsc_pbuf.c | 31 memset(buffer, 0, offsetof(struct mpsc_pbuf_buffer, buf)); in mpsc_pbuf_init()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_scan.c | 836 memcpy(rx->pdu, pdu_tx, (offsetof(struct pdu_adv, connect_ind) +
|