Lines Matching defs:ops
71 const struct kernel_param_ops *ops; member
96 const struct kernel_param_ops *ops; member
166 #define module_param_cb(name, ops, arg, perm) \ argument
169 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
182 #define __level_param_cb(name, ops, arg, perm, level) \ argument
185 #define core_param_cb(name, ops, arg, perm) \ argument
188 #define postcore_param_cb(name, ops, arg, perm) \ argument
191 #define arch_param_cb(name, ops, arg, perm) \ argument
194 #define subsys_param_cb(name, ops, arg, perm) \ argument
197 #define fs_param_cb(name, ops, arg, perm) \ argument
200 #define device_param_cb(name, ops, arg, perm) \ argument
203 #define late_param_cb(name, ops, arg, perm) \ argument
218 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument