Lines Matching defs:ops
72 const struct kernel_param_ops *ops; member
97 const struct kernel_param_ops *ops; member
175 #define module_param_cb(name, ops, arg, perm) \ argument
178 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
182 #define __level_param_cb(name, ops, arg, perm, level) \ argument
194 #define core_param_cb(name, ops, arg, perm) \ argument
207 #define postcore_param_cb(name, ops, arg, perm) \ argument
220 #define arch_param_cb(name, ops, arg, perm) \ argument
233 #define subsys_param_cb(name, ops, arg, perm) \ argument
246 #define fs_param_cb(name, ops, arg, perm) \ argument
259 #define device_param_cb(name, ops, arg, perm) \ argument
272 #define late_param_cb(name, ops, arg, perm) \ argument
286 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument