Searched defs:_validate (Results 1 – 4 of 4) sorted by relevance
/linux/arch/riscv/include/asm/ |
H A D | cpufeature.h | 36 #define _RISCV_ISA_EXT_DATA(_name, _id, _subset_exts, _subset_exts_size, _validate) { \ argument 47 #define __RISCV_ISA_EXT_DATA_VALIDATE(_name, _id, _validate) \ argument 58 #define __RISCV_ISA_EXT_SUPERSET_VALIDATE(_name, _id, _sub_exts, _validate) \ argument
|
/linux/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 222 void _validate(int line, int val, char *msg) in _validate() function
|
/linux/include/net/ |
H A D | devlink.h | 580 #define DEVLINK_PARAM_GENERIC(_id, _cmodes, _get, _set, _validate) \ argument 592 #define DEVLINK_PARAM_DRIVER(_id, _name, _type, _cmodes, _get, _set, _validate) \ argument
|
/linux/drivers/platform/x86/ |
H A D | sony-laptop.c | 649 #define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \ argument
|