Home
last modified time | relevance | path

Searched defs:root (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.7.0/subsys/fs/
Dfs_impl.c14 static const char *const root = "/"; in fs_impl_strip_prefix() local
/Zephyr-Core-3.7.0/soc/nxp/imx/imx7d/
Dsoc_clk_freq.c14 uint32_t root; in get_pwm_clock_freq() local
/Zephyr-Core-3.7.0/soc/nxp/imx/imx6sx/
Dsoc_clk_freq.c15 uint32_t root; in get_pwm_clock_freq() local
/Zephyr-Core-3.7.0/soc/nxp/imxrt/imxrt11xx/
Dflexspi.c16 clock_name_t root; in flexspi_clock_set_freq() local
/Zephyr-Core-3.7.0/scripts/
Dlist_shields.py37 def find_shields_in(root): argument
Dlist_boards.py144 def find_arches_in(root): argument
160 def find_arch2board_set_in(root, arches, board_dir): argument
/Zephyr-Core-3.7.0/lib/libc/minimal/source/math/
Dsqrt.c22 double root; in sqrt() local
Dsqrtf.c21 float root; in sqrtf() local
/Zephyr-Core-3.7.0/tests/benchmarks/data_structure_perf/rbtree_perf/src/
Drbtree_perf.c134 static void verify_rbtree_perf(struct rbnode *root, struct rbnode *test) in verify_rbtree_perf()
192 struct rbnode *root = test_rbtree.root; in ZTEST() local
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py21 def __init__(self, root=None): argument
Ddtlib.py778 def root(self) -> Node: member in DT
/Zephyr-Core-3.7.0/scripts/footprint/
Dsize_report631 def _insert_one_elem(root, path, size, addr, section): argument
743 def print_any_tree(root, total_size, depth): argument
/Zephyr-Core-3.7.0/tests/subsys/fs/common/
Dtest_fs_dirops.c148 struct testfs_path root; in check_rename() local
Dtest_fs_util.c225 int testfs_build(struct testfs_path *root, in testfs_build()
/Zephyr-Core-3.7.0/drivers/pcie/host/
Dptm.h19 uint32_t root : 1; member
/Zephyr-Core-3.7.0/include/zephyr/sys/
Drb.h93 struct rbnode *root; member
/Zephyr-Core-3.7.0/lib/libc/minimal/source/stdlib/
Dqsort.c54 int root; in sift_down() local
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_tca954x.c29 const struct device *root; member
/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_ch9.c700 struct usb_bos_descriptor *const root) in desc_fill_bos_root()
/Zephyr-Core-3.7.0/scripts/ci/
Dcheck_compliance.py1204 def filter_py(root, fnames): argument