/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_dmabuf.c | 44 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/drivers/gpu/drm/xe/tests/ |
H A D | xe_dma_buf.c | 112 struct drm_gem_object *import; in xe_test_dmabuf_import_same_driver() local 143 import = xe_gem_prime_import(&xe->drm, dmabuf); in xe_test_dmabuf_import_same_driver() 144 if (!IS_ERR(import)) { in xe_test_dmabuf_import_same_driver() 145 struct xe_bo *import_bo = gem_to_xe_bo(import); in xe_test_dmabuf_import_same_driver() 176 drm_gem_object_put(import); in xe_test_dmabuf_import_same_driver() 177 } else if (PTR_ERR(import) != -EOPNOTSUPP) { in xe_test_dmabuf_import_same_driver() 181 PTR_ERR(import)); in xe_test_dmabuf_import_same_driver() 187 PTR_ERR(import)); in xe_test_dmabuf_import_same_driver()
|
/linux/arch/parisc/kernel/ |
H 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 174 .import _mcount,data 355 .import smp_init_current_idle_task,data 356 .import smp_callin,code
|
H A D | toc_asm.S | 12 .import toc_intr,code 13 .import toc_stack,data
|
H A D | hpmc.S | 46 .import toc_stack,data 71 .import intr_save, code
|
/linux/arch/parisc/boot/compressed/ |
H A D | head.S | 19 .import $global$ /* forward declaration */ 46 .import _bss,data 47 .import _ebss,data
|
/linux/Documentation/core-api/ |
H 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. 90 to explicitly import these namespaces. Otherwise the kernel might reject to 93 usb_stor_suspend symbol from above, needs to import the namespace USB_STORAGE 110 5. for a way to create missing import statements automatically. 141 - notice the warning of modpost telling about a missing import 142 - run ``make nsdeps`` to add the import to the correct code location 151 - notice the warning of modpost telling about a missing import 152 - run ``make nsdeps`` to add the import to the correct code location
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 562 .base.import = starfive_hash_import, 590 .base.import = starfive_hash_import, 619 .base.import = starfive_hash_import, 647 .base.import = starfive_hash_import, 676 .base.import = starfive_hash_import, 704 .base.import = starfive_hash_import, 733 .base.import = starfive_hash_import, 761 .base.import = starfive_hash_import, 790 .base.import = starfive_hash_import, 818 .base.import = starfive_hash_import,
|
/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 890 .base.import = kmb_ocs_hcu_import, 915 .base.import = kmb_ocs_hcu_import, 943 .base.import = kmb_ocs_hcu_import, 968 .base.import = kmb_ocs_hcu_import, 995 .base.import = kmb_ocs_hcu_import, 1020 .base.import = kmb_ocs_hcu_import, 1047 .base.import = kmb_ocs_hcu_import, 1072 .base.import = kmb_ocs_hcu_import, 1099 .base.import = kmb_ocs_hcu_import, 1124 .base.import = kmb_ocs_hcu_import,
|
/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H 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/crypto/ |
H A D | shash.c | 136 if (shash->import) in crypto_shash_import() 137 return shash->import(desc, in); in crypto_shash_import() 314 if ((alg->export && !alg->import) || (alg->import && !alg->export)) in shash_prepare_alg()
|
/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-hash.c | 860 .import = aspeed_sham_import, 892 .import = aspeed_sham_import, 924 .import = aspeed_sham_import, 958 .import = aspeed_sham_import, 993 .import = aspeed_sham_import, 1028 .import = aspeed_sham_import, 1064 .import = aspeed_sham_import, 1096 .import = aspeed_sham_import, 1130 .import = aspeed_sham_import, 1165 .import = aspeed_sham_import,
|
/linux/Documentation/usb/ |
H 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/arch/s390/crypto/ |
H A D | sha256_s390.c | 67 .import = sha256_import, 103 .import = sha256_import,
|
H A D | sha512_s390.c | 72 .import = sha512_import, 110 .import = sha512_import,
|
H A D | sha3_256_s390.c | 80 .import = sha3_256_import, 111 .import = sha3_224_import, /* function code different! */
|
H A D | sha3_512_s390.c | 87 .import = sha3_512_import, 120 .import = sha3_384_import, /* function code different! */
|
/linux/arch/arm64/crypto/ |
H A D | sha2-ce-glue.c | 150 .import = sha256_ce_import, 168 .import = sha256_ce_import,
|
/linux/drivers/crypto/ |
H 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/drivers/accel/amdxdna/ |
H A D | TODO | 1 - Add import and export BO support
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | panfrost-rk3288-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Crash
|
H A D | panfrost-mt8183-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Fail
|
H A D | panfrost-rk3399-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Fail
|
H A D | panfrost-g12b-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Fail
|
/linux/arch/powerpc/crypto/ |
H A D | sha256-spe-glue.c | 188 .import = ppc_spe_sha256_import, 204 .import = ppc_spe_sha256_import,
|