| /Linux-v5.4/arch/parisc/kernel/ |
| D | head.S | 38 .import init_thread_union,data 39 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */ 41 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */ 42 .import $global$ /* forward declaration */ 56 .import __bss_start,data 57 .import __bss_stop,data 133 .import _mcount,data 299 .import smp_init_current_idle_task,data 300 .import smp_callin,code
|
| D | entry.S | 38 .import pa_tlb_lock,data 164 .import os_hpmc, code 355 .import swapper_pg_dir,code 758 .import handle_interruption,code 759 .import do_cpu_irq_mask,code 883 .import do_notify_resume,code 947 .import schedule,code 983 .import preempt_schedule_irq,code 1636 .import handle_interruption,code 1808 .import do_signal,code [all …]
|
| /Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_dmabuf.c | 39 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() 63 if (import != &obj->base) { in igt_dmabuf_import_self() 71 i915_gem_object_put(to_intel_bo(import)); in igt_dmabuf_import_self()
|
| /Linux-v5.4/arch/parisc/boot/compressed/ |
| D | head.S | 19 .import $global$ /* forward declaration */ 46 .import _bss,data 47 .import _ebss,data
|
| /Linux-v5.4/Documentation/core-api/ |
| 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-v5.4/tools/perf/Documentation/ |
| D | perf-script-python.txt | 128 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-v5.4/drivers/staging/vc04_services/bcm2835-camera/ |
| 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-v5.4/include/crypto/ |
| D | hash.h | 135 int (*import)(struct ahash_request *req, const void *in); member 189 int (*import)(struct shash_desc *desc, const void *in); member 210 int (*import)(struct ahash_request *req, const void *in); member 491 return tfm->import(req, in); in crypto_ahash_import() 881 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
|
| /Linux-v5.4/arch/s390/crypto/ |
| D | sha3_256_s390.c | 76 .import = sha3_256_import, 105 .import = sha3_224_import, /* function code different! */
|
| D | sha256_s390.c | 67 .import = sha256_import, 103 .import = sha256_import,
|
| D | sha3_512_s390.c | 83 .import = sha3_512_import, 114 .import = sha3_384_import, /* function code different! */
|
| D | sha512_s390.c | 72 .import = sha512_import, 110 .import = sha512_import,
|
| D | sha1_s390.c | 74 .import = sha1_import,
|
| /Linux-v5.4/Documentation/usb/ |
| D | usbip_protocol.rst | 35 import was successful the TCP/IP connection remains open and will be used 185 Request to import (attach) a remote USB device. 192 | 2 | 2 | 0x8003 | Command code: import a remote USB device. | 204 Reply to import (attach) a remote USB device. 211 | 2 | 2 | 0x0003 | Reply code: Reply to import. |
|
| /Linux-v5.4/drivers/crypto/mediatek/ |
| D | mtk-sha.c | 926 .import = mtk_sha_import, 949 .import = mtk_sha_import, 972 .import = mtk_sha_import, 995 .import = mtk_sha_import, 1021 .import = mtk_sha_import, 1047 .import = mtk_sha_import, 1076 .import = mtk_sha_import, 1099 .import = mtk_sha_import, 1122 .import = mtk_sha_import, 1148 .import = mtk_sha_import,
|
| /Linux-v5.4/drivers/crypto/inside-secure/ |
| D | safexcel_hash.c | 856 .import = safexcel_ahash_import, 1098 .import = safexcel_ahash_import, 1153 .import = safexcel_ahash_import, 1208 .import = safexcel_ahash_import, 1278 .import = safexcel_ahash_import, 1348 .import = safexcel_ahash_import, 1403 .import = safexcel_ahash_import, 1458 .import = safexcel_ahash_import, 1528 .import = safexcel_ahash_import, 1598 .import = safexcel_ahash_import, [all …]
|
| /Linux-v5.4/drivers/crypto/ |
| D | padlock-sha.c | 233 .import = padlock_sha_import, 256 .import = padlock_sha_import, 468 .import = padlock_sha_import_nano, 486 .import = padlock_sha_import_nano,
|
| /Linux-v5.4/arch/powerpc/crypto/ |
| D | sha256-spe-glue.c | 222 .import = ppc_spe_sha256_import, 238 .import = ppc_spe_sha256_import,
|
| D | sha1.c | 124 .import = sha1_import,
|
| /Linux-v5.4/crypto/ |
| D | shash.c | 382 crt->import = shash_async_import; in crypto_init_shash_ops_async() 463 if ((alg->export && !alg->import) || (alg->import && !alg->export)) in shash_prepare_alg() 476 alg->import = shash_default_import; in shash_prepare_alg()
|
| /Linux-v5.4/drivers/crypto/rockchip/ |
| D | rk3288_crypto_ahash.c | 322 .import = rk_ahash_import, 352 .import = rk_ahash_import, 382 .import = rk_ahash_import,
|
| /Linux-v5.4/drivers/crypto/stm32/ |
| D | stm32-hash.c | 1129 .import = stm32_hash_import, 1154 .import = stm32_hash_import, 1180 .import = stm32_hash_import, 1205 .import = stm32_hash_import, 1234 .import = stm32_hash_import, 1260 .import = stm32_hash_import, 1285 .import = stm32_hash_import, 1310 .import = stm32_hash_import,
|
| /Linux-v5.4/Documentation/crypto/ |
| D | devel-algos.rst | 214 Here is a schematic of how the .export()/.import() functions are called 229 .import -> .update() -> .final() ! .update() may not be called 235 .import -> .finup()
|
| /Linux-v5.4/drivers/crypto/marvell/ |
| D | hash.c | 909 .import = mv_cesa_md5_import, 979 .import = mv_cesa_sha1_import, 1052 .import = mv_cesa_sha256_import, 1286 .import = mv_cesa_md5_import, 1356 .import = mv_cesa_sha1_import, 1426 .import = mv_cesa_sha256_import,
|
| /Linux-v5.4/scripts/gdb/linux/ |
| D | constants.py.in | 40 import gdb
|