/linux/drivers/gpu/drm/i915/gem/selftests/ |
A D | i915_gem_dmabuf.c | 39 struct drm_gem_object *import; in igt_dmabuf_import_self() local 56 if (IS_ERR(import)) { in igt_dmabuf_import_self() 59 err = PTR_ERR(import); in igt_dmabuf_import_self() 64 if (import != &obj->base) { in igt_dmabuf_import_self() 123 if (!IS_ERR(import)) { in igt_dmabuf_import_same_driver_lmem() 129 PTR_ERR(import)); in igt_dmabuf_import_same_driver_lmem() 130 err = PTR_ERR(import); in igt_dmabuf_import_same_driver_lmem() 175 if (IS_ERR(import)) { in igt_dmabuf_import_same_driver() 177 PTR_ERR(import)); in igt_dmabuf_import_same_driver() 178 err = PTR_ERR(import); in igt_dmabuf_import_same_driver() [all …]
|
/linux/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 134 .import _mcount,data 296 .import smp_init_current_idle_task,data 297 .import smp_callin,code
|
A D | toc_asm.S | 13 .import toc_intr,code 14 .import toc_lock,data
|
A D | entry.S | 136 .import os_hpmc, code 327 .import swapper_pg_dir,code 711 .import handle_interruption,code 712 .import do_cpu_irq_mask,code 834 .import do_notify_resume,code 898 .import schedule,code 934 .import preempt_schedule_irq,code 1594 .import handle_interruption,code 1764 .import do_signal,code 1945 .import ftrace_function_trampoline,code [all …]
|
/linux/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/arch/parisc/boot/compressed/ |
A D | head.S | 19 .import $global$ /* forward declaration */ 46 .import _bss,data 47 .import _ebss,data
|
/linux/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/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/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() 925 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
|
/linux/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 991 .import = safexcel_ahash_import, 1243 .import = safexcel_ahash_import, 1300 .import = safexcel_ahash_import, 1357 .import = safexcel_ahash_import, 2574 .import = safexcel_sha3_import, 2632 .import = safexcel_sha3_import, 2690 .import = safexcel_sha3_import, 2748 .import = safexcel_sha3_import, 2911 .import = safexcel_sha3_import, 2982 .import = safexcel_sha3_import, [all …]
|
/linux/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/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/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/arch/arm64/crypto/ |
A D | sha2-ce-glue.c | 142 .import = sha256_ce_import, 159 .import = sha256_ce_import,
|
/linux/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/drivers/crypto/stm32/ |
A D | stm32-hash.c | 1132 .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/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-core.c | 372 .import = sun8i_ce_hash_import, 402 .import = sun8i_ce_hash_import, 432 .import = sun8i_ce_hash_import, 462 .import = sun8i_ce_hash_import, 492 .import = sun8i_ce_hash_import, 522 .import = sun8i_ce_hash_import,
|
/linux/arch/powerpc/crypto/ |
A D | sha256-spe-glue.c | 221 .import = ppc_spe_sha256_import, 237 .import = ppc_spe_sha256_import,
|
/linux/crypto/ |
A D | shash.c | 409 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/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 323 .import = rk_ahash_import, 353 .import = rk_ahash_import, 383 .import = rk_ahash_import,
|
/linux/Documentation/crypto/ |
A D | devel-algos.rst | 199 Here is a schematic of how the .export()/.import() functions are called 214 .import -> .update() -> .final() ! .update() may not be called 220 .import -> .finup()
|