Home
last modified time | relevance | path

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

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