Home
last modified time | relevance | path

Searched refs:off (Results 76 – 100 of 436) sorted by relevance

12345678910>>...18

/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test.h41 uint8_t fcb_test_append_data(int msg_len, int off);
Dmain.c75 uint8_t fcb_test_append_data(int msg_len, int off) in fcb_test_append_data() argument
77 return (msg_len ^ off); in fcb_test_append_data()
/Zephyr-latest/arch/x86/core/
Dpcie.c69 int off = PCIE_BDF_TO_BUS(bdf) - bus_segs[i].start_bus; in pcie_mm_conf() local
71 if (off >= 0 && off < bus_segs[i].n_buses) { in pcie_mm_conf()
72 bdf = PCIE_BDF(off, in pcie_mm_conf()
/Zephyr-latest/include/zephyr/net/http/
Dparser_url.h58 uint16_t off; /* Offset into buffer in which field member
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c168 fuse_fill_dir_t filler, off_t off, in fuse_fs_access_readdir() argument
176 ARG_UNUSED(off); in fuse_fs_access_readdir()
305 off_t off, struct fuse_file_info *fi) in fuse_fs_access_read() argument
315 err = fs_seek(&files[fi->fh], off, FS_SEEK_SET); in fuse_fs_access_read()
326 off_t off, struct fuse_file_info *fi) in fuse_fs_access_write() argument
336 err = fs_seek(&files[fi->fh], off, FS_SEEK_SET); in fuse_fs_access_write()
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst18 When a power domain turns itself on or off, it is the responsibility of the
53 be turned on or off to reduce power consumption. But there is a
58 completely powered off to eliminate this leakage. These regions are
72 completely turned off when not in use.
90 PM subsystem to turn devices on and off.
115 /* turn off the domain (e.g. reset control pins to default state) */
/Zephyr-latest/boards/nxp/ls1046ardb/doc/
Dindex.rst100 tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; go 0xc0000000;
106 …tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; cpu 3 release 0xc000…
132 tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; go 0xc0000000;
160 …tftp c0000000 zephyr.bin; dcache off; dcache flush; icache flush; icache off; cpu 2 release 0xc000…
/Zephyr-latest/tests/net/socket/misc/src/
Dmain.c633 int off = 0; in test_ipv4_mapped_to_ipv6_enabled() local
682 ret = zsock_setsockopt(sock_s6, IPPROTO_IPV6, IPV6_V6ONLY, &off, sizeof(off)); in test_ipv4_mapped_to_ipv6_enabled()
685 ret = zsock_getsockopt(sock_s6, IPPROTO_IPV6, IPV6_V6ONLY, &off, &optlen); in test_ipv4_mapped_to_ipv6_enabled()
687 zassert_equal(off, 0, "IPV6_V6ONLY option setting failed"); in test_ipv4_mapped_to_ipv6_enabled()
706 int off; in test_ipv4_mapped_to_ipv6_server() local
759 ret = zsock_getsockopt(sock_s6, IPPROTO_IPV6, IPV6_V6ONLY, &off, &optlen); in test_ipv4_mapped_to_ipv6_server()
761 zassert_not_equal(off, 0, "IPV6_V6ONLY option setting failed"); in test_ipv4_mapped_to_ipv6_server()
766 off = 0; in test_ipv4_mapped_to_ipv6_server()
767 ret = zsock_setsockopt(sock_s6, IPPROTO_IPV6, IPV6_V6ONLY, &off, sizeof(off)); in test_ipv4_mapped_to_ipv6_server()
770 ret = zsock_getsockopt(sock_s6, IPPROTO_IPV6, IPV6_V6ONLY, &off, &optlen); in test_ipv4_mapped_to_ipv6_server()
[all …]
/Zephyr-latest/subsys/storage/stream/
Dstream_flash.c77 int stream_flash_erase_page(struct stream_flash_ctx *ctx, off_t off) in stream_flash_erase_page() argument
83 if (off < ctx->offset || (off - ctx->offset) >= ctx->available) { in stream_flash_erase_page()
97 rc = flash_get_page_info_by_offs(ctx->fdev, off, &page); in stream_flash_erase_page()
/Zephyr-latest/include/zephyr/posix/sys/
Dmman.h40 void *mmap(void *addr, size_t len, int prot, int flags, int fildes, off_t off);
/Zephyr-latest/drivers/clock_control/
Dclock_control_mcux_mcg.c60 .off = mcux_mcg_off,
/Zephyr-latest/include/zephyr/drivers/
Dclock_control.h104 clock_control off; member
150 return api->off(dev, sys); in clock_control_off()
/Zephyr-latest/tests/subsys/storage/flash_map/src/
Dmain.c57 off_t off = 0; in layout_match() local
65 flash_get_page_info_by_offs(flash_dev, SLOT1_PARTITION_OFFSET + off, &fpi)); in layout_match()
71 off += fs_sectors[i].fs_size; in layout_match()
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_8.rst74 (str)"off" : (uint)
84 | "off" | offset to start download at |
108 (str)"off" : (uint)
142 | "off" | offset the response is for. |
147 | "len" | length of file, this field is only mandatory when "off" is 0. |
212 (str)"off" : (uint)
224 | "off" | offset to start/continue upload at. |
232 | | when "off" is 0. |
254 (str)"off" : (uint)
286 | "off" | offset of last successfully written data. |
[all …]
/Zephyr-latest/subsys/debug/coredump/
Dcoredump_backend_flash_partition.c167 static int data_read(off_t off, uint8_t *dst, size_t len, in data_read() argument
171 off_t offset = off; in data_read()
303 static int get_stored_dump(off_t off, uint8_t *dst, size_t len) in get_stored_dump() argument
338 if (off >= hdr.size) { in get_stored_dump()
344 off += ROUND_UP(sizeof(struct flash_hdr_t), FLASH_WRITE_SIZE); in get_stored_dump()
346 ret = data_read(off, dst, len, NULL, NULL); in get_stored_dump()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c452 uint16_t off = 0; in smp_bt_tx_pkt() local
507 while (off < nb->len) { in smp_bt_tx_pkt()
516 if ((off + mtu_size) > nb->len) { in smp_bt_tx_pkt()
518 mtu_size = nb->len - off; in smp_bt_tx_pkt()
548 off += mtu_size; in smp_bt_tx_pkt()
549 notify_param.data = &nb->data[off]; in smp_bt_tx_pkt()
/Zephyr-latest/drivers/net/
Dslip.c302 static uint8_t *recv_cb(uint8_t *buf, size_t *off) in recv_cb() argument
309 *off = 0; in recv_cb()
313 for (i = 0; i < *off; i++) { in recv_cb()
343 *off = 0; in recv_cb()
/Zephyr-latest/samples/modules/tflite-micro/hello_world/
DCMakeLists.txt8 # appear to require thread safety, we turn it off in the C++ compiler.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/
DCMakeLists.txt8 # appear to require thread safety, we turn it off in the C++ compiler.
/Zephyr-latest/drivers/mm/
DKconfig21 bool "Power off unused RAM"
26 Note that unused memory will be powered off by
/Zephyr-latest/boards/olimex/olimex_esp32_evb/
Dolimex_esp32_evb_procpu.dts46 off-on-delay-us = <5000>;
54 off-on-delay-us = <5000>;
/Zephyr-latest/boards/sipeed/longan_nano/support/
Dopenocd.cfg24 flash protect 0 0 last off
/Zephyr-latest/samples/drivers/led/xec/
DREADME.rst30 - Turning off
31 - Blinking on: 0.1 sec, off: 0.1 sec
32 - Blinking on: 1 sec, off: 1 sec
/Zephyr-latest/kernel/
Dthread.c228 size_t off = 0; in k_thread_state_str() local
267 off += copy_bytes(buf + off, buf_size - off, in k_thread_state_str()
274 off += copy_bytes(buf + off, buf_size - off, "+", 1); in k_thread_state_str()
278 buf[off] = '\0'; in k_thread_state_str()
/Zephyr-latest/dts/arm/nxp/
Dnxp_k66.dtsi30 interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning",

12345678910>>...18