/Linux-v4.19/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 | 50 .import pa_tlb_lock,data 180 .import os_hpmc, code 371 .import swapper_pg_dir,code 771 .import handle_interruption,code 772 .import do_cpu_irq_mask,code 896 .import do_notify_resume,code 960 .import schedule,code 996 .import preempt_schedule_irq,code 1649 .import handle_interruption,code 1820 .import do_signal,code [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_dmabuf.c | 56 struct drm_gem_object *import; in igt_dmabuf_import_self() local 72 import = i915_gem_prime_import(&i915->drm, dmabuf); in igt_dmabuf_import_self() 73 if (IS_ERR(import)) { in igt_dmabuf_import_self() 75 (int)PTR_ERR(import)); in igt_dmabuf_import_self() 76 err = PTR_ERR(import); in igt_dmabuf_import_self() 80 if (import != &obj->base) { in igt_dmabuf_import_self() 88 i915_gem_object_put(to_intel_bo(import)); in igt_dmabuf_import_self()
|
/Linux-v4.19/arch/parisc/boot/compressed/ |
D | head.S | 19 .import $global$ /* forward declaration */ 46 .import _bss,data 47 .import _ebss,data
|
/Linux-v4.19/include/crypto/ |
D | hash.h | 140 int (*import)(struct ahash_request *req, const void *in); member 186 int (*import)(struct shash_desc *desc, const void *in); member 207 int (*import)(struct ahash_request *req, const void *in); member 488 return tfm->import(req, in); in crypto_ahash_import() 866 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
|
/Linux-v4.19/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-v4.19/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-v4.19/arch/s390/crypto/ |
D | sha256_s390.c | 67 .import = sha256_import, 103 .import = sha256_import,
|
D | sha512_s390.c | 72 .import = sha512_import, 110 .import = sha512_import,
|
D | sha1_s390.c | 74 .import = sha1_import,
|
/Linux-v4.19/Documentation/usb/ |
D | usbip_protocol.txt | 29 import was successful the TCP/IP connection remains open and will be used 170 OP_REQ_IMPORT: Request to import (attach) a remote USB device. 176 2 | 2 | 0x8003 | Command code: import a remote USB device. 187 OP_REP_IMPORT: Reply to import (attach) a remote USB device. 193 2 | 2 | 0x0003 | Reply code: Reply to import.
|
/Linux-v4.19/drivers/crypto/mediatek/ |
D | mtk-sha.c | 930 .import = mtk_sha_import, 953 .import = mtk_sha_import, 976 .import = mtk_sha_import, 999 .import = mtk_sha_import, 1025 .import = mtk_sha_import, 1051 .import = mtk_sha_import, 1080 .import = mtk_sha_import, 1103 .import = mtk_sha_import, 1126 .import = mtk_sha_import, 1152 .import = mtk_sha_import,
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 795 .import = safexcel_ahash_import, 1029 .import = safexcel_ahash_import, 1092 .import = safexcel_ahash_import, 1155 .import = safexcel_ahash_import, 1212 .import = safexcel_ahash_import, 1269 .import = safexcel_ahash_import, 1340 .import = safexcel_ahash_import, 1411 .import = safexcel_ahash_import, 1468 .import = safexcel_ahash_import, 1525 .import = safexcel_ahash_import, [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-sha.c | 243 .import = padlock_sha_import, 266 .import = padlock_sha_import, 478 .import = padlock_sha_import_nano, 496 .import = padlock_sha_import_nano,
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | sha256-spe-glue.c | 227 .import = ppc_spe_sha256_import, 243 .import = ppc_spe_sha256_import,
|
D | sha1.c | 129 .import = sha1_import,
|
D | md5-glue.c | 135 .import = ppc_md5_import,
|
/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 325 .import = rk_ahash_import, 355 .import = rk_ahash_import, 385 .import = rk_ahash_import,
|
/Linux-v4.19/drivers/crypto/stm32/ |
D | stm32-hash.c | 1145 .import = stm32_hash_import, 1170 .import = stm32_hash_import, 1196 .import = stm32_hash_import, 1221 .import = stm32_hash_import, 1250 .import = stm32_hash_import, 1276 .import = stm32_hash_import, 1301 .import = stm32_hash_import, 1326 .import = stm32_hash_import,
|
/Linux-v4.19/scripts/gdb/linux/ |
D | constants.py.in | 37 import gdb
|
/Linux-v4.19/drivers/pci/ |
D | Kconfig | 89 The PCI device frontend driver allows the kernel to import arbitrary 144 The PCI device frontend driver allows the kernel to import arbitrary
|
/Linux-v4.19/crypto/ |
D | shash.c | 378 if (alg->import) in crypto_init_shash_ops_async() 379 crt->import = shash_async_import; in crypto_init_shash_ops_async() 476 alg->import = shash_default_import; in shash_prepare_alg()
|
/Linux-v4.19/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-v4.19/drivers/crypto/marvell/ |
D | hash.c | 913 .import = mv_cesa_md5_import, 983 .import = mv_cesa_sha1_import, 1056 .import = mv_cesa_sha256_import, 1291 .import = mv_cesa_md5_import, 1361 .import = mv_cesa_sha1_import, 1431 .import = mv_cesa_sha256_import,
|
/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-core.c | 39 .import = sun4i_hash_import_md5, 65 .import = sun4i_hash_import_sha1,
|