/Zephyr-Core-3.6.0/subsys/tracing/include/ |
D | tracing_format_common.h | 27 * @brief Put string format tracing message to tracing buffer. 32 * @return true if put tracing message to tracing buffer successfully. 37 * @brief Put raw data format tracing message to tracing buffer. 42 * @return true if put tracing message to tracing buffer successfully. 47 * @brief Put tracing_data format message to tracing buffer. 52 * @return true if put tracing message to tracing buffer successfully.
|
D | tracing_core.h | 50 * @brief Trigger tracing thread to run after every first put. 52 * @param before_put_is_empty If tracing buffer is empty before this put.
|
/Zephyr-Core-3.6.0/samples/subsys/usb/mass/ |
D | sample.yaml | 21 - "The device is put in USB mass storage mode." 42 - "The device is put in USB mass storage mode." 61 - "The device is put in USB mass storage mode." 86 - "The device is put in USB mass storage mode." 112 - "The device is put in USB mass storage mode." 133 - "The device is put in USB mass storage mode." 158 - "The device is put in USB mass storage mode."
|
/Zephyr-Core-3.6.0/tests/kernel/lifo/lifo_api/src/ |
D | test_lifo_loop.c | 22 /**TESTPOINT: lifo put*/ in tlifo_put() 44 TC_PRINT("isr lifo put ---> "); in tIsr_entry() 53 TC_PRINT("thread lifo put ---> "); in tThread_entry() 67 TC_PRINT("main lifo put ---> "); in tlifo_read_write() 89 * -# lifo put from main thread 91 * -# lifo put from isr
|
/Zephyr-Core-3.6.0/tests/kernel/fifo/fifo_api/src/ |
D | test_fifo_loop.c | 21 /**TESTPOINT: fifo put*/ in tfifo_put() 44 TC_PRINT("isr fifo put ---> "); in tIsr_entry() 53 TC_PRINT("thread fifo put ---> "); in tThread_entry() 67 TC_PRINT("main fifo put ---> "); in tfifo_read_write() 89 * -# fifo put from main thread 91 * -# fifo put from isr
|
/Zephyr-Core-3.6.0/tests/kernel/fifo/fifo_usage/src/ |
D | main.c | 49 /* Data to put into FIFO */ 63 /* Put items into fifo */ in tIsr_entry_put() 94 /* Put items into fifo */ in thread_entry_fn_single() 113 /* Put items into fifo1 */ in thread_entry_fn_dual() 123 /* Put items into fifo1 */ in thread_entry_fn_isr() 136 * @brief Tests single fifo get and put operation in thread context 152 /* Put items into fifo */ in ZTEST() 175 * @brief Tests dual fifo get and put operation in thread context 193 /* Put item into fifo */ in ZTEST() 207 * @brief Tests fifo put and get operation in interrupt context [all …]
|
/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/ |
D | README.rst | 49 …fifo.put.immediate.kernel - Add data to FIFO (no ctx switch) : … 51 …fifo.put.alloc.immediate.kernel - Allocate to add data to FIFO (no ctx switch) : … 54 …fifo.put.wake+ctx.k_to_k - Add data to FIFO (w/ ctx switch) : … 56 …fifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to FIFO (w/ ctx switch) : … 57 …lifo.put.immediate.kernel - Add data to LIFO (no ctx switch) : … 59 …lifo.put.alloc.immediate.kernel - Allocate to add data to LIFO (no ctx switch) : … 62 …lifo.put.wake+ctx.k_to_k - Add data to LIFO (w/ ctx switch) : … 64 …lifo.put.alloc.wake+ctx.k_to_k - Allocate to add data to LIFO (w/ ctx siwtch) : … 118 …fifo.put.immediate.kernel - Add data to FIFO (no ctx switch) : … 120 …fifo.put.alloc.immediate.kernel - Allocate to add data to FIFO (no ctx switch) : … [all …]
|
/Zephyr-Core-3.6.0/arch/nios2/core/ |
D | exception.S | 25 /* Placed into special 'exception' section so that the linker can put this code 63 * put this in the stack frame as well 91 /* Stash a copy of thread's sp in r12 so that we can put it on the IRQ 106 * function parameter since we put it in r4 135 /* We put the thread stack pointer on top of the IRQ stack before 143 * IRQ lock state. We put this value in et earlier. 158 * We earlier put ea - 4 in the stack frame, replace it with just ea 184 /* We put the thread stack pointer on top of the IRQ stack before 221 /* Put the stack pointer back where it was when we entered
|
/Zephyr-Core-3.6.0/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 54 /* Test put line to history and get it. 58 * - put line to the history. 59 * - read line and verify that it is the one that was put. 99 * - put lines 1,2,3 to history. 164 * - put buffer that is bigger than history overall capacity. 166 * - put short line followed by line that is close to max. 197 * - put same line twice. 221 * - Put max length line 1 in history. 223 * - Put max length line 2 in history. 225 * - Put max length line 3 in history.
|
/Zephyr-Core-3.6.0/tests/subsys/modem/mock/ |
D | modem_backend_mock.h | 15 /* Get data which will trigger put */ 19 /* Data which will be put in response to get data */ 20 const uint8_t *put; member
|
/Zephyr-Core-3.6.0/tests/subsys/pm/device_runtime_api/src/ |
D | main.c | 85 * - get + put 86 * - get + asynchronous put until suspended 87 * - get + asynchronous put + get (while suspend still ongoing) 98 /*** get + put ***/ in ZTEST() 129 /*** get + asynchronous put until suspended ***/ in ZTEST() 145 /* In sync mode async put is equivalent as normal put. */ in ZTEST() 167 /*** get + asynchronous put + get (while suspend still ongoing) ***/ in ZTEST() 228 * test if async put with a delay respects the given time. in ZTEST() 250 /* Put operation should fail due the state be locked. */ in ZTEST()
|
/Zephyr-Core-3.6.0/tests/kernel/msgq/msgq_api/src/ |
D | test_msgq_purge.c | 31 /*create another thread waiting to put msg*/ in purge_when_put() 37 /**TESTPOINT: msgq purge while another thread waiting to put msg*/ in purge_when_put() 40 /*verify msg put after purge*/ in purge_when_put()
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | byteorder.h | 300 * @brief Put a 16-bit integer as big-endian to arbitrary location. 302 * Put a 16-bit integer, originally in host endianness, to a 315 * @brief Put a 24-bit integer as big-endian to arbitrary location. 317 * Put a 24-bit integer, originally in host endianness, to a 330 * @brief Put a 32-bit integer as big-endian to arbitrary location. 332 * Put a 32-bit integer, originally in host endianness, to a 345 * @brief Put a 48-bit integer as big-endian to arbitrary location. 347 * Put a 48-bit integer, originally in host endianness, to a 360 * @brief Put a 64-bit integer as big-endian to arbitrary location. 362 * Put a 64-bit integer, originally in host endianness, to a [all …]
|
/Zephyr-Core-3.6.0/doc/services/pm/ |
D | device_runtime.rst | 19 not used. On the first device request, it will be resumed and so put into the 23 device will be immediately put into the 25 asynchronously, it will be put into the 74 and *put* terminology to indicate when a device is needed or not, respectively. 87 Until this feature is added, devices can manually *get* or *put* their 187 *get* and *put* operations could be carried out as follows: 204 /* "put" device (decreases usage count, suspends device if no more users) */ 226 /* "put" device (decreases usage count, schedule suspend if no more users) */
|
/Zephyr-Core-3.6.0/lib/cpp/abi/ |
D | cpp_ctors.c | 14 * NOTE: Not all compilers put those function pointers into the ctors section; 15 * some put them into the init_array section instead.
|
/Zephyr-Core-3.6.0/tests/lib/ringbuffer/src/ |
D | main.c | 71 * put. 72 * -# Put data items with "while loop". 75 * -# Check if the data put are equal to the data got. 81 * An error shall be shown up when an item is put into a full ringbuffer or 181 /**TESTPOINT: ring buffer put*/ in tringbuf_put() 262 * -# Put data items into a ringbuffer 352 * -# Put data items into the ringbuffer by a thread 353 * -# Put data items into the ringbuffer by a ISR 358 * -# Put data items into the ringbuffer by the thread 408 * -# Put data items into the ringbuffer by a thread [all …]
|
/Zephyr-Core-3.6.0/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_fail.c | 23 /**TESTPOINT: pipe put returns -EIO*/ in put_fail() 27 /**TESTPOINT: pipe put returns -EAGAIN*/ in put_fail() 37 * @brief Test pipe put failure scenario 48 * @brief Test pipe put by a user thread 73 /**TESTPOINT: pipe put returns -EIO*/ in get_fail() 77 /**TESTPOINT: pipe put returns -EAGAIN*/ in get_fail()
|
/Zephyr-Core-3.6.0/samples/net/tftp_client/ |
D | README.rst | 5 Use the TFTP client library to get/put files from/to a TFTP server. 11 based on UDP, and is designed to get a file from or put a file onto a remote host. 88 <inf> net_tftp_client_app: TFTP client put done
|
D | sample.yaml | 2 description: Test TFTP client get and put methods
|
/Zephyr-Core-3.6.0/arch/arc/core/ |
D | cpu_idle.S | 30 * @brief Put the CPU in low-power mode 53 * @brief Put the CPU in low-power mode, entered with IRQs locked
|
/Zephyr-Core-3.6.0/tests/kernel/mbox/mbox_api/src/ |
D | test_mbox_api.c | 113 /**TESTPOINT: mbox sync put empty message*/ in tmbox_put() 123 /**TESTPOINT: mbox sync put buffer*/ in tmbox_put() 135 /**TESTPOINT: mbox async put buffer*/ in tmbox_put() 316 * async put. in tmbox_get() 324 * the semaphore and the async put completes it operation. in tmbox_get() 331 * async put. in tmbox_get() 338 /* Here the get is waiting for a async put to complete in tmbox_get() 351 /* Async put has now populated the msgs. Now retrieve all in tmbox_get() 380 * async put. This will trigger the start of the msg transfer. in tmbox_get() 457 zassert_equal(ret, 0, "message queue put successful"); in ZTEST()
|
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | tftp.h | 124 * GET or PUT API with the `tftpc` structure. 160 * @param remote_file Name of the remote file to put. 162 * @param user_buf Data buffer containing the data to put. 163 * @param user_buf_size Length of the data to put.
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_cache/src/ |
D | main.c | 112 /* Put id0 entry */ in ZTEST() 119 /* Miss id1 in cache then put it */ in ZTEST() 124 /* Miss id2 in cache then put it */ in ZTEST() 129 /* Miss id3 in cache then put it. At that point id0 should still be in in ZTEST()
|
/Zephyr-Core-3.6.0/tests/drivers/entropy/api/ |
D | Kconfig | 10 bool "Put the buffer of randomly generated numbers in nocache region."
|
/Zephyr-Core-3.6.0/kernel/ |
D | msg_q.c | 134 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_msgq, put, msgq, timeout); in z_impl_k_msgq_put() 140 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, put, msgq, timeout, 0); in z_impl_k_msgq_put() 151 /* put message in queue */ in z_impl_k_msgq_put() 169 SYS_PORT_TRACING_OBJ_FUNC_BLOCKING(k_msgq, put, msgq, timeout); in z_impl_k_msgq_put() 171 /* wait for put message success, failure, or timeout */ in z_impl_k_msgq_put() 175 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, put, msgq, timeout, result); in z_impl_k_msgq_put() 179 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_msgq, put, msgq, timeout, result); in z_impl_k_msgq_put()
|