| /Zephyr-latest/ | 
| D | west.yml | 4 # path to the project containing this file in the [manifest] section's 5 # "path" variable. 35       path: modules/lib/acpica 38       repo-path: base 39       path: tools/bsim/components 45       repo-path: ext_2G4_channel_NtNcable 46       path: tools/bsim/components/ext_2G4_channel_NtNcable 52       repo-path: ext_2G4_channel_multiatt 53       path: tools/bsim/components/ext_2G4_channel_multiatt 59       repo-path: ext_2G4_device_WLAN_actmod [all …] 
 | 
| /Zephyr-latest/doc/services/input/ | 
| D | diodes-cr.svg | 82       <path 86       <path 95       <path 98       <path 119         <path 122         <path 125         <path 128         <path 131         <path 134         <path [all …] 
 | 
| D | diodes-rc.svg | 82       <path 86       <path 95       <path 98       <path 119         <path 122         <path 125         <path 128         <path 131         <path 134         <path [all …] 
 | 
| D | no-diodes.svg | 82       <path 86       <path 95       <path 98       <path 119         <path 122         <path 125         <path 128         <path 131         <path 134         <path [all …] 
 | 
| D | no-sw4.svg | 82       <path 86       <path 95       <path 98       <path 119         <path 122         <path 125         <path 128         <path 131         <path 134         <path [all …] 
 | 
| /Zephyr-latest/samples/subsys/smf/smf_calculator/img/ | 
| D | smf_calculator.svg | 9       ><path d="M0 0 L2147483647 0 L2147483647 2147483647 L0 2147483647 L0 0 Z" 12       ><path d="M0 0 L0 20 L20 20 L20 0 Z" 15       ><path d="M0 0 L0 40 L40 40 L40 0 Z" 18       ><path d="M0 0 L0 90 L170 90 L170 0 Z" 21       ><path d="M0 0 L0 90 L190 90 L190 0 Z" 24       ><path d="M0 0 L0 270 L340 270 L340 0 Z" 27       ><path d="M0 0 L0 90 L220 90 L220 0 Z" 30       ><path d="M0 0 L0 90 L290 90 L290 0 Z" 33       ><path d="M0 0 L0 90 L160 90 L160 0 Z" 36       ><path d="M0 0 L0 220 L930 220 L930 0 Z" [all …] 
 | 
