Home
last modified time | relevance | path

Searched defs:pos (Results 51 – 75 of 118) sorted by relevance

12345

/Zephyr-Core-3.7.0/drivers/xen/
Devents.c206 static inline xen_ulong_t get_pending_events(xen_ulong_t pos) in get_pending_events()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart/src/
Dmain.c285 uint32_t len = 0U, pos = 0U; in bt_ctlr_assert_handle() local
/Zephyr-Core-3.7.0/subsys/logging/backends/
Dlog_backend_rtt.c89 uint8_t *pos; in data_out_drop_mode() local
Dlog_backend_net.c51 int pos = 0; in line_out() local
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_oma_tlv.c156 size_t pos; in oma_tlv_put() local
915 int pos = 0; in lwm2m_multi_resource_tlv_parse() local
990 int pos = 0; in do_write_op_tlv() local
/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Diface.c101 int pos = 0; in iface_flags2str() local
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Dat.h93 uint8_t pos; member
/Zephyr-Core-3.7.0/drivers/mfd/
Dmfd_tle9104.c114 static void tle9104_set_register_bits(uint8_t *destination, uint8_t pos, uint8_t length, in tle9104_set_register_bits()
121 static uint8_t tle9104_get_register_bits(uint8_t value, uint8_t pos, uint8_t length) in tle9104_get_register_bits()
/Zephyr-Core-3.7.0/kernel/
Dmmu.c575 uint8_t *pos; in k_mem_map_phys_guard() local
656 uint8_t *pos; in k_mem_unmap_phys_guard() local
1320 void *pos = (uint8_t *)addr + offset; in k_mem_page_out() local
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dmpl_internal.h41 int32_t pos; member
/Zephyr-Core-3.7.0/subsys/net/lib/zperf/
Dzperf_udp_receiver.c58 int pos = 0; in build_reply() local
/Zephyr-Core-3.7.0/lib/posix/options/getopt/
Dgetopt_long.c134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dmcc_test.c154 static void mcc_read_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_read_track_position_cb()
165 static void mcc_set_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_set_track_position_cb()
1665 static void test_write_track_position(int32_t pos) in test_write_track_position()
2499 int32_t pos = g_pos + 1200; /*12 seconds further into the track */ in test_main() local
/Zephyr-Core-3.7.0/subsys/net/ip/
Dipv4_fragment.c294 static int shift_packets(struct net_ipv4_reassembly *reass, int pos) in shift_packets()
Dipv6_fragment.c432 static int shift_packets(struct net_ipv6_reassembly *reass, int pos) in shift_packets()
/Zephyr-Core-3.7.0/subsys/net/lib/coap/
Dcoap.c440 static int read_u8(uint8_t *data, uint16_t offset, uint16_t *pos, in read_u8()
453 static int read_be16(uint8_t *data, uint16_t offset, uint16_t *pos, in read_be16()
467 static int read(uint8_t *data, uint16_t offset, uint16_t *pos, in read()
481 static int decode_delta(uint8_t *data, uint16_t offset, uint16_t *pos, uint16_t max_len, in decode_delta()
517 static int parse_option(uint8_t *data, uint16_t offset, uint16_t *pos, in parse_option()
/Zephyr-Core-3.7.0/tests/modules/thrift/ThriftTest/src/
Dserver.hpp190 map<int32_t, int32_t> pos; in testMapMap() local
/Zephyr-Core-3.7.0/drivers/flash/
Dflash_sam0.c258 size_t pos = 0; in flash_sam0_write() local
/Zephyr-Core-3.7.0/include/zephyr/sys/
Ddlist.h482 sys_dnode_t *pos = sys_dlist_peek_head(list); in sys_dlist_insert_at() local
/Zephyr-Core-3.7.0/tests/kernel/threads/thread_stack/src/
Dmain.c102 volatile char *pos; in stack_buffer_scenarios() local
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c100 uint8_t pos = frag->len; in set_up_frag_hdr() local
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c230 for (size_t pos = 0; pos < str_len; pos++) { in is_substring() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c139 int pos = memcmp(buf->data, tx_data, buf->len); in recv_cb() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c97 int pos = memcmp(buf->data, tx_data, buf->len); in recv_cb() local
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bmp388/
Dbmp388.c140 uint32_t pos, mask; in bmp388_attr_set_oversampling() local

12345