/openbmc/linux/Documentation/driver-api/dmaengine/ |
H A D | pxa_dma.rst | 14 A transfer which is submitted and issued on a phy doesn't wait for a phy to 15 stop and restart, but is submitted on a "running channel". The other 27 multimedia case, such as video capture, if a transfer is submitted and then 106 such a transfer tx_submit() will be queued on the submitted queue, and 146 - a driver submitted an aligned tx1, not chained 148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1 152 - a driver submitted an aligned tx3 => tx3 is hot-chained 154 - a driver submitted an unaligned tx4 => tx4 is put in submitted queue, 159 - a driver submitted an aligned tx5 => tx5 is put in submitted queue, not 162 - a driver submitted an aligned tx6 => tx6 is put in submitted queue, [all …]
|
/openbmc/linux/fs/erofs/ |
H A D | fscache.c | 34 size_t submitted; /* Length of submitted */ member 62 if (!primary->submitted) { in erofs_fscache_req_chain() 68 primary->start + primary->submitted, len); in erofs_fscache_req_chain() 135 loff_t lstart = req->start + req->submitted; in erofs_fscache_read_folios_async() 139 DBG_BUGON(len > req->len - req->submitted); in erofs_fscache_read_folios_async() 209 loff_t pos = primary->start + primary->submitted; in erofs_fscache_data_read_slice() 240 primary->submitted += PAGE_SIZE; in erofs_fscache_data_read_slice() 244 count = primary->len - primary->submitted; in erofs_fscache_data_read_slice() 248 primary->submitted += count; in erofs_fscache_data_read_slice() 270 primary->submitted += count; in erofs_fscache_data_read_slice() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-pfo-nx-crypto | 33 The total number of AES operations submitted to the hardware. 39 The total number of SHA-256 operations submitted to the hardware. 45 The total number of SHA-512 operations submitted to the hardware.
|
/openbmc/linux/drivers/usb/misc/ |
H A D | usblcd.c | 55 struct usb_anchor submitted; /* URBs to wait for member 268 usb_anchor_urb(urb, &dev->submitted); in lcd_write() 333 init_usb_anchor(&dev->submitted); in lcd_probe() 396 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in lcd_draw_down() 398 usb_kill_anchored_urbs(&dev->submitted); in lcd_draw_down() 428 usb_kill_anchored_urbs(&dev->submitted); in lcd_disconnect()
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | TODO | 6 * Another stateless decoder driver should be submitted; 7 * At least one stateless encoder driver should be submitted.
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | anchors.rst | 9 driver has to keep track of the URBs it has submitted 45 are called in the reverse temporal order they were submitted. 53 are processed in the reverse temporal order they were submitted. 83 first submitted URB is returned.
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 240 unsigned ktail, submitted, to_submit; in io_uring_submit() local 245 submitted = *sq->kring_entries; in io_uring_submit() 253 for (submitted = 0; submitted < to_submit; submitted++) { in io_uring_submit() 257 if (!submitted) in io_uring_submit() 266 ret = io_uring_enter(ring->ring_fd, submitted, 0, in io_uring_submit()
|
/openbmc/linux/drivers/usb/ |
H A D | usb-skeleton.c | 51 struct usb_anchor submitted; /* in case we need to retract our submissions */ member 434 usb_anchor_urb(urb, &dev->submitted); in skel_write() 504 init_usb_anchor(&dev->submitted); in skel_probe() 577 usb_kill_anchored_urbs(&dev->submitted); in skel_disconnect() 589 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in skel_draw_down() 591 usb_kill_anchored_urbs(&dev->submitted); in skel_draw_down()
|
/openbmc/linux/fs/netfs/ |
H A D | io.c | 554 subreq->start = rreq->start + rreq->submitted; in netfs_rreq_submit_slice() 555 subreq->len = rreq->len - rreq->submitted; in netfs_rreq_submit_slice() 557 _debug("slice %llx,%zx,%zx", subreq->start, subreq->len, rreq->submitted); in netfs_rreq_submit_slice() 574 rreq->submitted += subreq->len; in netfs_rreq_submit_slice() 631 } while (rreq->submitted < rreq->len); in netfs_begin_read() 648 if (ret == 0 && rreq->submitted < rreq->len) { in netfs_begin_read()
|
/openbmc/linux/sound/usb/hiface/ |
H A D | pcm.c | 28 struct usb_anchor submitted; member 192 &rt->out_urbs[i].submitted, 100); in hiface_pcm_stream_stop() 195 &rt->out_urbs[i].submitted); in hiface_pcm_stream_stop() 219 &rt->out_urbs[i].submitted); in hiface_pcm_stream_start() 523 init_usb_anchor(&urb->submitted); in hiface_pcm_init_urb()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf.c | 55 struct list_head submitted; member 324 INIT_LIST_HEAD(&ctx->submitted); in vmw_cmdbuf_ctx_init() 343 !list_empty(&ctx->submitted) && in vmw_cmdbuf_ctx_submit() 348 entry = list_first_entry(&ctx->submitted, in vmw_cmdbuf_ctx_submit() 420 if (!list_empty(&ctx->submitted)) in vmw_cmdbuf_ctx_process() 481 list_add_tail(&header->list, &man->ctx[cb_context].submitted); in vmw_cmdbuf_ctx_add() 602 list_splice_init(&restart_head[i], &ctx->submitted); in vmw_cmdbuf_work_func() 637 if (!list_empty(&ctx->submitted) || in vmw_cmdbuf_man_idle()
|
/openbmc/linux/drivers/usb/class/ |
H A D | usbtmc.c | 136 struct usb_anchor submitted; member 181 init_usb_anchor(&file_data->submitted); in usbtmc_open() 916 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read() 1020 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_read() 1038 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_read() 1100 if (usb_anchor_empty(&file_data->submitted) || wakeup) in usbtmc_write_bulk_cb() 1212 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_generic_write() 1229 if (!usb_wait_anchor_empty_timeout(&file_data->submitted, in usbtmc_generic_write() 1240 usb_kill_anchored_urbs(&file_data->submitted); in usbtmc_generic_write() 1605 usb_anchor_urb(urb, &file_data->submitted); in usbtmc_write() [all …]
|
/openbmc/linux/sound/usb/usx2y/ |
H A D | usbusx2y.c | 220 if (!usx2y->us04->submitted) { in i_usx2y_in04_int() 222 err = usb_submit_urb(usx2y->us04->urb[usx2y->us04->submitted++], GFP_ATOMIC); in i_usx2y_in04_int() 223 } while (!err && usx2y->us04->submitted < usx2y->us04->len); in i_usx2y_in04_int()
|
H A D | usbusx2y.h | 45 int submitted; 19 int submitted; global() member
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-stateless-decoder.rst | 235 configuration, as a buffer submitted to the ``OUTPUT`` queue. Typically, this 238 * All the metadata needed to decode the submitted encoded data, in the form of 317 If the request is submitted without an ``OUTPUT`` buffer, or if some of the 326 frames were submitted to the ``OUTPUT`` queue). 348 its units of encoded data are successfully submitted to the ``OUTPUT`` queue. 394 1. If the last submitted request resulted in a ``CAPTURE`` buffer being 400 2. Wait until all submitted requests have completed and dequeue the 417 If the last submitted request resulted in a ``CAPTURE`` buffer being 424 just needs to wait until all the submitted requests are completed.
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal.rst | 126 submitted to the packet transport layer, the ``complete()`` callback is 160 All packets to be transmitted by the transport layer must be submitted to 163 re-submitted to this queue due to timeouts or NAK packets sent by the EC. 174 re-submitted due to a packet acknowledgment timeout or NAK. On such a 186 submitted to the serdev subsystem. In case of an error or timeout during 235 re-submitted if it still has some remaining tries left, or completed with 267 somewhat special. It is either set when the upper layer request is submitted 268 or, if there is none, when the packet is first submitted. After it is set, 324 before it is released once it has been submitted to the request transport 365 submitted to this queue via |ssh_rtl_submit|. Once submitted, requests may [all …]
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | p54usb.c | 187 usb_anchor_urb(urb, &priv->submitted); in p54u_rx_cb() 209 usb_kill_anchored_urbs(&priv->submitted); in p54u_free_urbs() 251 usb_anchor_urb(entry, &priv->submitted); in p54u_init_urbs() 315 usb_anchor_urb(data_urb, &priv->submitted); in p54u_tx_lm87() 369 usb_anchor_urb(int_urb, &priv->submitted); in p54u_tx_net2280() 376 usb_anchor_urb(data_urb, &priv->submitted); in p54u_tx_net2280() 1008 init_usb_anchor(&priv->submitted); in p54u_probe()
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | ldap-controller.js | 19 $scope.submitted = false; 31 $scope.submitted = false;
|
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 1006 int submitted = 0; in gc_node_segment() local 1025 return submitted; in gc_node_segment() 1064 submitted++; in gc_node_segment() 1073 return submitted; in gc_node_segment() 1504 int submitted = 0; in gc_data_segment() local 1528 return submitted; in gc_data_segment() 1581 return submitted; in gc_data_segment() 1654 submitted++; in gc_data_segment() 1668 return submitted; in gc_data_segment() 1697 int submitted = 0; in do_garbage_collect() local [all …]
|
H A D | compress.c | 1232 int *submitted, in f2fs_write_compressed_pages() argument 1249 .submitted = 0, in f2fs_write_compressed_pages() 1376 (*submitted)++; in f2fs_write_compressed_pages() 1466 int submitted, compr_blocks, i; in f2fs_write_raw_pages() local 1510 ret = f2fs_write_single_data_page(cc->rpages[i], &submitted, in f2fs_write_raw_pages() 1532 *submitted_p += submitted; in f2fs_write_raw_pages() 1544 int *submitted, in f2fs_write_multi_pages() argument 1550 *submitted = 0; in f2fs_write_multi_pages() 1561 err = f2fs_write_compressed_pages(cc, submitted, in f2fs_write_multi_pages() 1568 f2fs_bug_on(F2FS_I_SB(cc->inode), *submitted); in f2fs_write_multi_pages() [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0048-corstone1000-Enable-UEFI-Secure-boot.patch | 8 Upstream-Status: Pending [Not submitted to upstream yet]
|
H A D | 0037-corstone1000-enable-authenticated-capsule-config.patch | 9 Upstream-Status: Pending [Not submitted to upstream yet]
|
H A D | 0020-corstone1000-enable-distro-booting-command.patch | 10 Upstream-Status: Pending [Not submitted to upstream yet]
|
H A D | 0036-corstone1000-add-signature-device-tree-overlay.patch | 9 Upstream-Status: Pending [Not submitted to upstream yet]
|
/openbmc/linux/Documentation/arch/sparc/oradax/ |
H A D | dax-hv-api.txt | 27 … of the submitted operations reported through a Completion Area linked to each CCB. Each CCB has a 29 …conditional flags, the execution order of submitted CCBs is arbitrary. Likewise, the time to compl… 203 The Long CCB flag indicates whether the submitted CCB is 64 or 128 bytes long; value is 0 for 64 by… 232 will be ignored. All CCBs in a pipeline must be submitted in the same call to ccb_submit. 379 …n option to disable ADI checking for all inputs accessed via virtual address for all CCBs submitted 913 command CCB will only execute when all previous commands submitted in the same request have 1025 …will be cleared by the Hypervisor to reflect the pending execution status when the CCB is submitted 1169 the submitted CCBs must all be translated with the same privilege level. 1171 …By default, all virtual addresses used within the submitted CCBs are translated using the primary … 1181 …implement the serial-conditional behavior at any point where the chain was not submitted in a sing… [all …]
|