Lines Matching defs:ops
70 const struct kernel_param_ops *ops; member
95 const struct kernel_param_ops *ops; member
165 #define module_param_cb(name, ops, arg, perm) \ argument
168 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
181 #define __level_param_cb(name, ops, arg, perm, level) \ argument
184 #define core_param_cb(name, ops, arg, perm) \ argument
187 #define postcore_param_cb(name, ops, arg, perm) \ argument
190 #define arch_param_cb(name, ops, arg, perm) \ argument
193 #define subsys_param_cb(name, ops, arg, perm) \ argument
196 #define fs_param_cb(name, ops, arg, perm) \ argument
199 #define device_param_cb(name, ops, arg, perm) \ argument
202 #define late_param_cb(name, ops, arg, perm) \ argument
217 #define __module_param_call(prefix, name, ops, arg, perm, level, flags) \ argument