Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.c21 char *eos = pp->eos; in path_vextend() local
22 size_t rem = (endp - eos); in path_vextend()
28 eos = sp + 1; in path_vextend()
30 eos = sp; in path_vextend()
33 *eos = '/'; in path_vextend()
34 ++eos; in path_vextend()
35 memcpy(eos, ep, len); in path_vextend()
36 eos += len; in path_vextend()
40 *eos = 0; in path_vextend()
41 pp->eos = eos; in path_vextend()
[all …]
Dtest_fs_util.h37 char *eos; member
92 size_t len = sp->eos - sp->path; in testfs_path_copy()
95 dp->eos = dp->path + len; in testfs_path_copy()
/Zephyr-latest/dts/arm/quicklogic/
Dquicklogic_eos_s3.dtsi57 compatible = "quicklogic,eos-s3-gpio";
68 compatible = "quicklogic,eos-s3-pinctrl";
/Zephyr-latest/boards/quicklogic/quick_feather/
Dquick_feather.dts9 #include <zephyr/dt-bindings/pinctrl/quicklogic-eos-s3-pinctrl.h>
/Zephyr-latest/samples/boards/quicklogic/qomu/
DREADME.rst12 * `QuickLogic Qomu board <https://www.quicklogic.com/products/eos-s3/quickfeather-development-kit/>…
/Zephyr-latest/boards/quicklogic/qomu/
Dqomu.dts9 #include <zephyr/dt-bindings/pinctrl/quicklogic-eos-s3-pinctrl.h>
/Zephyr-latest/subsys/net/lib/http/
Dhttp_huffman.c280 static const struct decode_elem eos = { variable
309 if (huffman_bits_compare(bits, &eos)) { in huffman_decode_bits()
310 return &eos; in huffman_decode_bits()
385 if (decoded == &eos) { in http_hpack_huffman_decode()
/Zephyr-latest/drivers/modem/
Dublox-sara-r4.c215 char *eos; in find_apn() local
227 eos = s+1; in find_apn()
237 int len = eos - s; in find_apn()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst1668 * :dtcompatible:`quicklogic,eos-s3-pinctrl`