Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Dmoduleparam.h66 KERNEL_PARAM_FL_HWPARAM = (1 << 1), enumerator
553 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
583 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
/linux-6.1.9/kernel/ !
Dparams.c102 if (kp->flags & KERNEL_PARAM_FL_HWPARAM && in param_check_unsafe()