| /Zephyr-latest/tests/subsys/fs/littlefs/src/ | 
| D | test_util.c | 18 static struct testfs_path path;  variable 25 	testfs_path_init(&path, &mnt, TESTFS_PATH_END);  in reset_path() 26 	return &path;  in reset_path() 31 	zassert_equal(testfs_path_init(&path, NULL, TESTFS_PATH_END),  in ZTEST() 32 		      path.path,  in ZTEST() 34 	zassert_str_equal(path.path, "/", "bad root init path");  in ZTEST() 36 	zassert_equal(testfs_path_init(&path, &mnt, TESTFS_PATH_END),  in ZTEST() 37 		      path.path,  in ZTEST() 39 	zassert_str_equal(path.path, mnt.mnt_point, "bad mnt init path");  in ZTEST() 47 		testfs_path_init(&path, &invalid, TESTFS_PATH_END);  in ZTEST() [all …] 
 | 
| /Zephyr-latest/arch/ | 
| D | archs.yml | 3     path: arc 5     path: arm 7     path: arm64 9     path: mips 11     path: nios2 13     path: posix 15     path: riscv 17     path: sparc 19     path: xtensa 21     path: x86
  | 
| /Zephyr-latest/tests/net/lib/lwm2m/observation/src/ | 
| D | lwm2m_observation.c | 21 static bool lwm2m_path_object_equal_upto(struct lwm2m_obj_path *path,  in lwm2m_path_object_equal_upto()  argument 25 	if (level >= LWM2M_PATH_LEVEL_OBJECT && path->obj_id != compare_path->obj_id) {  in lwm2m_path_object_equal_upto() 30 		path->obj_inst_id != compare_path->obj_inst_id) {  in lwm2m_path_object_equal_upto() 34 	if (level >= LWM2M_PATH_LEVEL_RESOURCE && path->res_id != compare_path->res_id) {  in lwm2m_path_object_equal_upto() 39 		path->res_inst_id != compare_path->res_inst_id) {  in lwm2m_path_object_equal_upto() 63 			if (entry->path.level > prev->path.level) {  in assert_path_list_order() 67 				if (prev->path.level >= LWM2M_PATH_LEVEL_OBJECT) {  in assert_path_list_order() 68 					is_after = entry->path.obj_id >= prev->path.obj_id;  in assert_path_list_order() 70 				if (is_after && prev->path.level >= LWM2M_PATH_LEVEL_OBJECT_INST &&  in assert_path_list_order() 71 					entry->path.obj_id == prev->path.obj_id) {  in assert_path_list_order() [all …] 
 | 
| /Zephyr-latest/scripts/tests/twister_blackbox/ | 
| D | test_outfile.py | 28         apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister') 49         path = os.path.join(TEST_DATA, 'tests', 'dummy') 50         args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \ 57         os.mkdir(os.path.join(out_path)) 60         straggler_path = os.path.join(out_path, straggler_name) 72         current_dirs = os.listdir(os.path.normpath(os.path.join(out_path, '..'))) 76         out_contents = os.listdir(os.path.join(out_path)) 85         path = os.path.join(TEST_DATA, 'samples', 'hello_world') 86         args = ['-i', '--outdir', out_path, '-T', path] + \ 99         relpath = os.path.relpath(path, ZEPHYR_BASE) [all …] 
 | 
| D | test_hardwaremap.py | 17 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister/twisterlib")) 98         apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister') 113         path = os.path.join(ZEPHYR_BASE, file_name) 116         if os.path.exists(path): 117             os.remove(path) 141                     assert os.path.exists(path) 150                     load_data = open(path).read() 153                     if os.path.exists(path): 154                         os.remove(path) 165         path = os.path.join(ZEPHYR_BASE, file_name) [all …] 
 | 
| D | test_report.py | 30             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 42             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 53             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 62             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 72             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 84             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 95             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 107             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'), 114             os.path.join(TEST_DATA, 'tests', 'one_fail_two_error_one_pass'), 124         apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister') [all …] 
 | 
| /Zephyr-latest/doc/hardware/pinctrl/images/ | 
| D | hw-dist-control.svg | 53    <path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/> 56    <path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/> 59    <path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/> 62 …<path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z… 65 …<path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 … 68 …<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,7… 71 …<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 … 74 …<path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 … 77    <path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/> 80 …<path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,… [all …] 
 | 
| D | hw-cent-control.svg | 56    <path d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"/> 59    <path d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"/> 62    <path d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"/> 65 …<path d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z… 68 …<path d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 … 71 …<path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,7… 74 …<path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 … 77 …<path d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 … 80    <path d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"/> 83 …<path d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,… [all …] 
 | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_registry.c | 99 				     const struct lwm2m_obj_path *path, const void *value, 158 struct lwm2m_engine_obj *lwm2m_engine_get_obj(const struct lwm2m_obj_path *path)  in lwm2m_engine_get_obj()  argument 160 	if (path->level < LWM2M_PATH_LEVEL_OBJECT) {  in lwm2m_engine_get_obj() 164 	return get_engine_obj(path->obj_id);  in lwm2m_engine_get_obj() 319 int lwm2m_create_object_inst(const struct lwm2m_obj_path *path)  in lwm2m_create_object_inst()  argument 324 	if (path->level != LWM2M_PATH_LEVEL_OBJECT_INST) {  in lwm2m_create_object_inst() 325 		LOG_ERR("path must have 2 parts");  in lwm2m_create_object_inst() 329 	ret = lwm2m_create_obj_inst(path->obj_id, path->obj_inst_id, &obj_inst);  in lwm2m_create_object_inst() 339 int lwm2m_delete_object_inst(const struct lwm2m_obj_path *path)  in lwm2m_delete_object_inst()  argument 343 	if (path->level != LWM2M_PATH_LEVEL_OBJECT_INST) {  in lwm2m_delete_object_inst() [all …] 
 | 
| 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()  argument 198 		if (lwm2m_observer_path_compare(&o_p->path, path)) {  in lwm2m_notify_observer_list() 208 	struct lwm2m_obj_path path;  in lwm2m_notify_observer()  local 210 	path.level = LWM2M_PATH_LEVEL_RESOURCE;  in lwm2m_notify_observer() 211 	path.obj_id = obj_id;  in lwm2m_notify_observer() 212 	path.obj_inst_id = obj_inst_id;  in lwm2m_notify_observer() 213 	path.res_id = res_id;  in lwm2m_notify_observer() 215 	return lwm2m_notify_observer_path(&path);  in lwm2m_notify_observer() 218 static int engine_observe_get_attributes(const struct lwm2m_obj_path *path,  in engine_observe_get_attributes()  argument 233 	obj = get_engine_obj(path->obj_id);  in engine_observe_get_attributes() [all …] 
 | 
| /Zephyr-latest/doc/build/dts/ | 
| D | macros.bnf | 26 node-macro =/ %s"DT_N" path-id %s"_EXISTS" 30 node-macro =/ %s"DT_N" path-id %s"_BUS" ["_" dt-name] 32 node-macro =/ %s"DT_N" path-id %s"_REG_NUM" 33 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT "_EXISTS" 34 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT 36 node-macro =/ %s"DT_N" path-id %s"_REG_NAME_" dt-name 38 node-macro =/ %s"DT_N" path-id %s"_REG_NAME_" dt-name "_EXISTS" 40 node-macro =/ %s"DT_N" path-id %s"_IRQ_NUM" 41 node-macro =/ %s"DT_N" path-id %s"_IRQ_LEVEL" 42 node-macro =/ %s"DT_N" path-id %s"_IRQ_IDX_" DIGIT "_EXISTS" [all …] 
 | 
| /Zephyr-latest/submanifests/ | 
| D | optional.yaml | 9       path: modules/lib/canopennode 15       path: modules/lib/chre 21       path: modules/lib/lz4 27       path: modules/lib/nanopb 33       path: modules/tee/tf-m/psa-arch-tests 39       path: modules/audio/sof 45       path: modules/tee/tf-m/tf-m-tests 51       path: optional/modules/lib/tflite-micro 52       repo-path: tflite-micro 57       path: optional/modules/lib/thrift [all …] 
 | 
| /Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ | 
| D | leshan.py | 57     def get(self, path: str): 62         resp = self._s.get(f'{self.api_url}{path}', params=params, timeout=self.timeout) 65 …def put_raw(self, path: str, data: str | dict | None = None, headers: dict | None = None, params: … 67 …resp = self._s.put(f'{self.api_url}{path}', data=data, headers=headers, params=params, timeout=sel… 70     def put(self, path: str, data: str | dict, uri_options: str = ''): 74 …return self.put_raw(f'{path}?timeout={self.timeout}&format={self.format}' + uri_options, data=data… 76     def post(self, path: str, data: str | dict | None = None): 86 …resp = self._s.post(f'{self.api_url}{path}' + uri_options, data=data, headers=headers, timeout=sel… 89     def delete_raw(self, path: str): 91         resp = self._s.delete(f'{self.api_url}{path}', timeout=self.timeout) [all …] 
 | 
| /Zephyr-latest/scripts/tests/twister/ | 
| D | test_environment.py | 25         ['--short-build-path', '-k'], 26         '--short-build-path requires Ninja to be enabled' 137         'short build path without ninja', 163             return which_dict['path'][which_dict['exist']] \ 164                 if which_dict['path'][which_dict['exist']] \ 165                 else f'dummy/path/{name}' 167             return f'dummy/path/{name}' 173         which_dict['path'] = {name: shutil.which(name) \ 248     assert os.path.join(zephyr_base, 'tests') in options.testsuite_root 249     assert os.path.join(zephyr_base, 'samples') in options.testsuite_root [all …] 
 | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | build_helpers.py | 16 from pathlib import Path 23 script_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) 24 sys.path.insert(0, os.path.join(script_dir, "pylib/build_helpers/")) 46             kwargs['source_dir'] = os.path.relpath(source_dir, cwd) 48             # no meaningful relative path possible 61     parts = Path(fmt).parts 62     b = Path('.') 68             # if fmt is an absolute path, the first iteration will always 70             b = Path(str(b).format(**kwargs)) 112         return os.path.abspath(build_dir) [all …] 
 | 
| /Zephyr-latest/tests/subsys/fs/common/ | 
| D | test_fs_basic.c | 24 	struct testfs_path path;  in create_write_hello()  local 31 			      testfs_path_init(&path, mp,  in create_write_hello() 40 	zassert_equal(fs_stat(path.path, &stat),  in create_write_hello() 54 	zassert_equal(fs_stat(path.path, &stat),  in create_write_hello() 74 	zassert_equal(fs_stat(path.path, &stat),  in create_write_hello() 89 	struct testfs_path path;  in verify_hello()  local 96 			      testfs_path_init(&path, mp,  in verify_hello() 121 	struct testfs_path path;  in seek_within_hello()  local 128 			      testfs_path_init(&path, mp,  in seek_within_hello() 140 	zassert_equal(fs_stat(path.path, &stat),  in seek_within_hello() [all …] 
 | 
| /Zephyr-latest/subsys/fs/ | 
| D | shell.c | 89 static void create_abs_path(const char *name, char *path, size_t len)  in create_abs_path()  argument 92 		strncpy(path, name, len);  in create_abs_path() 93 		path[len - 1] = '\0';  in create_abs_path() 97 			*path++ = '/';  in create_abs_path() 100 			strncpy(path, name, len);  in create_abs_path() 101 			path[len - 1] = '\0';  in create_abs_path() 103 			strncpy(path, cwd, len);  in create_abs_path() 104 			path[len - 1] = '\0';  in create_abs_path() 106 			size_t plen = strlen(path);  in create_abs_path() 109 				path += plen;  in create_abs_path() [all …] 
 | 
| /Zephyr-latest/scripts/dts/ | 
| D | gen_dts_cmake.py | 35   dt_prop(compat PATH "/soc" PROPERTY compatible INDEX 0) 48 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'python-devicetree', 73                         help="path to write the CMake property file") 75                         help="path to read the pickled edtlib.EDT object from") 105         path = chosen_nodes[node].path 106         cmake_props.append(f'"DT_CHOSEN|{node}" "{path}"') 111         path = node.path 113             cmake_props.append(f'"DT_ALIAS|{alias}" "{path}"') 117         cmake_props.append(f'"DT_NODE|{node.path}" TRUE') 120             cmake_props.append(f'"DT_NODELABEL|{label}" "{node.path}"') [all …] 
 | 
| /Zephyr-latest/scripts/ | 
| D | get_maintainer.py | 16     ./get_maintainer.py path --help 71         "path", 75         metavar="PATH", 77         help="Path to list areas for") 117         "path", 118         metavar="PATH", 120         help="Limit to files under PATH") 167         The path to the maintainers file 174             Path to the maintainers file to parse. If None, MAINTAINERS.yml in 178         if (filename is not None) and (pathlib.Path(filename).exists()): [all …] 
 |