Home
last modified time | relevance | path

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

123456

/Zephyr-latest/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-latest/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()
Dfs_loader.c46 int llext_fs_seek(struct llext_loader *l, size_t pos) in llext_fs_seek()
/Zephyr-latest/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-latest/tests/drivers/stepper/drv8424/api/src/
Dmain.c93 int32_t pos = 100u; in ZTEST_F() local
167 int32_t pos = 50; in ZTEST_F() local
187 int32_t pos = -50; in ZTEST_F() local
207 int32_t pos = 0; in ZTEST_F() local
227 int32_t pos = 100; in ZTEST_F() local
242 int32_t pos = 50; in ZTEST_F() local
255 int32_t pos = 50; in ZTEST_F() local
276 int32_t pos = 50; in ZTEST_F() local
355 int32_t pos = 100; in ZTEST_F() local
/Zephyr-latest/drivers/stepper/
Dfake_stepper_controller.c68 static int fake_stepper_set_reference_position_delegate(const struct device *dev, const int32_t pos) in fake_stepper_set_reference_position_delegate()
77 static int fake_stepper_get_actual_position_delegate(const struct device *dev, int32_t *pos) in fake_stepper_get_actual_position_delegate()
/Zephyr-latest/tests/drivers/stepper/stepper_api/src/
Dmain.c76 int32_t pos = 100u; in ZTEST_F() local
84 int32_t pos = 100u; in ZTEST_F() local
/Zephyr-latest/include/zephyr/llext/
Dloader.h120 static inline int llext_seek(struct llext_loader *l, size_t pos) in llext_seek()
125 static inline void *llext_peek(struct llext_loader *l, size_t pos) in llext_peek()
Dbuf_loader.h34 size_t pos; member
/Zephyr-latest/drivers/console/
Dram_console.c34 static int pos; variable
Dipm_console_receiver.c26 int pos; in ipm_console_thread() local
/Zephyr-latest/subsys/tracing/
Dtracing_backend_ram.c15 static uint32_t pos; variable
/Zephyr-latest/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-latest/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-latest/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-latest/subsys/storage/flash_map/
Dflash_map_integrity.c41 int pos; in flash_area_check_int_sha256() local
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo.h22 uint8_t *pos; /* current position in buf */ member
/Zephyr-latest/drivers/mfd/
Dmfd_max31790.c26 uint8_t pos = MAX37190_GLOBALCONFIGURATION_I2CWATCHDOG_POS; in max31790_set_globalconfiguration_i2cwatchdog() local
/Zephyr-latest/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()
483 int pos; in dns_unpack_name() local
/Zephyr-latest/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-latest/tests/bluetooth/controller/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-latest/modules/lvgl/
Dlvgl_fs.c135 static lv_fs_res_t lvgl_fs_seek(lv_fs_drv_t *drv, void *file, uint32_t pos, lv_fs_whence_t whence) in lvgl_fs_seek()
158 off_t pos; in lvgl_fs_tell() local
/Zephyr-latest/subsys/net/
Dhostname.c69 int pos = 0; in net_hostname_set_postfix() local
/Zephyr-latest/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-latest/drivers/gnss/
Dgnss_parse.c24 int8_t pos = 0; in gnss_parse_dec_to_nano() local

123456