Home
last modified time | relevance | path

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

1234

/linux-5.19.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_dmabuf.c39 struct drm_gem_object *import; in igt_dmabuf_import_self() local
55 import = i915_gem_prime_import(&i915->drm, dmabuf); in igt_dmabuf_import_self()
56 if (IS_ERR(import)) { in igt_dmabuf_import_self()
58 (int)PTR_ERR(import)); in igt_dmabuf_import_self()
59 err = PTR_ERR(import); in igt_dmabuf_import_self()
62 import_obj = to_intel_bo(import); in igt_dmabuf_import_self()
64 if (import != &obj->base) { in igt_dmabuf_import_self()
93 struct drm_gem_object *import; in igt_dmabuf_import_same_driver_lmem() local
122 import = i915_gem_prime_import(&i915->drm, dmabuf); in igt_dmabuf_import_same_driver_lmem()
123 if (!IS_ERR(import)) { in igt_dmabuf_import_same_driver_lmem()
[all …]
/linux-5.19.10/arch/parisc/kernel/
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
175 .import _mcount,data
346 .import smp_init_current_idle_task,data
347 .import smp_callin,code
Dtoc_asm.S12 .import toc_intr,code
13 .import toc_stack,data
Dhpmc.S46 .import toc_stack,data
71 .import intr_save, code
/linux-5.19.10/arch/parisc/boot/compressed/
Dhead.S19 .import $global$ /* forward declaration */
46 .import _bss,data
47 .import _ebss,data
/linux-5.19.10/Documentation/core-api/
Dsymbol-namespaces.rst28 are required to import the namespace. Otherwise the kernel will, depending on
29 its configuration, reject loading the module or warn about a missing import.
91 to explicitly import these namespaces. Otherwise the kernel might reject to
94 usb_stor_suspend symbol from above, needs to import the namespace USB_STORAGE
111 5. for a way to create missing import statements automatically.
142 - notice the warning of modpost telling about a missing import
143 - run ``make nsdeps`` to add the import to the correct code location
152 - notice the warning of modpost telling about a missing import
153 - run ``make nsdeps`` to add the import to the correct code location
/linux-5.19.10/include/crypto/
Dhash.h141 int (*import)(struct ahash_request *req, const void *in); member
208 int (*import)(struct shash_desc *desc, const void *in); member
231 int (*import)(struct ahash_request *req, const void *in); member
514 return tfm->import(req, in); in crypto_ahash_import()
925 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c895 .import = kmb_ocs_hcu_import,
919 .import = kmb_ocs_hcu_import,
946 .import = kmb_ocs_hcu_import,
970 .import = kmb_ocs_hcu_import,
996 .import = kmb_ocs_hcu_import,
1020 .import = kmb_ocs_hcu_import,
1046 .import = kmb_ocs_hcu_import,
1070 .import = kmb_ocs_hcu_import,
1096 .import = kmb_ocs_hcu_import,
1120 .import = kmb_ocs_hcu_import,
/linux-5.19.10/drivers/staging/vc04_services/bcm2835-camera/
DTODO3 In order to zero-copy import camera images into the 3D or display
5 vc4 driver can import them. This may involve bringing in the VCSM
/linux-5.19.10/tools/perf/Documentation/
Dperf-script-python.txt128 import os
129 import sys
134 from perf_trace_context import *
135 from Core import *
160 At the top is a comment block followed by some import statements and a
213 import os
214 import sys
219 from perf_trace_context import *
220 from Core import *
276 import os
[all …]
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c991 .import = safexcel_ahash_import,
1243 .import = safexcel_ahash_import,
1300 .import = safexcel_ahash_import,
1357 .import = safexcel_ahash_import,
1429 .import = safexcel_ahash_import,
1501 .import = safexcel_ahash_import,
1558 .import = safexcel_ahash_import,
1615 .import = safexcel_ahash_import,
1687 .import = safexcel_ahash_import,
1759 .import = safexcel_ahash_import,
[all …]
/linux-5.19.10/arch/s390/crypto/
Dsha3_256_s390.c75 .import = sha3_256_import,
104 .import = sha3_224_import, /* function code different! */
Dsha256_s390.c67 .import = sha256_import,
103 .import = sha256_import,
Dsha3_512_s390.c82 .import = sha3_512_import,
113 .import = sha3_384_import, /* function code different! */
Dsha512_s390.c72 .import = sha512_import,
110 .import = sha512_import,
Dsha1_s390.c74 .import = s390_sha1_import,
/linux-5.19.10/arch/arm64/crypto/
Dsha2-ce-glue.c142 .import = sha256_ce_import,
159 .import = sha256_ce_import,
/linux-5.19.10/Documentation/usb/
Dusbip_protocol.rst9 USB devices and the clients import them. The device driver for the exported
35 import was successful the TCP/IP connection remains open and will be used
229 Request to import (attach) a remote USB device.
236 | 2 | 2 | 0x8003 | Command code: import a remote USB device. |
248 Reply to import (attach) a remote USB device.
255 | 2 | 2 | 0x0003 | Reply code: Reply to import. |
/linux-5.19.10/arch/powerpc/crypto/
Dsha256-spe-glue.c188 .import = ppc_spe_sha256_import,
204 .import = ppc_spe_sha256_import,
/linux-5.19.10/drivers/crypto/
Dpadlock-sha.c228 .import = padlock_sha_import,
251 .import = padlock_sha_import,
463 .import = padlock_sha_import_nano,
481 .import = padlock_sha_import_nano,
/linux-5.19.10/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c323 .import = rk_ahash_import,
353 .import = rk_ahash_import,
383 .import = rk_ahash_import,
/linux-5.19.10/crypto/
Dshash.c409 crt->import = shash_async_import; in crypto_init_shash_ops_async()
533 if ((alg->export && !alg->import) || (alg->import && !alg->export)) in shash_prepare_alg()
546 alg->import = shash_default_import; in shash_prepare_alg()
/linux-5.19.10/drivers/crypto/stm32/
Dstm32-hash.c1132 .import = stm32_hash_import,
1157 .import = stm32_hash_import,
1183 .import = stm32_hash_import,
1208 .import = stm32_hash_import,
1237 .import = stm32_hash_import,
1263 .import = stm32_hash_import,
1288 .import = stm32_hash_import,
1313 .import = stm32_hash_import,
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c391 .import = sun8i_ce_hash_import,
421 .import = sun8i_ce_hash_import,
451 .import = sun8i_ce_hash_import,
481 .import = sun8i_ce_hash_import,
511 .import = sun8i_ce_hash_import,
541 .import = sun8i_ce_hash_import,
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-core.c301 .import = sun8i_ss_hash_import,
331 .import = sun8i_ss_hash_import,
361 .import = sun8i_ss_hash_import,
391 .import = sun8i_ss_hash_import,
421 .import = sun8i_ss_hash_import,

1234