/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/ |
A D | i915_gem_dmabuf.c | 43 struct drm_gem_object *import; in igt_dmabuf_import_self() local 60 if (IS_ERR(import)) { in igt_dmabuf_import_self() 63 err = PTR_ERR(import); in igt_dmabuf_import_self() 68 if (import != &obj->base) { in igt_dmabuf_import_self() 127 if (!IS_ERR(import)) { in igt_dmabuf_import_same_driver_lmem() 128 drm_gem_object_put(import); in igt_dmabuf_import_same_driver_lmem() 133 PTR_ERR(import)); in igt_dmabuf_import_same_driver_lmem() 134 err = PTR_ERR(import); in igt_dmabuf_import_same_driver_lmem() 248 if (IS_ERR(import)) { in igt_dmabuf_import_same_driver() 250 PTR_ERR(import)); in igt_dmabuf_import_same_driver() [all …]
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | head.S | 38 .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
|
A D | toc_asm.S | 12 .import toc_intr,code 13 .import toc_stack,data
|
A D | hpmc.S | 46 .import toc_stack,data 71 .import intr_save, code
|
/linux-6.3-rc2/arch/parisc/boot/compressed/ |
A D | head.S | 19 .import $global$ /* forward declaration */ 46 .import _bss,data 47 .import _ebss,data
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | symbol-namespaces.rst | 28 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-6.3-rc2/include/crypto/ |
A D | hash.h | 141 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() 927 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-hcu-core.c | 895 .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-6.3-rc2/tools/perf/Documentation/ |
A D | perf-script-python.txt | 128 import os 129 import sys 135 from Core import * 213 import os 214 import sys 220 from Core import * 276 import os 277 import sys 283 from Core import * 511 import os [all …]
|
/linux-6.3-rc2/drivers/staging/vc04_services/bcm2835-camera/ |
A D | TODO | 3 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-6.3-rc2/drivers/crypto/aspeed/ |
A D | aspeed-hace-hash.c | 927 .import = aspeed_sham_import, 956 .import = aspeed_sham_import, 985 .import = aspeed_sham_import, 1016 .import = aspeed_sham_import, 1048 .import = aspeed_sham_import, 1080 .import = aspeed_sham_import, 1113 .import = aspeed_sham_import, 1142 .import = aspeed_sham_import, 1171 .import = aspeed_sham_import, 1200 .import = aspeed_sham_import, [all …]
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 991 .import = safexcel_ahash_import, 1217 .import = safexcel_ahash_import, 1274 .import = safexcel_ahash_import, 1331 .import = safexcel_ahash_import, 2528 .import = safexcel_sha3_import, 2586 .import = safexcel_sha3_import, 2644 .import = safexcel_sha3_import, 2702 .import = safexcel_sha3_import, 2865 .import = safexcel_sha3_import, 2936 .import = safexcel_sha3_import, [all …]
|
/linux-6.3-rc2/arch/s390/crypto/ |
A D | sha3_256_s390.c | 75 .import = sha3_256_import, 104 .import = sha3_224_import, /* function code different! */
|
A D | sha256_s390.c | 67 .import = sha256_import, 103 .import = sha256_import,
|
A D | sha3_512_s390.c | 82 .import = sha3_512_import, 113 .import = sha3_384_import, /* function code different! */
|
A D | sha512_s390.c | 72 .import = sha512_import, 110 .import = sha512_import,
|
A D | sha1_s390.c | 74 .import = s390_sha1_import,
|
/linux-6.3-rc2/Documentation/usb/ |
A D | usbip_protocol.rst | 9 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-6.3-rc2/arch/arm64/crypto/ |
A D | sha2-ce-glue.c | 142 .import = sha256_ce_import, 159 .import = sha256_ce_import,
|
/linux-6.3-rc2/arch/powerpc/crypto/ |
A D | sha256-spe-glue.c | 188 .import = ppc_spe_sha256_import, 204 .import = ppc_spe_sha256_import,
|
/linux-6.3-rc2/drivers/crypto/ |
A D | padlock-sha.c | 228 .import = padlock_sha_import, 251 .import = padlock_sha_import, 463 .import = padlock_sha_import_nano, 481 .import = padlock_sha_import_nano,
|
/linux-6.3-rc2/drivers/accel/ivpu/ |
A D | TODO | 9 - Add support for user allocated buffers using prime import and dma-buf heaps
|
/linux-6.3-rc2/crypto/ |
A D | shash.c | 399 crt->import = shash_async_import; in crypto_init_shash_ops_async() 532 if ((alg->export && !alg->import) || (alg->import && !alg->export)) in shash_prepare_alg() 545 alg->import = shash_default_import; in shash_prepare_alg()
|
/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 374 .import = rk_ahash_import, 404 .import = rk_ahash_import, 434 .import = rk_ahash_import,
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-core.c | 392 .import = sun8i_ce_hash_import, 422 .import = sun8i_ce_hash_import, 452 .import = sun8i_ce_hash_import, 482 .import = sun8i_ce_hash_import, 512 .import = sun8i_ce_hash_import, 542 .import = sun8i_ce_hash_import,
|