Searched refs:enqueue (Results 1 – 8 of 8) sorted by relevance
31 int "Maximum number of CAN frames to enqueue"35 Maximum number of CAN frames to enqueue for transmission.
258 video_api_enqueue_t enqueue; member340 if (api->enqueue == NULL) { in video_enqueue()344 return api->enqueue(dev, ep, buf); in video_enqueue()
16 | enqueue 1 byte msg in FIFO | NNNNNN|18 | enqueue 4 bytes msg in FIFO | NNNNNN|20 | enqueue 1 byte msg in FIFO to a waiting higher priority task | NNNNNN|21 | enqueue 4 bytes in FIFO to a waiting higher priority task | NNNNNN|
249 .enqueue = video_sw_generator_enqueue,
412 .enqueue = video_mcux_csi_enqueue,
44 of the shared memory pool, and enqueue this data into a ``k_queue`` being
65 - process each field in some way (e.g. sync-push emit, concat, enqueue to
155 insufficient space to hold the new data item the enqueue operation fails.