Searched defs:__CFG_INI (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/cfg/inc/ |
D | i_cfg.h | 58 #define __CFG_INI(id, mtype, ctype, name, min, max, fallback, desc, def...) \ macro 69 #define __CFG_INI(args...) (args) macro
|
D | cfg_define.h | 45 #define __CFG_INI(args...) (args) macro
|
/wlan-driver/qca-wifi-host-cmn/cfg/src/ |
D | cfg.c | 304 #define __CFG_INI(_id, _mtype, _ctype, _name, _min, _max, _fallback, ...) \ macro 332 #define __CFG_INI(id, mtype, ctype, name, min, max, fallback, desc, def...) \ in cfg_store_set_defaults() macro 342 #define __CFG_INI(id, mtype, ctype, name, min, max, fallback, desc, def...) \ in cfg_store_set_defaults() macro
|