/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/ |
H A D | cfg.mak | 28 export CONFIG_HI3516CV500=y 30 export CONFIG_HI_CHIP_TYPE=0x3516C500 31 export CONFIG_HI_ARCH=hi3516cv500 32 export CONFIG_HI_SUBARCH=hi3516cv500 33 export CONFIG_HI_SUBCHIP_TYPE=0x3516C500 34 export CONFIG_SUBCHIP_HI3516CV500=y 37 export CONFIG_SMP=y 39 export CONFIG_ARM_ARCH_TYPE=smp 40 export CONFIG_A7=y 41 export CONFIG_CPU_TYP [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/pwm/ |
H A 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() 48 struct pwm_export *export = child_to_pwm_export(child); in period_store() local 49 struct pwm_device *pwm = export->pwm; in period_store() 59 mutex_lock(&export->lock); in period_store() 63 mutex_unlock(&export->lock); in period_store() 80 struct pwm_export *export = child_to_pwm_export(child); in duty_cycle_store() local 81 struct pwm_device *pwm = export->pwm; in duty_cycle_store() 91 mutex_lock(&export->lock); in duty_cycle_store() 95 mutex_unlock(&export in duty_cycle_store() 113 struct pwm_export *export = child_to_pwm_export(child); oneshot_count_store() local 146 struct pwm_export *export = child_to_pwm_export(child); enable_store() local 202 struct pwm_export *export = child_to_pwm_export(child); polarity_store() local 258 struct pwm_export *export = child_to_pwm_export(child); pwm_export_release() local 265 struct pwm_export *export; pwm_export_child() local 406 struct pwm_export *export; pwm_class_get_state() local 426 pwm_class_apply_state(struct pwm_export *export, struct pwm_device *pwm, struct pwm_state *state) pwm_class_apply_state() argument 445 struct pwm_export *export; pwm_class_resume_npwm() local 471 struct pwm_export *export; pwm_class_suspend() local [all...] |
/kernel/linux/linux-5.10/drivers/pwm/ |
H A 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 in duty_cycle_store() 122 struct pwm_export *export = child_to_pwm_export(child); enable_store() local 181 struct pwm_export *export = child_to_pwm_export(child); polarity_store() local 236 struct pwm_export *export = child_to_pwm_export(child); pwm_export_release() local 243 struct pwm_export *export; pwm_export_child() local 382 struct pwm_export *export; pwm_class_get_state() local 400 pwm_class_apply_state(struct pwm_export *export, struct pwm_device *pwm, struct pwm_state *state) pwm_class_apply_state() argument 421 struct pwm_export *export; pwm_class_resume_npwm() local 452 struct pwm_export *export; pwm_class_suspend() local [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A 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 in duty_cycle_store() 122 struct pwm_export *export = child_to_pwm_export(child); enable_store() local 181 struct pwm_export *export = child_to_pwm_export(child); polarity_store() local 236 struct pwm_export *export = child_to_pwm_export(child); pwm_export_release() local 243 struct pwm_export *export; pwm_export_child() local 382 struct pwm_export *export; pwm_class_get_state() local 400 pwm_class_apply_state(struct pwm_export *export, struct pwm_device *pwm, struct pwm_state *state) pwm_class_apply_state() argument 421 struct pwm_export *export; pwm_class_resume_npwm() local 452 struct pwm_export *export; pwm_class_suspend() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | trace.h | 10 * The trace export - an export of Ftrace output. The trace_export 11 * can process traces and export them to a registered destination as 33 int register_ftrace_export(struct trace_export *export); 34 int unregister_ftrace_export(struct trace_export *export); 64 static inline int register_ftrace_export(struct trace_export *export) in register_ftrace_export() argument 68 static inline int unregister_ftrace_export(struct trace_export *export) in unregister_ftrace_export() argument
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A 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, 366 if (variant->export) { in raspberrypi_discover_clocks() [all...] |
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 43 enum export { enum 195 enum export export; /* Type of export */ member 233 enum export export) in new_symbol() 289 enum export export; member 291 { .str = "EXPORT_SYMBOL", .export = export_plain }, 292 { .str = "EXPORT_UNUSED_SYMBOL", .export 232 new_symbol(const char *name, struct module *module, enum export export) new_symbol() argument 412 sym_add_exported(const char *name, struct module *mod, enum export export) sym_add_exported() argument 698 enum export export; handle_symbol() local 2479 char *symname, *namespace, *modname, *d, *export; read_dump() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 884 struct safexcel_ahash_export_state *export = out; in safexcel_ahash_export() local 886 export->len = req->len; in safexcel_ahash_export() 887 export->processed = req->processed; in safexcel_ahash_export() 889 export->digest = req->digest; in safexcel_ahash_export() 891 memcpy(export->state, req->state, req->state_sz); in safexcel_ahash_export() 892 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export() 900 const struct safexcel_ahash_export_state *export = in; in safexcel_ahash_import() local 907 req->len = export->len; in safexcel_ahash_import() 908 req->processed = export->processed; in safexcel_ahash_import() 910 req->digest = export in safexcel_ahash_import() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | trace.h | 12 * The trace export - an export of Ftrace output. The trace_export 13 * can process traces and export them to a registered destination as 31 int register_ftrace_export(struct trace_export *export); 32 int unregister_ftrace_export(struct trace_export *export);
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | real2.S | 21 .export pdc_result 22 .export pdc_result2 29 .export real_stack 30 .export real32_stack 31 .export real64_stack
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A 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 in ahash_import() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamhash.c | 1544 struct caam_export_state *export = out; in ahash_export() local 1548 memcpy(export->buf, buf, len); in ahash_export() 1549 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export() 1550 export->buflen = len; in ahash_export() 1551 export->update = state->update; in ahash_export() 1552 export->final = state->final; in ahash_export() 1553 export->finup = state->finup; in ahash_export() 1561 const struct caam_export_state *export = in; in ahash_import() local 1564 memcpy(state->buf, export in ahash_import() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 882 struct safexcel_ahash_export_state *export = out; in safexcel_ahash_export() local 884 export->len = req->len; in safexcel_ahash_export() 885 export->processed = req->processed; in safexcel_ahash_export() 887 export->digest = req->digest; in safexcel_ahash_export() 889 memcpy(export->state, req->state, req->state_sz); in safexcel_ahash_export() 890 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export() 898 const struct safexcel_ahash_export_state *export = in; in safexcel_ahash_import() local 905 req->len = export->len; in safexcel_ahash_import() 906 req->processed = export->processed; in safexcel_ahash_import() 908 req->digest = export in safexcel_ahash_import() [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/hwtracing/stm/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 615 .base.export = starfive_hash_export, 644 .base.export = starfive_hash_export, 674 .base.export = starfive_hash_export, 703 .base.export = starfive_hash_export, 733 .base.export = starfive_hash_export, 762 .base.export = starfive_hash_export, 792 .base.export = starfive_hash_export, 821 .base.export = starfive_hash_export, 851 .base.export = starfive_hash_export, 880 .base.export [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 889 .base.export = kmb_ocs_hcu_export, 914 .base.export = kmb_ocs_hcu_export, 942 .base.export = kmb_ocs_hcu_export, 967 .base.export = kmb_ocs_hcu_export, 994 .base.export = kmb_ocs_hcu_export, 1019 .base.export = kmb_ocs_hcu_export, 1046 .base.export = kmb_ocs_hcu_export, 1071 .base.export = kmb_ocs_hcu_export, 1098 .base.export = kmb_ocs_hcu_export, 1123 .base.export [all...] |
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-hash.c | 1273 .base.export = stm32_hash_export, 1302 .base.export = stm32_hash_export, 1335 .base.export = stm32_hash_export, 1364 .base.export = stm32_hash_export, 1397 .base.export = stm32_hash_export, 1427 .base.export = stm32_hash_export, 1459 .base.export = stm32_hash_export, 1488 .base.export = stm32_hash_export, 1521 .base.export = stm32_hash_export, 1551 .base.export [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | export.h | 2 #include <asm-generic/export.h>
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | sha3_512_s390.c | 82 .export = sha3_512_export, 113 .export = sha3_512_export, /* same as for 512 */
|
H A D | sha3_256_s390.c | 75 .export = sha3_256_export, 104 .export = sha3_256_export, /* same as for 256 */
|
H A D | sha256_s390.c | 66 .export = sha256_export, 102 .export = sha256_export,
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | sha256_s390.c | 66 .export = sha256_export, 102 .export = sha256_export,
|
H A D | sha3_512_s390.c | 81 .export = sha3_512_export, 112 .export = sha3_512_export, /* same as for 512 */
|
H A D | sha3_256_s390.c | 74 .export = sha3_256_export, 103 .export = sha3_256_export, /* same as for 256 */
|