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