| /drivers/pwm/ |
| D | core.c | 513 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in pwm_from_dev() local 515 return export->pwm; in pwm_from_dev() 534 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in period_store() local 535 struct pwm_device *pwm = export->pwm; in period_store() 544 guard(mutex)(&export->lock); in period_store() 569 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in duty_cycle_store() local 570 struct pwm_device *pwm = export->pwm; in duty_cycle_store() 579 guard(mutex)(&export->lock); in duty_cycle_store() 604 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in enable_store() local 605 struct pwm_device *pwm = export->pwm; in enable_store() [all …]
|
| /drivers/gpu/drm/ |
| D | drm_prime.c | 29 #include <linux/export.h> 54 * Drivers that support the PRIME API implement the drm_gem_object_funcs.export 62 * On the export the &dma_buf holds a reference to the exported buffer object, 64 * IOCTL, when it first calls &drm_gem_object_funcs.export 73 * are the lookup caches for import and export. These are required to guarantee 77 * than once. These import and export caches in &drm_prime_file_private only 231 * drm_gem_dmabuf_export - &dma_buf export implementation for GEM 233 * @exp_info: the export information used by dma_buf_export() 274 /* drop the reference on the export fd holds */ in drm_gem_dmabuf_release() 390 if (obj->funcs && obj->funcs->export) in export_and_register_object() [all …]
|
| D | drm_syncobj.c | 40 * - Import and export of syncobjs to/from a syncobj file descriptor 41 * - Import and export a syncobj's underlying fence to/from a sync file 52 * - Import and export from/to a given point of a timeline 149 * Import/export of syncobjs 153 * provide two mechanisms for import/export of syncobjs. 155 * The first lets the client import or export an entire syncobj to a file 166 * The primary use-case of this persistent import/export is for shared 169 * The second import/export mechanism, which is indicated by 172 * import/export the syncobj's current fence from/to a &sync_file. 174 * sycnobj's fence at the time of export and any later signal or reset [all …]
|
| /drivers/staging/vt6655/ |
| D | srom.h | 16 /*--------------------- Export Definitions -------------------------*/ 67 /*--------------------- Export Types ------------------------------*/ 69 /*--------------------- Export Macros ------------------------------*/ 71 /*--------------------- Export Classes ----------------------------*/ 73 /*--------------------- Export Variables --------------------------*/ 75 /*--------------------- Export Functions --------------------------*/
|
| D | rf.h | 19 /*--------------------- Export Definitions -------------------------*/ 54 /*--------------------- Export Classes ----------------------------*/ 56 /*--------------------- Export Variables --------------------------*/ 58 /*--------------------- Export Functions --------------------------*/
|
| D | rxtx.h | 22 /*--------------------- Export Definitions -------------------------*/ 24 /*--------------------- Export Variables --------------------------*/ 26 /*--------------------- Export Functions --------------------------*/
|
| /drivers/clk/bcm/ |
| D | clk-raspberrypi.c | 60 bool export; member 69 .export = true, 73 .export = true, 88 .export = true, 113 .export = true, 116 .export = true, 119 .export = true, 122 .export = true, 125 .export = true, 368 if (variant->export) { in raspberrypi_discover_clocks()
|
| /drivers/crypto/inside-secure/ |
| D | safexcel_hash.c | 888 struct safexcel_ahash_export_state *export = out; in safexcel_ahash_export() local 890 export->len = req->len; in safexcel_ahash_export() 891 export->processed = req->processed; in safexcel_ahash_export() 893 export->digest = req->digest; in safexcel_ahash_export() 895 memcpy(export->state, req->state, req->state_sz); in safexcel_ahash_export() 896 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export() 904 const struct safexcel_ahash_export_state *export = in; in safexcel_ahash_import() local 911 req->len = export->len; in safexcel_ahash_import() 912 req->processed = export->processed; in safexcel_ahash_import() 914 req->digest = export->digest; in safexcel_ahash_import() [all …]
|
| /drivers/crypto/tegra/ |
| D | tegra-se-hash.c | 359 * This is to support the import/export functionality. in tegra_sha_do_update() 371 * call. This is to support the import/export functionality. in tegra_sha_do_update() 693 .export = tegra_sha_export, 718 .export = tegra_sha_export, 743 .export = tegra_sha_export, 768 .export = tegra_sha_export, 793 .export = tegra_sha_export, 818 .export = tegra_sha_export, 843 .export = tegra_sha_export, 868 .export = tegra_sha_export, [all …]
|
| /drivers/crypto/caam/ |
| D | caamhash.c | 1545 struct caam_export_state *export = out; in ahash_export() local 1549 memcpy(export->buf, buf, len); in ahash_export() 1550 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export() 1551 export->buflen = len; in ahash_export() 1552 export->update = state->update; in ahash_export() 1553 export->final = state->final; in ahash_export() 1554 export->finup = state->finup; in ahash_export() 1562 const struct caam_export_state *export = in; in ahash_import() local 1565 memcpy(state->buf, export->buf, export->buflen); in ahash_import() 1566 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import() [all …]
|
| /drivers/crypto/starfive/ |
| D | jh7110-hash.c | 561 .base.export = starfive_hash_export, 589 .base.export = starfive_hash_export, 618 .base.export = starfive_hash_export, 646 .base.export = starfive_hash_export, 675 .base.export = starfive_hash_export, 703 .base.export = starfive_hash_export, 732 .base.export = starfive_hash_export, 760 .base.export = starfive_hash_export, 789 .base.export = starfive_hash_export, 817 .base.export = starfive_hash_export,
|
| /drivers/gpu/drm/ci/ |
| D | build-igt.sh | 58 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib/aarch64-linux-gnu 60 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib 62 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib64
|
| D | igt_runner.sh | 6 export IGT_FORCE_DRIVER=${DRIVER_NAME} 7 export PATH=$PATH:/igt/bin/ 8 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/igt/lib/aarch64-linux-gnu/:/igt/lib/x86_64-linux-gnu:/igt/…
|
| /drivers/crypto/cavium/zip/ |
| D | zip_inflate.h | 28 * This Software, including technical data, may be subject to U.S. export 29 * control laws, including the U.S. Export Administration Act and its 30 * associated regulations, and may be subject to export or import
|
| D | zip_deflate.h | 28 * This Software, including technical data, may be subject to U.S. export 29 * control laws, including the U.S. Export Administration Act and its 30 * associated regulations, and may be subject to export or import
|
| D | zip_mem.h | 28 * This Software, including technical data, may be subject to U.S. export 29 * control laws, including the U.S. Export Administration Act and its 30 * associated regulations, and may be subject to export or import
|
| D | zip_crypto.h | 28 * This Software, including technical data, may be subject to U.S. export 29 * control laws, including the U.S. Export Administration Act and its 30 * associated regulations, and may be subject to export or import
|
| D | zip_device.h | 28 * This Software, including technical data, may be subject to U.S. export 29 * control laws, including the U.S. Export Administration Act and its 30 * associated regulations, and may be subject to export or import
|
| D | zip_main.h | 28 * This Software, including technical data, may be subject to U.S. export 29 * control laws, including the U.S. Export Administration Act and its 30 * associated regulations, and may be subject to export or import
|
| D | zip_mem.c | 28 * This Software, including technical data, may be subject to U.S. export 29 * control laws, including the U.S. Export Administration Act and its 30 * associated regulations, and may be subject to export or import
|
| /drivers/gpio/ |
| D | gpiolib-sysfs.c | 47 * Lock to serialise gpiod export and unexport, and prevent re-export of 446 * /sys/class/gpio/export ... write-only 447 * integer N ... number of GPIO to export (full access) 481 * request and export were done by on behalf of userspace, so in export_store() 506 static CLASS_ATTR_WO(export); 530 * request and export were done by on behalf of userspace, so in unexport_store() 559 * gpiod_export - export a GPIO through sysfs 582 /* can't export until sysfs is available ... */ in gpiod_export()
|
| /drivers/misc/ |
| D | sram.c | 124 if (block->export) { in sram_add_partition() 221 block->export = of_property_read_bool(child, "export"); in sram_reserve_regions() 225 if ((block->export || block->pool || block->protect_exec) && in sram_reserve_regions() 249 block->export ? "exported " : "", block->label, in sram_reserve_regions() 289 if ((block->export || block->pool || block->protect_exec) && in sram_reserve_regions()
|
| /drivers/crypto/stm32/ |
| D | stm32-hash.c | 1598 .base.export = stm32_hash_export, 1626 .base.export = stm32_hash_export, 1658 .base.export = stm32_hash_export, 1686 .base.export = stm32_hash_export, 1718 .base.export = stm32_hash_export, 1747 .base.export = stm32_hash_export, 1778 .base.export = stm32_hash_export, 1806 .base.export = stm32_hash_export, 1838 .base.export = stm32_hash_export, 1867 .base.export = stm32_hash_export, [all …]
|
| /drivers/s390/crypto/ |
| D | zcrypt_ep11misc.h | 62 * attributes needed to export this key for CPACF use. 71 * attributes needed to export this key for CPACF use. 81 * attributes needed to export this key for CPACF use.
|
| /drivers/crypto/intel/keembay/ |
| D | keembay-ocs-hcu-core.c | 895 .base.export = kmb_ocs_hcu_export, 920 .base.export = kmb_ocs_hcu_export, 948 .base.export = kmb_ocs_hcu_export, 973 .base.export = kmb_ocs_hcu_export, 1000 .base.export = kmb_ocs_hcu_export, 1025 .base.export = kmb_ocs_hcu_export, 1052 .base.export = kmb_ocs_hcu_export, 1077 .base.export = kmb_ocs_hcu_export, 1104 .base.export = kmb_ocs_hcu_export, 1129 .base.export = kmb_ocs_hcu_export,
|