Home
last modified time | relevance | path

Searched refs:env (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dof_device.h38 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env);
39 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);
68 struct kobj_uevent_env *env) { } in of_device_uevent() argument
87 struct kobj_uevent_env *env) in of_device_uevent_modalias() argument
Dbpf_verifier.h512 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env,
517 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func() argument
519 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
524 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs() argument
526 return cur_func(env)->regs; in cur_regs()
530 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env,
532 int bpf_prog_offload_finalize(struct bpf_verifier_env *env);
534 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off,
537 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt);
539 int check_ctx_reg(struct bpf_verifier_env *env,
[all …]
Dkobject.h175 struct kobj_uevent_env *env);
265 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
Dbpf.h143 int (*map_set_for_each_callback_args)(struct bpf_verifier_env *env,
584 int (*insn_hook)(struct bpf_verifier_env *env,
586 int (*finalize)(struct bpf_verifier_env *env);
588 int (*replace_insn)(struct bpf_verifier_env *env, u32 off,
590 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt);
1602 int map_set_for_each_callback_args(struct bpf_verifier_env *env,
1721 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog,
1723 int btf_check_kfunc_arg_match(struct bpf_verifier_env *env,
1726 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog,
Ddevice.h91 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
Dacpi.h903 struct kobj_uevent_env *env) in acpi_device_uevent_modalias() argument
/include/linux/soundwire/
Dsdw_type.h24 int sdw_slave_uevent(struct device *dev, struct kobj_uevent_env *env);
/include/linux/device/
Dclass.h63 int (*dev_uevent)(struct device *dev, struct kobj_uevent_env *env);
Dbus.h91 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);