/drivers/pwm/ |
D | sysfs.c | 31 struct pwm_export *export = child_to_pwm_export(child); in child_to_pwm_device() local 33 return export->pwm; in child_to_pwm_device() 52 struct pwm_export *export = child_to_pwm_export(child); in period_store() local 53 struct pwm_device *pwm = export->pwm; in period_store() 62 mutex_lock(&export->lock); in period_store() 66 mutex_unlock(&export->lock); in period_store() 87 struct pwm_export *export = child_to_pwm_export(child); in duty_cycle_store() local 88 struct pwm_device *pwm = export->pwm; in duty_cycle_store() 97 mutex_lock(&export->lock); in duty_cycle_store() 101 mutex_unlock(&export->lock); in duty_cycle_store() [all …]
|
/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 883 struct safexcel_ahash_export_state *export = out; in safexcel_ahash_export() local 885 export->len = req->len; in safexcel_ahash_export() 886 export->processed = req->processed; in safexcel_ahash_export() 888 export->digest = req->digest; in safexcel_ahash_export() 890 memcpy(export->state, req->state, req->state_sz); in safexcel_ahash_export() 891 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export() 899 const struct safexcel_ahash_export_state *export = in; in safexcel_ahash_import() local 906 req->len = export->len; in safexcel_ahash_import() 907 req->processed = export->processed; in safexcel_ahash_import() 909 req->digest = export->digest; in safexcel_ahash_import() [all …]
|
/drivers/crypto/caam/ |
D | caamhash.c | 1537 struct caam_export_state *export = out; in ahash_export() local 1541 memcpy(export->buf, buf, len); in ahash_export() 1542 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export() 1543 export->buflen = len; in ahash_export() 1544 export->update = state->update; in ahash_export() 1545 export->final = state->final; in ahash_export() 1546 export->finup = state->finup; in ahash_export() 1554 const struct caam_export_state *export = in; in ahash_import() local 1557 memcpy(state->buf, export->buf, export->buflen); in ahash_import() 1558 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import() [all …]
|
D | caamalg_qi2.c | 4360 struct caam_export_state *export = out; in ahash_export() local 4364 memcpy(export->buf, buf, len); in ahash_export() 4365 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export() 4366 export->buflen = len; in ahash_export() 4367 export->update = state->update; in ahash_export() 4368 export->final = state->final; in ahash_export() 4369 export->finup = state->finup; in ahash_export() 4377 const struct caam_export_state *export = in; in ahash_import() local 4380 memcpy(state->buf, export->buf, export->buflen); in ahash_import() 4381 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import() [all …]
|
/drivers/hwtracing/stm/ |
D | ftrace.c | 37 stm_ftrace_write(struct trace_export *export, const void *buf, unsigned int len) in stm_ftrace_write() argument 39 struct stm_ftrace *stm = container_of(export, struct stm_ftrace, ftrace); in stm_ftrace_write()
|
/drivers/misc/ |
D | sram.c | 107 if (block->export) { in sram_add_partition() 204 block->export = true; in sram_reserve_regions() 212 if ((block->export || block->pool || block->protect_exec) && in sram_reserve_regions() 235 block->export ? "exported " : "", block->label, in sram_reserve_regions() 275 if ((block->export || block->pool || block->protect_exec) && in sram_reserve_regions()
|
D | sram.h | 32 bool export; member
|
/drivers/crypto/mediatek/ |
D | mtk-sha.c | 922 .export = mtk_sha_export, 945 .export = mtk_sha_export, 968 .export = mtk_sha_export, 991 .export = mtk_sha_export, 1017 .export = mtk_sha_export, 1043 .export = mtk_sha_export, 1072 .export = mtk_sha_export, 1095 .export = mtk_sha_export, 1118 .export = mtk_sha_export, 1144 .export = mtk_sha_export,
|
/drivers/crypto/ |
D | mxs-dcp.c | 818 const struct dcp_export_state *export = in; in dcp_sha_import() local 822 memcpy(rctx, &export->req_ctx, sizeof(struct dcp_sha_req_ctx)); in dcp_sha_import() 823 memcpy(actx, &export->async_ctx, sizeof(struct dcp_async_ctx)); in dcp_sha_import() 833 struct dcp_export_state *export = out; in dcp_sha_export() local 835 memcpy(&export->req_ctx, rctx_state, sizeof(struct dcp_sha_req_ctx)); in dcp_sha_export() 836 memcpy(&export->async_ctx, actx_state, sizeof(struct dcp_async_ctx)); in dcp_sha_export() 902 .export = dcp_sha_export, 929 .export = dcp_sha_export,
|
D | padlock-sha.c | 226 .export = padlock_sha_export, 249 .export = padlock_sha_export, 461 .export = padlock_sha_export_nano, 479 .export = padlock_sha_export_nano,
|
D | talitos.c | 2133 struct talitos_export_state *export = out; in ahash_export() local 2143 memcpy(export->hw_context, req_ctx->hw_context, in ahash_export() 2145 memcpy(export->buf, req_ctx->buf[req_ctx->buf_idx], req_ctx->nbuf); in ahash_export() 2146 export->swinit = req_ctx->swinit; in ahash_export() 2147 export->first = req_ctx->first; in ahash_export() 2148 export->last = req_ctx->last; in ahash_export() 2149 export->to_hash_later = req_ctx->to_hash_later; in ahash_export() 2150 export->nbuf = req_ctx->nbuf; in ahash_export() 2161 const struct talitos_export_state *export = in; in ahash_import() local 2170 memcpy(req_ctx->hw_context, export->hw_context, size); in ahash_import() [all …]
|
D | img-hash.c | 765 .export = img_hash_export, 791 .export = img_hash_export, 817 .export = img_hash_export, 843 .export = img_hash_export,
|
/drivers/crypto/stm32/ |
D | stm32-hash.c | 1130 .export = stm32_hash_export, 1155 .export = stm32_hash_export, 1181 .export = stm32_hash_export, 1206 .export = stm32_hash_export, 1235 .export = stm32_hash_export, 1261 .export = stm32_hash_export, 1286 .export = stm32_hash_export, 1311 .export = stm32_hash_export,
|
/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-core.c | 371 .export = sun8i_ce_hash_export, 401 .export = sun8i_ce_hash_export, 431 .export = sun8i_ce_hash_export, 461 .export = sun8i_ce_hash_export, 491 .export = sun8i_ce_hash_export, 521 .export = sun8i_ce_hash_export,
|
/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 361 .export = rk_ahash_export, 391 .export = rk_ahash_export, 421 .export = rk_ahash_export,
|
/drivers/acpi/numa/ |
D | Kconfig | 16 register memory initiators with their targets, and export
|
/drivers/staging/vc04_services/bcm2835-camera/ |
D | TODO | 4 pipelines, we need to export our buffers through dma-buf so that the
|
/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-core.c | 300 .export = sun8i_ss_hash_export, 330 .export = sun8i_ss_hash_export, 360 .export = sun8i_ss_hash_export, 390 .export = sun8i_ss_hash_export,
|
/drivers/crypto/marvell/cesa/ |
D | hash.c | 918 .export = mv_cesa_md5_export, 989 .export = mv_cesa_sha1_export, 1063 .export = mv_cesa_sha256_export, 1298 .export = mv_cesa_md5_export, 1369 .export = mv_cesa_sha1_export, 1440 .export = mv_cesa_sha256_export,
|
/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-core.c | 43 .export = sun4i_hash_export_md5, 70 .export = sun4i_hash_export_sha1,
|
/drivers/rpmsg/ |
D | Kconfig | 14 Say Y here to export rpmsg endpoints as device files, usually found
|
/drivers/crypto/ccree/ |
D | cc_hash.c | 1595 .export = cc_hash_export, 1622 .export = cc_hash_export, 1649 .export = cc_hash_export, 1676 .export = cc_hash_export, 1703 .export = cc_hash_export, 1730 .export = cc_hash_export, 1755 .export = cc_hash_export, 1781 .export = cc_hash_export, 1806 .export = cc_hash_export,
|
/drivers/xen/ |
D | Kconfig | 153 converted into a local dma-buf for local export. 189 The PCI device backend driver allows the kernel to export arbitrary 231 The SCSI backend driver allows the kernel to export its SCSI Devices
|
/drivers/nvme/target/ |
D | Kconfig | 12 controllers and export Linux block devices as NVMe namespaces.
|
/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1530 .export = ahash_noexport, 1553 .export = ahash_noexport, 1577 .export = ahash_noexport, 1601 .export = ahash_noexport,
|