Home
last modified time | relevance | path

Searched refs:import (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c44 struct drm_gem_object *import; in igt_dmabuf_import_self() local
60 import = i915_gem_prime_import(&i915->drm, dmabuf); in igt_dmabuf_import_self()
61 if (IS_ERR(import)) { in igt_dmabuf_import_self()
63 (int)PTR_ERR(import)); in igt_dmabuf_import_self()
64 err = PTR_ERR(import); in igt_dmabuf_import_self()
67 import_obj = to_intel_bo(import); in igt_dmabuf_import_self()
69 if (import != &obj->base) { in igt_dmabuf_import_self()
98 struct drm_gem_object *import; in igt_dmabuf_import_same_driver_lmem() local
127 import = i915_gem_prime_import(&i915->drm, dmabuf); in igt_dmabuf_import_same_driver_lmem()
128 if (!IS_ERR(import)) { in igt_dmabuf_import_same_driver_lmem()
[all …]
/linux/arch/parisc/kernel/
H A Dhead.S38 .import init_task,data
39 .import init_stack,data
40 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */
42 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */
43 .import $global$ /* forward declaration */
57 .import __bss_start,data
58 .import __bss_stop,data
174 .import _mcount,data
355 .import smp_init_current_idle_task,data
356 .import smp_callin,code
H A Dtoc_asm.S12 .import toc_intr,code
13 .import toc_stack,data
H A Dhpmc.S46 .import toc_stack,data
71 .import intr_save, code
H A Dentry.S155 .import os_hpmc, code
346 .import swapper_pg_dir,code
734 .import handle_interruption,code
735 .import do_cpu_irq_mask,code
857 .import do_notify_resume,code
921 .import schedule,code
957 .import preempt_schedule_irq,code
1567 .import handle_interruption,code
1737 .import do_signal,code
1921 .import ftrace_function_trampoline,code
[all …]
/linux/tools/perf/tests/shell/
H A Dpython-use.sh16 import sys
18 import perf
24 import perf
/linux/arch/parisc/boot/compressed/
H A Dhead.S19 .import $global$ /* forward declaration */
46 .import _bss,data
47 .import _ebss,data
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst18 are required to import the namespace. Otherwise the kernel will, depending on
19 its configuration, reject loading the module or warn about a missing import.
100 to explicitly import these namespaces. Otherwise the kernel might reject to
103 usb_stor_suspend symbol from above, needs to import the namespace USB_STORAGE
150 - notice the warning of modpost telling about a missing import
151 - run ``make nsdeps`` to add the import to the correct code location
160 - notice the warning of modpost telling about a missing import
161 - run ``make nsdeps`` to add the import to the correct code location
167 Note: it will happily generate an import statement for the module namespace;
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c565 .base.import = starfive_hash_import,
593 .base.import = starfive_hash_import,
622 .base.import = starfive_hash_import,
650 .base.import = starfive_hash_import,
679 .base.import = starfive_hash_import,
707 .base.import = starfive_hash_import,
736 .base.import = starfive_hash_import,
764 .base.import = starfive_hash_import,
793 .base.import = starfive_hash_import,
821 .base.import = starfive_hash_import,
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_taprio.sh197 from isochron_data import pdelay
198 import numpy as np
282 from isochron_data import pdelay
283 import numpy as np
/linux/crypto/
H A Dsha256.c331 .import = crypto_sha224_import,
349 .import = crypto_sha256_import,
369 .import = crypto_hmac_sha224_import,
389 .import = crypto_hmac_sha256_import,
H A Dsha512.c337 .import = crypto_sha384_import,
355 .import = crypto_sha512_import,
375 .import = crypto_hmac_sha384_import,
395 .import = crypto_hmac_sha512_import,
H A Dmd5.c190 .import = crypto_md5_import,
210 .import = crypto_hmac_md5_import,
H A Dsha1.c194 .import = crypto_sha1_import,
214 .import = crypto_hmac_sha1_import,
/linux/
H A D.pylintrc2 init-hook='import sys; sys.path += ["tools/lib/python"]'
/linux/drivers/gpu/drm/ci/xfails/
H A Dpanfrost-rk3288-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Crash
H A Dpanfrost-mt8183-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Fail
H A Dpanfrost-rk3399-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Fail
H A Dpanfrost-g12b-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Fail
/linux/Documentation/crypto/
H A Ddevel-algos.rst199 Here is a schematic of how the .export()/.import() functions are called
214 .import -> .update() -> .final() ! .update() may not be called
220 .import -> .finup()
/linux/drivers/crypto/caam/
H A Dcaamhash.c1600 .import = ahash_import,
1621 .import = ahash_import,
1642 .import = ahash_import,
1663 .import = ahash_import,
1684 .import = ahash_import,
1705 .import = ahash_import,
1724 .import = ahash_import,
1743 .import = ahash_import,
/linux/drivers/crypto/
H A Dimg-hash.c767 .import = img_hash_import,
793 .import = img_hash_import,
819 .import = img_hash_import,
845 .import = img_hash_import,
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst272 memory. For this reason, each import and allocation API must provide a separate
281 to a ``dma-buf`` file descriptor, and to import those file descriptors into a
290 to the Wayland server. The Wayland server will then import these file
292 through Vulkan, or a KMS framebuffer object; each of these import operations
297 import will succeed into all consumers; they may have constraints beyond those
364 import the buffer into the media API with no modifier, but either perform the
/linux/scripts/coccinelle/api/alloc/
H A Dalloc_cast.cocci25 import re
/linux/tools/power/cpupower/bindings/python/
H A DREADME69 Python uses a system specific site-packages folder to look up modules to import

123