Home
last modified time | relevance | path

Searched refs:submitted (Results 1 – 75 of 75) sorted by relevance

/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt12 A transfer which is submitted and issued on a phy doesn't wait for a phy to
13 stop and restart, but is submitted on a "running channel". The other
25 multimedia case, such as video capture, if a transfer is submitted and then
88 such a transfer tx_submit() will be queued on the submitted queue, and
122 - a driver submitted an aligned tx1, not chained
123 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1
125 - a driver submitted an aligned tx3 => tx3 is hot-chained
126 - a driver submitted an unaligned tx4 => tx4 is put in submitted queue,
129 - a driver submitted an aligned tx5 => tx5 is put in submitted queue, not
131 - a driver submitted an aligned tx6 => tx6 is put in submitted queue,
[all …]
Dclient.txt115 added and the descriptor must then be submitted. Some DMA engine
/linux-4.4.14/Documentation/ABI/testing/
Ddebugfs-pfo-nx-crypto33 - 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.
Dsysfs-firmware-gsmi55 submitted fraction.
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_marker.c34 u64 submitted; member
65 marker->submitted = ktime_get_raw_ns(); in vmw_marker_push()
94 queue->lag = now - marker->submitted; in vmw_marker_pull()
Dvmwgfx_cmdbuf.c49 struct list_head submitted; member
317 INIT_LIST_HEAD(&ctx->submitted); in vmw_cmdbuf_ctx_init()
336 !list_empty(&ctx->submitted)) { in vmw_cmdbuf_ctx_submit()
340 entry = list_first_entry(&ctx->submitted, in vmw_cmdbuf_ctx_submit()
406 if (!list_empty(&ctx->submitted)) in vmw_cmdbuf_ctx_process()
467 list_add_tail(&header->list, &man->ctx[cb_context].submitted); in vmw_cmdbuf_ctx_add()
544 if (!list_empty(&ctx->submitted) || in vmw_cmdbuf_man_idle()
/linux-4.4.14/Documentation/usb/
Danchors.txt6 driver has to keep track of the URBs it has submitted
42 are called in the reverse temporal order they were submitted.
49 are processed in the reverse temporal order they were submitted.
79 first submitted URB is returned.
DURB.txt98 You may free an urb that you've submitted, but which hasn't yet been
150 There are two ways to cancel an URB you've submitted but which hasn't
Dcallbacks.txt101 restore. No more URBs may be submitted until the post_reset method
Dusbmon.txt210 unsigned int length; /* 32: Length of data (submitted or actual) */
DWUSB-Design-overview.txt405 a xfer abort request to the HC, cancel all the URBs we had submitted
Dusb-serial.txt263 (your problems/patches can alternately be submitted to usb-devel)
Dpower-management.txt308 operation. URBs may once more be submitted.
/linux-4.4.14/drivers/usb/misc/
Dusblcd.c57 struct usb_anchor submitted; /* URBs to wait for member
265 usb_anchor_urb(urb, &dev->submitted); in lcd_write()
330 init_usb_anchor(&dev->submitted); in lcd_probe()
407 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in lcd_draw_down()
409 usb_kill_anchored_urbs(&dev->submitted); in lcd_draw_down()
/linux-4.4.14/drivers/usb/
Dusb-skeleton.c53 struct usb_anchor submitted; /* in case we need to retract our submissions */ member
436 usb_anchor_urb(urb, &dev->submitted); in skel_write()
510 init_usb_anchor(&dev->submitted); in skel_probe()
596 usb_kill_anchored_urbs(&dev->submitted); in skel_disconnect()
608 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000); in skel_draw_down()
610 usb_kill_anchored_urbs(&dev->submitted); in skel_draw_down()
/linux-4.4.14/sound/usb/hiface/
Dpcm.c32 struct usb_anchor submitted; member
198 &rt->out_urbs[i].submitted, 100); in hiface_pcm_stream_stop()
201 &rt->out_urbs[i].submitted); in hiface_pcm_stream_stop()
225 &rt->out_urbs[i].submitted); in hiface_pcm_stream_start()
542 init_usb_anchor(&urb->submitted); in hiface_pcm_init_urb()
/linux-4.4.14/sound/usb/usx2y/
Dusbusx2y.c230 if (0 == usX2Y->US04->submitted) in i_usX2Y_In04Int()
232 err = usb_submit_urb(usX2Y->US04->urb[usX2Y->US04->submitted++], GFP_ATOMIC); in i_usX2Y_In04Int()
233 } while (!err && usX2Y->US04->submitted < usX2Y->US04->len); in i_usX2Y_In04Int()
Dusbusx2y.h18 int submitted; member
Dusbusx2yaudio.c682 us->submitted = 0; in usX2Y_rate_set()
691 us->submitted = 2*NOOF_SETRATE_URBS; in usX2Y_rate_set()
/linux-4.4.14/drivers/staging/media/cxd2099/
DTODO12 Patches should be submitted to: linux-media@vger.kernel.org.
/linux-4.4.14/drivers/net/wireless/p54/
Dp54usb.c187 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()
1012 init_usb_anchor(&priv->submitted); in p54u_probe()
Dp54usb.h155 struct usb_anchor submitted; member
/linux-4.4.14/Documentation/
Dpadata.txt21 submitted to this instance in parallel. The cbcpumask defines which
32 cpumasks, submitted by padata_alloc/padata_alloc_possible and the 'usable'
126 Each task submitted to padata_do_parallel() will, in turn, be passed to
151 submitted.
DSubmittingDrivers19 be submitted to the mainstream kernel.
22 If you don't use assigned numbers then when your device is submitted it will
Dstable_kernel_rules.txt18 regression they should only be submitted by a distribution kernel
77 Additionally, some patches submitted via Option 1 may have additional patch
Dxillybus.txt147 some data has been submitted and acknowledged by the FPGA. This slows down
285 which buffer is submitted, but how much data it contains.
372 buffer with some data, but not submitted that buffer. If the host waited for
Dcoccinelle.txt165 New semantic patches can be proposed and submitted by kernel
Demail-clients.txt17 Patches for the Linux kernel are submitted via email, preferably as
DSubmittingPatches169 patch as submitted.
343 For this reason, all patches should be submitted by e-mail "inline".
388 After you have submitted your change, be patient and wait. Reviewers are
Dbcache.txt237 If non zero, bcache keeps a list of the last 128 requests submitted to compare
/linux-4.4.14/Documentation/device-mapper/
Ddm-crypt.txt67 Perform encryption using the same cpu that IO was submitted on.
76 thread because it benefits CFQ to have writes submitted using the
/linux-4.4.14/drivers/staging/media/mn88473/
DTODO19 Patches should be submitted to:
/linux-4.4.14/drivers/staging/media/mn88472/
DTODO19 Patches should be submitted to:
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt23 The REQ_FLUSH flag can be OR ed into the r/w flags of a bio submitted from
36 The REQ_FUA flag can be OR ed into the r/w flags of a bio submitted from the
Dnull_blk.txt18 - Bio-based. IO requests are submitted directly to the device driver.
Dqueue-sysfs.txt128 cpu "group" that originally submitted the request. For some workloads this
Dbiovecs.txt7 As of 3.13, biovecs should never be modified after a bio has been submitted.
Dbiodoc.txt859 Direct access requests that do not contain bios would be submitted differently
/linux-4.4.14/drivers/dma/
Dmic_x100_dma.c230 if (mic_ch->issued == mic_ch->submitted) in mic_dma_issue_pending()
232 mic_ch->issued = mic_ch->submitted; in mic_dma_issue_pending()
246 if (mic_dma_ring_count(ch->issued, ch->submitted) in mic_dma_update_pending()
264 mic_ch->submitted = mic_ch->head; in mic_dma_tx_submit_unlock()
Dmic_x100_dma.h118 u32 submitted; member
/linux-4.4.14/Documentation/crypto/
Dasync-tx-api.txt47 operations to be submitted, like xor->copy->xor in the raid5 case. The
81 before the dependency is submitted. This requires that all descriptors be
85 1/ setting the ASYNC_TX_ACK flag if no child operations are to be submitted
Dapi-intro.txt103 Algorithms submitted must also be generally patent-free (e.g. IDEA
/linux-4.4.14/drivers/usb/host/
Dimx21-dbg.c79 stats_for_urb(imx21, urb)->submitted++; in debug_urb_submitted()
362 stats->submitted, in debug_statistics_show_one()
Dimx21-hcd.h399 unsigned long submitted; member
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_usb.h210 struct usb_anchor submitted; member
Dzd_usb.c900 usb_kill_anchored_urbs(&tx->submitted); in zd_usb_disable_tx()
1007 usb_anchor_urb(urb, &tx->submitted); in tx_urb_complete()
1052 usb_anchor_urb(urb, &tx->submitted); in zd_usb_tx()
1204 init_usb_anchor(&tx->submitted); in init_usb_tx()
/linux-4.4.14/Documentation/filesystems/cifs/
DAUTHORS47 Thanks to those in the community who have submitted detailed bug reports
/linux-4.4.14/drivers/usb/gadget/udc/
Datmel_usba_udc.h311 unsigned int submitted:1; member
Datmel_usba_udc.c103 req->submitted ? 'F' : 'f', in queue_dbg_read()
385 req->submitted = 1; in submit_request()
422 if (!req->submitted) in submit_next_request()
765 req->submitted = 0; in usba_ep_queue()
1364 if (req->submitted) in usba_control_irq()
1565 if (req->submitted) in usba_ep_irq()
/linux-4.4.14/Documentation/scsi/
Ddc395x.txt15 Problems, questions and patches should be submitted to the mailing
Ddpti.txt46 * V2.4 First version ready to be submitted to be embedded in the kernel
DChangeLog.megaraid91 Fix: A patch submitted to community from following folk.
DChangeLog.lpfc50 * Changed a few lines from patch submitted by Christoph Hellwig
/linux-4.4.14/crypto/
DKconfig1199 Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
1212 Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
1225 Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
1399 Twofish was submitted as an AES (Advanced Encryption Standard)
1421 Twofish was submitted as an AES (Advanced Encryption Standard)
1437 Twofish was submitted as an AES (Advanced Encryption Standard)
1457 Twofish was submitted as an AES (Advanced Encryption Standard)
1483 Twofish was submitted as an AES (Advanced Encryption Standard)
/linux-4.4.14/Documentation/isdn/
DREADME.concap148 - request data being submitted by lower layer (device hardware)
157 /* to request data be submitted by device */
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt255 ops=N Number of alloc reqs submitted
265 ops=N Number of retr reqs submitted
273 ops=N Number of store reqs submitted
/linux-4.4.14/fs/jfs/
Djfs_logmgr.c208 uint submitted; /* # of pages submitted */ member
2158 INCREMENT(lmStat.submitted); in lbmStartIO()
2508 lmStat.submitted, in jfs_lmstats_proc_show()
/linux-4.4.14/Documentation/filesystems/
DLocking272 page, write I/O can be submitted and the write I/O completion handler must run
273 end_page_writeback() once the I/O is complete. If no I/O is submitted, the
283 set_page_writeback()/end_page_writeback() on a page submitted to writepage
Dext4.txt307 operations submitted by kjournald2 during a
/linux-4.4.14/drivers/usb/usbip/
Dusbip_protocol.txt32 USBIP_CMD_UNLINK to unlink a previously submitted URB. The answers of the
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt276 processes. Use them both. When the driver itself is submitted for review
278 submitted at the same time. A driver that supports ACPI and uses device
449 submitted to ASWG and go through the normal approval process; for those that
Dacpi_object_usage.txt592 -- Section 17: NUMA support (prototypes have been submitted for
/linux-4.4.14/Documentation/arm/
DREADME48 or submitted through the web form at
/linux-4.4.14/drivers/atm/
Deni.c153 backlogged = 0,rx_enqueued = 0,rx_dequeued = 0,pushed = 0,submitted = 0, variable
1464 tx_complete,dma_complete,queued,requeued,submitted,backlogged,
2071 submitted++; in eni_send()
/linux-4.4.14/Documentation/development-process/
D4.Coding219 Code submitted for review should, as a rule, not produce any compiler
265 locking should be run with lockdep enabled before being submitted for
D2.Process53 submitted to the mainline. On occasion a more significant change will be
/linux-4.4.14/Documentation/networking/
Dscaling.txt437 2.6.38. Original patches were submitted by Tom Herbert
441 submitted by Ben Hutchings (bwh@kernel.org)
Dixgb.txt174 various submitted results using Linux.
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt699 Dax Kelson submitted this so that the ACPI acpid daemon will
781 Bartek Kania submitted this, it can be used to measure how much time your disk
Dthinkpad-acpi.txt153 non-experimental when they are submitted to Linux mainline, at which
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_drv.h1422 unsigned long submitted);
Dintel_pm.c4537 unsigned long submitted) in gen6_rps_boost() argument
4550 if (rps && time_after(jiffies, submitted + DRM_I915_THROTTLE_JIFFIES)) in gen6_rps_boost()
/linux-4.4.14/Documentation/s390/
Dcds.txt347 CCW_CMD_NOOP to the end of the submitted CCW chain. This will force Channel-End
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt258 submitted jobs, which may choose to terminate or re-prioritize jobs that
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4373 submitted patches for the slip transport and lots of other things.