Home
last modified time | relevance | path

Searched refs:module_param_cb_unsafe (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/
Di915_mitigations.c132 module_param_cb_unsafe(mitigations, &ops, NULL, 0600);
/linux-6.6.21/include/linux/
Dmoduleparam.h163 module_param_cb_unsafe(name, &param_ops_##type, &value, perm); \
178 #define module_param_cb_unsafe(name, ops, arg, perm) \ macro