Searched defs:_get (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | klist.h | 25 #define KLIST_INIT(_name, _get, _put) \ argument 31 #define DEFINE_KLIST(_name, _get, _put) \ argument
|
H A D | moduleparam.h | 301 #define module_param_call(name, _set, _get, arg, perm) \ argument
|
/linux/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 1032 #define EEEPC_SENSOR_SHOW_FUNC(_name, _get) \ argument 1048 #define EEEPC_CREATE_SENSOR_ATTR_RW(_name, _get, _set) \ argument 1053 #define EEEPC_CREATE_SENSOR_ATTR_RO(_name, _get) \ argument
|