Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/drivers/usb/uhc/
Duhc_common.c52 xfer->queued = 0; in uhc_xfer_return()
183 if (xfer->queued) { in uhc_xfer_free()
205 if (xfer->queued) { in uhc_xfer_buf_add()
228 xfer->queued = 1; in uhc_ep_enqueue()
231 xfer->queued = 0; in uhc_ep_enqueue()
254 xfer->queued = 0; in uhc_ep_dequeue()
/Zephyr-latest/subsys/usb/device_next/
DKconfig41 Maximum number of USB device controller events that can be queued.
48 Maximum number of USB device notification messages that can be queued.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c384 struct bt_mesh_test_msg *queued = blocking_recv(timeout); in bt_mesh_test_recv_msg() local
386 if (!queued) { in bt_mesh_test_recv_msg()
390 *msg = *queued; in bt_mesh_test_recv_msg()
392 k_mem_slab_free(&msg_pool, (void *)queued); in bt_mesh_test_recv_msg()
399 struct bt_mesh_test_msg *queued; in bt_mesh_test_recv_clear() local
402 while ((queued = k_queue_get(&recv, K_NO_WAIT))) { in bt_mesh_test_recv_clear()
403 k_mem_slab_free(&msg_pool, (void *)queued); in bt_mesh_test_recv_clear()
/Zephyr-latest/soc/nxp/mcx/mcxw/
DKconfig.defconfig43 # need to be queued and processed by a dedicated thread
/Zephyr-latest/drivers/ethernet/
DKconfig.cyclonev18 A higher number allows for more packets to be queued which may
DKconfig.dwmac46 A higher number allows for more packets to be queued which may
/Zephyr-latest/drivers/audio/
DKconfig.dmic_mcux30 many buffers may be queued by the DMIC once it is triggered, before
/Zephyr-latest/subsys/usb/host/
DKconfig54 Maximum number of USB host controller events that can be queued.
/Zephyr-latest/drivers/can/
DKconfig.xmc4xxx16 int "Maximum number of queued messages"
DKconfig.mcp251xfd19 int "Maximum number of queued messages"
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.cp26 The number of commands that can be queued to a given PD. In CP mode,
DKconfig.pd20 The number of commands that can be queued to a given PD. In CP mode,
/Zephyr-latest/doc/hardware/peripherals/
Dvideo.rst31 defined by the endpoint format. A video buffer can be queued to a device
/Zephyr-latest/doc/kernel/services/data_passing/
Dstacks.rst28 * A **maximum quantity** of data values that can be queued in the array.
39 its maximum quantity of queued values. Adding a data value to a stack that is
Dlifos.rst44 There is no limit to the number of items that may be queued.
Dfifos.rst44 There is no limit to the number of items that may be queued.
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.l2cap23 queued TX buffers never need to be fragmented, i.e. that the
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst74 A work item may be **queued** (:c:enumerator:`K_WORK_QUEUED`) by submitting it to a
80 other items in the queue, a queued work item may be processed quickly or it
95 * queued to run again on the same queue;
115 to submit a work item that is already queued the work item is not affected;
120 to the workqueue, since the work item is no longer queued at that time.
149 queued until it is processed in the standard manner.
189 where it remains queued until it is processed in the standard manner.
281 to resubmit the work item while it is still queued, the work item is left
325 if the work is scheduled, queued, or running.
516 queued or running state.
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp30 If enabled, the HCI RX message is queued by the ISR, and the message is processed
/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h130 unsigned int queued : 1; member
Dudc.h197 unsigned int queued : 1; member
/Zephyr-latest/doc/services/resource_management/
Dindex.rst51 * Requests to turn on may be queued while a transition to off is in
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt77 Numbers of events which can be queued at same time. Note that if a
/Zephyr-latest/drivers/i3c/
DKconfig83 queued in the workqueue.
/Zephyr-latest/kernel/
Dsched.c219 bool queued = z_is_thread_queued(_current); in next_up() local
241 !z_is_idle_thread_object(_current) && !queued) { in next_up()

12