Searched defs:__CFG_INI_STRING (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/cfg/inc/ |
D | i_cfg.h | 54 #define __CFG_INI_STRING(id, mtype, ctype, name, min, max, fallback, desc, \ macro 67 #define __CFG_INI_STRING(args...) __CFG_INI(args) macro
|
D | cfg_define.h | 41 #define __CFG_INI_STRING(args...) __CFG_INI(args) macro
|
/wlan-driver/qca-wifi-host-cmn/cfg/src/ |
D | cfg.c | 338 #define __CFG_INI_STRING(id, mtype, ctype, name, min_len, max_len, ...) \ in cfg_store_set_defaults() macro
|