Home
last modified time | relevance | path

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

123456

/Zephyr-latest/subsys/fs/
Dfat_fs.c212 off_t pos = f_size((FIL *)zfp->filep); in fatfs_write() local
241 off_t pos; in fatfs_seek() local
/Zephyr-latest/drivers/sensor/maxim/max31865/
Dmax31865.h98 #define TESTBIT(data, pos) ((0u == (data & BIT(pos))) ? 0u : 1u) argument
/Zephyr-latest/samples/net/sockets/http_client/src/
Dmain.c99 int i, pos = 0; in payload_cb() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Dat.c96 uint8_t pos = at->pos; in get_cmd_value() local
126 uint8_t pos = at->pos; in get_response_string() local
Dat.h93 uint8_t pos; member
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_cbor.c33 #define CPKT_CBOR_W_SZ(pos, cpkt) ((size_t)(pos) - (size_t)(cpkt)->data - (size_t)(cpkt)->offset) argument
35 #define ICTX_CBOR_R_SZ(pos, ictx) ((size_t)pos - (size_t)(ictx)->in_cpkt->data - (ictx)->offset) argument
Dlwm2m_rw_oma_tlv.c156 size_t pos; in oma_tlv_put() local
935 int pos = 0; in lwm2m_multi_resource_tlv_parse() local
1011 int pos = 0; in do_write_op_tlv() local
/Zephyr-latest/subsys/shell/
Dshell_ops.c122 static uint16_t shift_calc(const char *str, uint16_t pos, uint16_t len, int16_t sign) in shift_calc()
263 int pos = sh->ctx->cmd_buff_pos; in reprint_from_cursor() local
/Zephyr-latest/drivers/xen/
Devents.c207 static inline xen_ulong_t get_pending_events(xen_ulong_t pos) in get_pending_events()
/Zephyr-latest/subsys/llext/
Dllext.c60 size_t pos; in llext_find_section() local
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c287 uint32_t len = 0U, pos = 0U; in bt_ctlr_assert_handle() local
/Zephyr-latest/drivers/i3c/
Di3c_dw.c693 int32_t ret, i, pos, nrxwords = 0, ntxwords = 0; in dw_i3c_xfers() local
871 uint8_t pos; in dw_i3c_i2c_attach_device() local
920 int32_t ret, i, pos, nrxwords = 0, ntxwords = 0; in dw_i3c_i2c_transfer() local
1092 int pos; in i3c_dw_endis_ibi() local
1151 int pos; in dw_i3c_handle_tir() local
1518 uint8_t pos = get_free_pos(data->free_pos); in dw_i3c_attach_device() local
1657 int ret, i, pos; in dw_i3c_do_ccc() local
1786 static int add_slave_from_daa(const struct device *dev, int32_t pos) in add_slave_from_daa()
1843 int32_t pos, addr, ret; in dw_i3c_do_daa() local
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_net.c51 int pos = 0; in line_out() local
Dlog_backend_rtt.c93 uint8_t *pos; in data_out_drop_mode() local
/Zephyr-latest/subsys/net/lib/shell/
Diface.c104 int pos = 0; in iface_flags2str() local
/Zephyr-latest/subsys/bluetooth/audio/
Dmpl_internal.h41 int32_t pos; member
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_receiver.c59 int pos = 0; in build_reply() local
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt_long.c134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c155 static void mcc_read_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_read_track_position_cb()
166 static void mcc_set_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_set_track_position_cb()
1666 static void test_write_track_position(int32_t pos) in test_write_track_position()
2503 int32_t pos = g_pos + 1200; /*12 seconds further into the track */ in test_main() local
/Zephyr-latest/kernel/
Dmmu.c575 uint8_t *pos; in k_mem_map_phys_guard() local
681 uint8_t *pos; in k_mem_unmap_phys_guard() local
1444 void *pos = (uint8_t *)addr + offset; in k_mem_page_out() local
/Zephyr-latest/drivers/mfd/
Dmfd_tle9104.c118 static void tle9104_set_register_bits(uint8_t *destination, uint8_t pos, uint8_t length, in tle9104_set_register_bits()
125 static uint8_t tle9104_get_register_bits(uint8_t value, uint8_t pos, uint8_t length) in tle9104_get_register_bits()
/Zephyr-latest/subsys/net/ip/
Dipv4_fragment.c295 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-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp190 map<int32_t, int32_t> pos; in testMapMap() local
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c456 static int read_u8(uint8_t *data, uint16_t offset, uint16_t *pos, in read_u8()
469 static int read_be16(uint8_t *data, uint16_t offset, uint16_t *pos, in read_be16()
483 static int read(uint8_t *data, uint16_t offset, uint16_t *pos, in read()
497 static int decode_delta(uint8_t *data, uint16_t offset, uint16_t *pos, uint16_t max_len, in decode_delta()
534 static int parse_option(uint8_t *data, uint16_t offset, uint16_t *pos, in parse_option()

123456