Home
last modified time | relevance | path

Searched defs:pos (Results 76 – 100 of 128) sorted by relevance

123456

/Zephyr-latest/drivers/flash/
Dflash_sam0.c258 size_t pos = 0; in flash_sam0_write() local
/Zephyr-latest/tests/kernel/threads/thread_stack/src/
Dmain.c102 volatile char *pos; in stack_buffer_scenarios() local
/Zephyr-latest/include/zephyr/sys/
Ddlist.h482 sys_dnode_t *pos = sys_dlist_peek_head(list); in sys_dlist_insert_at() local
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c100 uint8_t pos = frag->len; in set_up_frag_hdr() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c107 int pos = memcmp(buf->data, tx_data, buf->len); in recv_cb() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c147 int pos = memcmp(buf->data, tx_data, buf->len); in recv_cb() local
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/
Dmain.c242 for (size_t pos = 0; pos < str_len; pos++) { in is_substring() local
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_pd.c261 int pos = 0; in pd_decode_command() local
Dosdp_cp.c349 int ret = OSDP_CP_ERR_GENERIC, pos = 0, t1, t2; in cp_decode_response() local
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_mcp.c161 static void btp_send_mcp_track_position_ev(struct bt_conn *conn, uint8_t status, int32_t pos) in btp_send_mcp_track_position_ev()
456 static void mcc_read_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_read_track_position_cb()
463 static void mcc_set_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_set_track_position_cb()
774 uint32_t pos = sys_le32_to_cpu(cp->pos); in mcp_track_position_set() local
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c145 uint32_t pos, mask; in bmp388_attr_set_oversampling() local
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_gyro.c123 int bmi08x_gyro_reg_field_update(const struct device *dev, uint8_t reg_addr, uint8_t pos, in bmi08x_gyro_reg_field_update()
/Zephyr-latest/subsys/fb/
Dcfb_shell.c132 struct cfb_position pos; in cmd_draw_point() local
Dcfb.c297 int cfb_draw_point(const struct device *dev, const struct cfb_position *pos) in cfb_draw_point()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c205 uint16_t pos = 0U; in append_to_coap_pkt() local
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c739 char *pos = buf; in dump_entry() local
1323 uint8_t *pos; in identity_map_remove() local
2009 uintptr_t pos = ROUND_DOWN(addr, CONFIG_MMU_PAGE_SIZE); in mark_addr_page_reserved() local
/Zephyr-latest/subsys/bluetooth/audio/
Dmcc.c282 int32_t pos = 0; in mcc_track_position_cb() local
319 int32_t pos = 0; in mcs_write_track_position_cb() local
2380 int bt_mcc_set_track_position(struct bt_conn *conn, int32_t pos) in bt_mcc_set_track_position()
3364 int32_t pos; member
Dmedia_proxy.c346 static void mcc_read_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_read_track_position_cb()
361 static void mcc_set_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_set_track_position_cb()
/Zephyr-latest/include/zephyr/data/
Djson.h63 char *pos; member
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_broadcast.c650 for (size_t pos = 0; pos < str_len; pos++) { in is_substring() local
/Zephyr-latest/drivers/gpio/
Dgpio_smartbond.c297 int pos = find_lsb_set(two_edge_triggered) - 1; in gpio_smartbond_isr() local
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c119 size_t pos = 0; in get_chars() local
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c910 char *pos; in os_mgmt_datetime_write() local
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c138 static void mcc_read_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_read_track_position_cb()
150 static void mcc_set_track_position_cb(struct bt_conn *conn, int err, int32_t pos) in mcc_set_track_position_cb()
779 long pos; in cmd_mcc_set_track_position() local
/Zephyr-latest/arch/x86/
Dgen_mmu.py87 def bit(pos): argument

123456