Searched defs:_min (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/net/ethernet/sfc/ |
D | falcon_boards.c | 55 #define LM87_IN_LIMITS(nr, _min, _max) \ argument 57 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument 59 #define LM87_TEMP_INT_LIMITS(_min, _max) \ argument 61 #define LM87_TEMP_EXT1_LIMITS(_min, _max) \ argument
|
/linux-3.3/net/batman-adv/ |
D | bat_sysfs.c | 93 #define BAT_ATTR_STORE_UINT(_name, _min, _max, _post_func) \ argument 113 #define BAT_ATTR_UINT(_name, _mode, _min, _max, _post_func) \ argument
|
/linux-3.3/include/linux/ |
D | ide.h | 909 #define __IDE_PROC_DEVSET(_name, _min, _max, _mulf, _divf) { \ argument 918 #define IDE_PROC_DEVSET(_name, _min, _max) \ argument
|
/linux-3.3/drivers/misc/sgi-xp/ |
D | xpc.h | 27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
|