/linux/rust/macros/ |
H A D | lib.rs | 17 mod export; module 200 pub fn export(attr: TokenStream, ts: TokenStream) -> TokenStream { in export() function
|
H A D | export.rs | 7 pub(crate) fn export(_attr: TokenStream, ts: TokenStream) -> TokenStream { in export() function
|
/linux/include/linux/ |
H A D | trace.h | 64 static inline int register_ftrace_export(struct trace_export *export) in register_ftrace_export() 68 static inline int unregister_ftrace_export(struct trace_export *export) in unregister_ftrace_export()
|
/linux/drivers/pwm/ |
H A D | core.c | 1112 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in pwm_from_dev() local 1133 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in period_store() local 1168 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in duty_cycle_store() local 1203 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in enable_store() local 1259 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in polarity_store() local 1314 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in pwm_export_release() local 1321 struct pwm_export *export; in pwm_export_child() local 1460 struct pwm_export *export; in pwm_class_get_state() local 1478 static int pwm_class_apply_state(struct pwm_export *export, in pwm_class_apply_state() 1499 struct pwm_export *export; in pwm_class_resume_npwm() local [all …]
|
/linux/drivers/hwtracing/stm/ |
H A D | ftrace.c | 38 stm_ftrace_write(struct trace_export *export, const void *buf, unsigned int len) in stm_ftrace_write()
|
/linux/drivers/misc/ |
H A D | sram.h | 40 bool export; member
|
/linux/scripts/lib/kdoc/ |
H A D | kdoc_files.py | 240 def msg(self, enable_lineno=False, export=False, internal=False, argument
|
H A D | kdoc_output.py | 85 def set_filter(self, export, internal, symbol, nosymbol, function_table, argument
|
/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 74 bool export; member
|
/linux/arch/sparc/vdso/ |
H A D | vdso2c.c | 70 int export; member
|
/linux/include/crypto/ |
H A D | hash.h | 160 int (*export)(struct ahash_request *req, void *out); member 246 int (*export)(struct shash_desc *desc, void *out); member
|
H A D | skcipher.h | 156 int (*export)(struct skcipher_request *req, void *out); member
|
/linux/drivers/clk/bcm/ |
H A D | clk-raspberrypi.c | 67 bool export; member
|
/linux/drivers/crypto/ |
H A D | mxs-dcp.c | 873 const struct dcp_export_state *export = in; in dcp_sha_import() local 888 struct dcp_export_state *export = out; in dcp_sha_export() local
|
H A D | talitos.c | 2135 struct talitos_export_state *export = out; in ahash_export() local 2163 const struct talitos_export_state *export = in; in ahash_import() local
|
/linux/kernel/trace/ |
H A D | trace.c | 386 trace_process_export(struct trace_export *export, in trace_process_export() 407 static inline void ftrace_exports_enable(struct trace_export *export) in ftrace_exports_enable() 419 static inline void ftrace_exports_disable(struct trace_export *export) in ftrace_exports_disable() 433 struct trace_export *export; in ftrace_exports() local 445 add_trace_export(struct trace_export **list, struct trace_export *export) in add_trace_export() 458 rm_trace_export(struct trace_export **list, struct trace_export *export) in rm_trace_export() 475 add_ftrace_export(struct trace_export **list, struct trace_export *export) in add_ftrace_export() 483 rm_ftrace_export(struct trace_export **list, struct trace_export *export) in rm_ftrace_export() 493 int register_ftrace_export(struct trace_export *export) in register_ftrace_export() 506 int unregister_ftrace_export(struct trace_export *export) in unregister_ftrace_export()
|
/linux/drivers/crypto/caam/ |
H A D | caamhash.c | 1545 struct caam_export_state *export = out; in ahash_export() local 1562 const struct caam_export_state *export = in; in ahash_import() local
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 882 struct safexcel_ahash_export_state *export = out; in safexcel_ahash_export() local 898 const struct safexcel_ahash_export_state *export = in; in safexcel_ahash_import() local
|
/linux/fs/nfsd/ |
H A D | vfs.c | 796 struct svc_export *export; in nfsd_access() local
|
/linux/scripts/mod/ |
H A D | modpost.c | 2129 char *symname, *namespace, *modname, *d, *export; in read_dump() local
|