Home
last modified time | relevance | path

Searched refs:export (Results 1 - 25 of 3846) sorted by relevance

12345678910>>...154

/kernel/linux/linux-5.10/drivers/pwm/
H A Dsysfs.c31 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 Dsysfs.c31 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/clk/bcm/
H A Dclk-raspberrypi.c60 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-6.6/include/linux/
H A Dtrace.h10 * 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-5.10/scripts/mod/
H A Dmodpost.c43 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 Dsafexcel_hash.c884 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 Dtrace.h12 * 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/drivers/crypto/caam/
H A Dcaamhash.c1537 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 Dcaamhash.c1544 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/arch/parisc/kernel/
H A Dreal2.S21 .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/inside-secure/
H A Dsafexcel_hash.c882 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-6.6/drivers/crypto/starfive/
H A Djh7110-hash.c615 .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 Dkeembay-ocs-hcu-core.c889 .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-5.10/drivers/hwtracing/stm/
H A Dftrace.c37 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 Dftrace.c37 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/stm32/
H A Dstm32-hash.c1273 .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/drivers/misc/
H A Dsram.c107 if (block->export) { in sram_add_partition()
203 if (of_find_property(child, "export", NULL)) in sram_reserve_regions()
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()
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h33 * buffer of this size must be passed to the @export function as it
109 * @export: Export partial state of the transformation. This function dumps the
140 int (*export)(struct ahash_request *req, void *out); member
177 * @export: see struct ahash_alg
207 int (*export)(struct shash_desc *desc, void *out); member
230 int (*export)(struct ahash_request *req, void *out); member
366 * function, the caller can export the state into a buffer whose size is
489 * Return: 0 if the export was successful; < 0 if an error occurred
493 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export()
899 * Return: 0 if the export creatio
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dsram.c124 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()
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h53 * buffer of this size must be passed to the @export function as it
132 * @export: Export partial state of the transformation. This function dumps the
164 int (*export)(struct ahash_request *req, void *out); member
200 * @export: see struct ahash_alg
234 int (*export)(struct shash_desc *desc, void *out); member
258 int (*export)(struct ahash_request *req, void *out); member
397 * function, the caller can export the state into a buffer whose size is
520 * Return: 0 if the export was successful; < 0 if an error occurred
524 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export()
953 * Return: 0 if the export creatio
[all...]
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha3_512_s390.c82 .export = sha3_512_export,
113 .export = sha3_512_export, /* same as for 512 */
H A Dsha3_256_s390.c75 .export = sha3_256_export,
104 .export = sha3_256_export, /* same as for 256 */
H A Dsha256_s390.c66 .export = sha256_export,
102 .export = sha256_export,
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha256_s390.c66 .export = sha256_export,
102 .export = sha256_export,
H A Dsha3_512_s390.c81 .export = sha3_512_export,
112 .export = sha3_512_export, /* same as for 512 */

Completed in 26 milliseconds

12345678910>>...154