/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_common.c | 52 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/ |
D | Kconfig | 41 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/ |
D | mesh_test.c | 384 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/ |
D | Kconfig.defconfig | 43 # need to be queued and processed by a dedicated thread
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.cyclonev | 18 A higher number allows for more packets to be queued which may
|
D | Kconfig.dwmac | 46 A higher number allows for more packets to be queued which may
|
/Zephyr-latest/drivers/audio/ |
D | Kconfig.dmic_mcux | 30 many buffers may be queued by the DMIC once it is triggered, before
|
/Zephyr-latest/subsys/usb/host/ |
D | Kconfig | 54 Maximum number of USB host controller events that can be queued.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.xmc4xxx | 16 int "Maximum number of queued messages"
|
D | Kconfig.mcp251xfd | 19 int "Maximum number of queued messages"
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.cp | 26 The number of commands that can be queued to a given PD. In CP mode,
|
D | Kconfig.pd | 20 The number of commands that can be queued to a given PD. In CP mode,
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | video.rst | 31 defined by the endpoint format. A video buffer can be queued to a device
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | stacks.rst | 28 * 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
|
D | lifos.rst | 44 There is no limit to the number of items that may be queued.
|
D | fifos.rst | 44 There is no limit to the number of items that may be queued.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 23 queued TX buffers never need to be fragmented, i.e. that the
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | workqueue.rst | 74 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/ |
D | Kconfig.nxp | 30 If enabled, the HCI RX message is queued by the ISR, and the message is processed
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | uhc.h | 130 unsigned int queued : 1; member
|
D | udc.h | 197 unsigned int queued : 1; member
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 51 * Requests to turn on may be queued while a transition to off is in
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.mgmt | 77 Numbers of events which can be queued at same time. Note that if a
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 83 queued in the workqueue.
|
/Zephyr-latest/kernel/ |
D | sched.c | 219 bool queued = z_is_thread_queued(_current); in next_up() local 241 !z_is_idle_thread_object(_current) && !queued) { in next_up()
|