Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 118) sorted by relevance

12345

/Zephyr-Core-3.7.0/tests/subsys/display/cfb/basic/src/
Ddraw_point.c52 struct cfb_position pos = {0, 0}; in ZTEST() local
62 struct cfb_position pos = {1, 1}; in ZTEST() local
75 struct cfb_position pos = {9, 15}; in ZTEST() local
85 struct cfb_position pos = {10, 16}; in ZTEST() local
95 struct cfb_position pos = {11, 17}; in ZTEST() local
105 struct cfb_position pos = {10, 0}; in ZTEST() local
124 struct cfb_position pos = {0, -1}; in ZTEST() local
134 struct cfb_position pos = {display_width, 0}; in ZTEST() local
144 struct cfb_position pos = {0, display_height}; in ZTEST() local
154 struct cfb_position pos = {-1, display_height}; in ZTEST() local
/Zephyr-Core-3.7.0/subsys/llext/
Dbuf_loader.c24 int llext_buf_seek(struct llext_loader *l, size_t pos) in llext_buf_seek()
33 void *llext_buf_peek(struct llext_loader *l, size_t pos) in llext_buf_peek()
/Zephyr-Core-3.7.0/drivers/pwm/
Dpwm_max31790.c32 uint8_t pos = MAX37190_FANXDYNAMICS_SPEEDRANGE_POS; in max31790_set_fandynamics_speedrange() local
41 uint8_t pos = MAX37190_FANXDYNAMICS_PWMRATEOFCHANGE_POS; in max31790_set_fandynamics_pwmrateofchange() local
50 uint8_t pos = (channel / 3) * 4; in max31790_set_pwmfrequency() local
59 uint8_t pos = (channel / 3) * 4; in max31790_get_pwmfrequency() local
67 uint8_t pos = MAX37190_FANXCONFIGURATION_SPINUP_POS; in max31790_set_fanconfiguration_spinup() local
/Zephyr-Core-3.7.0/include/zephyr/llext/
Dloader.h98 static inline int llext_seek(struct llext_loader *l, size_t pos) in llext_seek()
103 static inline void *llext_peek(struct llext_loader *l, size_t pos) in llext_peek()
Dbuf_loader.h34 size_t pos; member
/Zephyr-Core-3.7.0/subsys/tracing/
Dtracing_backend_ram.c15 static uint32_t pos; variable
/Zephyr-Core-3.7.0/drivers/console/
Dram_console.c34 static int pos; variable
Dipm_console_receiver.c26 int pos; in ipm_console_thread() local
/Zephyr-Core-3.7.0/soc/intel/intel_socfpga_std/cyclonev/
Dsoc.c25 uintptr_t pos = ROUND_DOWN(addr, CONFIG_MMU_PAGE_SIZE); in arch_reserved_pages_update() local
/Zephyr-Core-3.7.0/tests/subsys/fs/common/
Dtest_fs_basic.c146 off_t pos = stat.size / 4; in seek_within_hello() local
211 off_t pos = 3 * stat.size / 4; in truncate_hello() local
/Zephyr-Core-3.7.0/soc/nuvoton/npcx/common/reg/
Dreg_access.h15 #define GET_POS_FIELD(pos, size) pos argument
16 #define GET_SIZE_FIELD(pos, size) size argument
/Zephyr-Core-3.7.0/subsys/storage/flash_map/
Dflash_map_integrity.c41 int pos; in flash_area_check_int_sha256() local
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_6lo.h22 uint8_t *pos; /* current position in buf */ member
/Zephyr-Core-3.7.0/drivers/mfd/
Dmfd_max31790.c26 uint8_t pos = MAX37190_GLOBALCONFIGURATION_I2CWATCHDOG_POS; in max31790_set_globalconfiguration_i2cwatchdog() local
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Ddns_pack.c70 uint16_t pos, uint16_t len) in set_dns_msg_response()
114 uint16_t pos; in dns_unpack_answer() local
362 struct dns_msg_t *dns_msg, uint16_t pos) in dns_copy_qname()
482 int pos; in dns_unpack_name() local
/Zephyr-Core-3.7.0/drivers/w1/
Dw1_shell.c26 static int read_io_options(const struct shell *sh, int pos, char **argv, in read_io_options()
193 int pos = 1; in cmd_w1_write_byte() local
242 int pos = 1; in cmd_w1_write_block() local
/Zephyr-Core-3.7.0/tests/bluetooth/ctrl_sw_privacy_unit/src/
Dmain.c49 uint8_t pos, ex_pos; in helper_prpa_add() local
92 uint8_t pos, ex_pos; in helper_trpa_add() local
/Zephyr-Core-3.7.0/modules/lvgl/
Dlvgl_fs.c136 static lv_fs_res_t lvgl_fs_seek(struct _lv_fs_drv_t *drv, void *file, uint32_t pos, in lvgl_fs_seek()
160 off_t pos; in lvgl_fs_tell() local
/Zephyr-Core-3.7.0/subsys/net/
Dhostname.c69 int pos = 0; in net_hostname_set_postfix() local
/Zephyr-Core-3.7.0/subsys/retention/
Dretention.c92 size_t pos = config->offset + config->prefix_len; in retention_checksum() local
188 off_t pos = 0; in retention_is_valid() local
370 off_t pos = 0; in retention_clear() local
/Zephyr-Core-3.7.0/drivers/gnss/
Dgnss_parse.c24 int8_t pos = 0; in gnss_parse_dec_to_nano() local
/Zephyr-Core-3.7.0/subsys/demand_paging/backing_store/
Dram.c72 char *pos = slab; in slab_to_location() local
/Zephyr-Core-3.7.0/kernel/include/
Dpriority_q.h169 struct prio_info pos = get_prio_info(thread->base.prio); in z_priq_mq_add() local
178 struct prio_info pos = get_prio_info(thread->base.prio); in z_priq_mq_remove() local
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_rf2xx_iface.c141 uint8_t pos) in rf2xx_iface_bit_read()
155 uint8_t pos, in rf2xx_iface_bit_write()
/Zephyr-Core-3.7.0/subsys/net/lib/shell/
Dmem.c14 int pos; member

12345