Home
last modified time | relevance | path

Searched full:contract (Results 1 – 25 of 4033) sorted by relevance

12345678910>>...162

/linux/drivers/dma/
H A Dsun4i-dma.c198 struct sun4i_dma_contract *contract; member
212 /* A contract is a set of promises */
406 * from the next pending contract.
414 struct sun4i_dma_contract *contract = NULL; in __execute_vchan_pending() local
438 /* Figure out which contract we're working with today */ in __execute_vchan_pending()
442 "No pending contract found"); in __execute_vchan_pending()
447 contract = to_sun4i_dma_contract(vd); in __execute_vchan_pending()
448 if (list_empty(&contract->demands)) { in __execute_vchan_pending()
449 /* The contract has been completed so mark it as such */ in __execute_vchan_pending()
450 list_del(&contract->vd.node); in __execute_vchan_pending()
[all …]
/linux/rust/kernel/
H A Dcpufreq.rs1067 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in init_callback()
1084 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in exit_callback()
1100 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in online_callback()
1115 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in offline_callback()
1130 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in suspend_callback()
1145 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in resume_callback()
1159 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in ready_callback()
1173 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in verify_callback()
1188 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in setpolicy_callback()
1207 // SAFETY: The `ptr` is guaranteed to be valid by the contract with the C code for the in target_callback()
[all …]
/linux/drivers/net/wireless/ath/
H A Dtrace.c13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/linux/drivers/net/wireless/ath/ath6kl/
H A Dtrace.c13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.h13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
H A Dcommon-beacon.h13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpmu.h13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
H A Dbrcms_trace_events.c13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
H A Dled.h13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode_i.h13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
H A Dpmc.h13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
/linux/LICENSES/deprecated/
H A D0BSD22 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
H A DISC23 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
/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.
/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
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq4019-ap.dk01.1-c1.dts12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
/linux/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v4_2.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
H A Dnavi10_ih.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
H A Dgfxhub_v2_0.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
H A Dgfx_v6_0.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
H A Dih_v6_1.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
H A Dgfxhub_v3_0_3.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
H A Dgfx_v10_0.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
H A Dmmhub_v3_0.h18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
/linux/drivers/gpu/drm/amd/include/asic_reg/df/
H A Ddf_1_7_default.h18 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

12345678910>>...162