Home
last modified time | relevance | path

Searched refs:contract (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/dma/
H A Dsun4i-dma.c149 struct sun4i_dma_contract *contract; member
334 struct sun4i_dma_contract *contract = NULL; in __execute_vchan_pending() local
367 contract = to_sun4i_dma_contract(vd); in __execute_vchan_pending()
368 if (list_empty(&contract->demands)) { in __execute_vchan_pending()
370 list_del(&contract->vd.node); in __execute_vchan_pending()
371 vchan_cookie_complete(&contract->vd); in __execute_vchan_pending()
375 } while (list_empty(&contract->demands)); in __execute_vchan_pending()
378 promise = list_first_entry(&contract->demands, in __execute_vchan_pending()
384 vchan->contract = contract; in __execute_vchan_pending()
386 set_pchan_interrupt(priv, pchan, contract->use_half_int, 1); in __execute_vchan_pending()
[all …]
/linux/Documentation/networking/
H A Dxdp-rx-metadata.rst54 will have to agree on the format by some out of band contract (like for
60 :doc:`af_xdp` use-case implies that there is a contract between the BPF
H A Dmsg_zerocopy.rst212 avoidance, and a contract that the kernel will queue a completion
/linux/Documentation/rust/
H A Dgeneral-information.rst110 #. Any ``unsafe`` blocks respect the safety contract necessary to call the
112 safety contract necessary to implement the trait.
H A Dcoding-guidelines.rst98 in code documentation. ``# Safety`` sections specify the contract that callers
140 // SAFETY: The safety contract must be upheld by the caller.
/linux/arch/powerpc/boot/dts/fsl/
H A Db4420qds.dts30 * on any theory of liability, whether in contract, strict liability, or tort
H A Db4420si-pre.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
H A Db4420si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
H A Dp5040si-pre.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
H A Db4qds.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
H A Dp5040ds.dts30 * on any theory of liability, whether in contract, strict liability, or tort
H A Dp5040si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
H A Db4si-post.dtsi30 * on any theory of liability, whether in contract, strict liability, or tort
/linux/Documentation/translations/zh_CN/rust/
H A Dcoding-guidelines.rst127 // SAFETY: The safety contract must be upheld by the caller.
/linux/Documentation/firmware-guide/acpi/dsd/
H A Dleds.rst26 individual LEDs. The value of the "reg" property is a contract between the
/linux/fs/reiserfs/
H A DKconfig35 need, buy a support contract, or pay us to port it to another OS.
/linux/Documentation/scsi/
H A Ddpti.rst19 contract, strict liability, or tort (including negligence or otherwise)
/linux/LICENSES/dual/
H A DApache-2.034 entity, whether by contract or otherwise, or (ii) ownership of fifty
165 in tort (including negligence), contract, or otherwise, unless required
H A Dcopyleft-next-0.3.1157 ** consequential damages, whether arising under contract, tort **
209 direct the actions of such legal entity, whether by contract or
H A DCDDL-1.080 direction or management of such entity, whether by contract
354 regulation which provides that the language of a contract shall be
H A DMPL-1.191 contract or otherwise, or (b) ownership of more than fifty percent
427 Any law or regulation which provides that the language of a contract
H A DCC-BY-4.076 extent this Public License may be interpreted as a contract, You are
/linux/Documentation/driver-api/
H A Ddma-buf.rst175 :doc: fence cross-driver contract
/linux/Documentation/process/
H A Dembargoed-hardware-issues.rst66 confidentiality by their employment contract. Linux Foundation IT
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst323 pointer in your struct are NOT part of the UAPI contract. The supported types can

12