| /Zephyr-latest/scripts/kconfig/ |
| D | kconfigfunctions.py | 397 def _dt_node_reg_addr(kconf, path, index=0, unit=None): argument 423 def _dt_node_reg_size(kconf, path, index=0, unit=None): argument 449 def dt_node_reg(kconf, name, path, index=0, unit=None): argument 511 def dt_node_bool_prop(kconf, _, path, prop): argument 565 def dt_node_has_prop(kconf, _, path, prop): argument 589 def dt_node_int_prop(kconf, name, path, prop, unit=None): argument 620 def dt_node_array_prop(kconf, name, path, prop, index, unit=None): argument 647 def dt_node_ph_array_prop(kconf, name, path, prop, index, cell, unit=None): argument 675 def dt_node_ph_prop_path(kconf, name, path, prop): argument 701 def dt_node_str_prop_equals(kconf, _, path, prop, val): argument [all …]
|
| /Zephyr-latest/scripts/utils/ |
| D | migrate_mcumgr_kconfigs.py | 113 def process_file(path): argument
|
| D | migrate_posix_kconfigs.py | 80 def process_file(path): argument
|
| /Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
| D | test_fat_file.c | 16 static int test_file_open(const char *path) in test_file_open() 282 static int test_file_delete(const char *path) in test_file_delete()
|
| /Zephyr-latest/scripts/west_commands/ |
| D | blobs.py | 107 def ensure_folder(self, path): argument 110 def fetch_blob(self, url, path): argument
|
| D | export.py | 48 def run_cmake_export(self, path): argument
|
| /Zephyr-latest/samples/subsys/fs/fs_sample/src/ |
| D | main.c | 73 char path[MAX_PATH]; in create_some_entries() local 195 static int lsdir(const char *path) in lsdir()
|
| /Zephyr-latest/drivers/input/ |
| D | linux_evdev_bottom.c | 41 int linux_evdev_open(const char *path) in linux_evdev_open()
|
| /Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
| D | data_split.py | 40 def read_data(path): argument
|
| D | data_prepare.py | 143 def write_data(data_to_write, path): argument
|
| /Zephyr-latest/lib/posix/options/ |
| D | fs.c | 357 int unlink(const char *path) in unlink() 374 int stat(const char *path, struct stat *buf) in stat() 426 int mkdir(const char *path, mode_t mode) in mkdir() 454 int rmdir(const char *path) in rmdir()
|
| D | stropts.c | 37 int fdetach(const char *path) in fdetach() 45 int fattach(int fildes, const char *path) in fattach()
|
| /Zephyr-latest/subsys/fs/ext2/ |
| D | ext2_ops.c | 43 const char *path = fs_impl_strip_prefix(fs_path, filp->mp); in ext2_open() local 247 const char *path = fs_impl_strip_prefix(name, mountp); in ext2_mkdir() local 293 const char *path = fs_impl_strip_prefix(fs_path, dirp->mp); in ext2_opendir() local 506 const char *path = fs_impl_strip_prefix(name, mountp); in ext2_unlink() local 582 static int ext2_stat(struct fs_mount_t *mountp, const char *path, struct fs_dirent *entry) in ext2_stat() 611 static int ext2_statvfs(struct fs_mount_t *mountp, const char *path, struct fs_statvfs *stat) in ext2_statvfs()
|
| /Zephyr-latest/subsys/fs/ |
| D | fat_fs.c | 92 static const char *translate_path(const char *path) in translate_path() 156 static int fatfs_unlink(struct fs_mount_t *mountp, const char *path) in fatfs_unlink() 333 static int fatfs_mkdir(struct fs_mount_t *mountp, const char *path) in fatfs_mkdir() 345 static int fatfs_opendir(struct fs_dir_t *zdp, const char *path) in fatfs_opendir() 398 const char *path, struct fs_dirent *entry) in fatfs_stat() 415 const char *path, struct fs_statvfs *stat) in fatfs_statvfs()
|
| /Zephyr-latest/cmake/modules/ |
| D | kconfig.cmake | 285 set(path ${f}) variable 287 set(path ${APPLICATION_CONFIG_DIR}/${f}) variable
|
| /Zephyr-latest/tests/subsys/fs/common/ |
| D | test_fs_dirops.c | 82 struct testfs_path path; in build_layout() local 113 struct testfs_path path; in check_layout() local
|
| /Zephyr-latest/scripts/dts/python-devicetree/tests/ |
| D | test_dtlib.py | 555 def verify_unit_addr(path, expected): argument 1392 def verify_path_is(path, node_name, dt): argument 1401 def verify_path_error(path, msg, dt): argument 1453 def verify_path_exists(path): argument 1456 def verify_path_missing(path): argument 1810 def verify_to_node(prop, path): argument 1856 def verify_to_path(prop, path): argument
|
| /Zephyr-latest/subsys/net/lib/lwm2m/ |
| D | lwm2m_observation.c | 193 static bool lwm2m_notify_observer_list(sys_slist_t *path_list, const struct lwm2m_obj_path *path) in lwm2m_notify_observer_list() 208 struct lwm2m_obj_path path; in lwm2m_notify_observer() local 218 static int engine_observe_get_attributes(const struct lwm2m_obj_path *path, in engine_observe_get_attributes() 354 int lwm2m_notify_observer_path(const struct lwm2m_obj_path *path) in lwm2m_notify_observer_path() 804 char *lwm2m_path_log_buf(char *buf, struct lwm2m_obj_path *path) in lwm2m_path_log_buf() 830 static int engine_remove_observer_by_path(struct lwm2m_ctx *ctx, struct lwm2m_obj_path *path) in engine_remove_observer_by_path() 937 const struct lwm2m_obj_path *path, in lwm2m_engine_observer_timestamp_update() 979 int lwm2m_get_path_reference_ptr(struct lwm2m_engine_obj *obj, const struct lwm2m_obj_path *path, in lwm2m_get_path_reference_ptr() 1030 const struct lwm2m_obj_path *path, uint32_t period_s) in lwm2m_update_observer_min_period() 1068 const struct lwm2m_obj_path *path, uint32_t period_s) in lwm2m_update_observer_max_period() [all …]
|
| D | lwm2m_object.h | 446 struct lwm2m_obj_path path; member 491 struct lwm2m_obj_path path; member 632 struct lwm2m_obj_path *path) in engine_put_begin() 642 struct lwm2m_obj_path *path) in engine_put_end() 652 struct lwm2m_obj_path *path) in engine_put_begin_oi() 662 struct lwm2m_obj_path *path) in engine_put_end_oi() 672 struct lwm2m_obj_path *path) in engine_put_begin_r() 682 struct lwm2m_obj_path *path) in engine_put_end_r() 692 struct lwm2m_obj_path *path) in engine_put_begin_ri() 702 struct lwm2m_obj_path *path) in engine_put_end_ri() [all …]
|
| D | lwm2m_rw_senml_json.c | 303 struct lwm2m_obj_path *path) in init_object_name_parameters() 331 static int put_begin(struct lwm2m_output_context *out, struct lwm2m_obj_path *path) in put_begin() 351 static int put_end(struct lwm2m_output_context *out, struct lwm2m_obj_path *path) in put_end() 369 static int put_begin_oi(struct lwm2m_output_context *out, struct lwm2m_obj_path *path) in put_begin_oi() 398 static int put_begin_ri(struct lwm2m_output_context *out, struct lwm2m_obj_path *path) in put_begin_ri() 411 static int put_end_ri(struct lwm2m_output_context *out, struct lwm2m_obj_path *path) in put_end_ri() 424 static int put_end_r(struct lwm2m_output_context *out, struct lwm2m_obj_path *path) in put_end_r() 738 static int put_s32(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int32_t value) in put_s32() 761 static int put_s16(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int16_t value) in put_s16() 766 static int put_s8(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int8_t value) in put_s8() [all …]
|
| /Zephyr-latest/tests/posix/xsi_streams/src/ |
| D | main.c | 23 char *path = NULL; in ZTEST() local 32 char *path = NULL; in ZTEST() local
|
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_hardwaremap.py | 385 def mock_resolve(path): argument 390 def mock_iterdir(path): argument 396 def mock_exists(path): argument
|
| /Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
| D | stubs.c | 67 int lwm2m_get_bool_fake_default(const struct lwm2m_obj_path *path, bool *value) in lwm2m_get_bool_fake_default() 72 int lwm2m_get_bool_fake_true(const struct lwm2m_obj_path *path, bool *value) in lwm2m_get_bool_fake_true() 80 int lwm2m_get_u32_val(const struct lwm2m_obj_path *path, uint32_t *val) in lwm2m_get_u32_val()
|
| /Zephyr-latest/scripts/ruff/ |
| D | gen_lint_exclude.py | 38 path = PurePosixPath(f) variable
|
| /Zephyr-latest/tests/subsys/fs/littlefs/src/ |
| D | test_lfs_basic.c | 138 struct testfs_path path; in num_files() local 188 struct testfs_path path; in num_dirs() local
|