Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmoduleparam.h66 KERNEL_PARAM_FL_HWPARAM = (1 << 1), enumerator
474 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
504 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
/Linux-v5.4/kernel/
Dparams.c102 if (kp->flags & KERNEL_PARAM_FL_HWPARAM && in param_check_unsafe()