Home
last modified time | relevance | path

Searched refs:__CFG_INI_STRING (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/cfg/inc/
H A Di_cfg.h53 #undef __CFG_INI_STRING
54 #define __CFG_INI_STRING(id, mtype, ctype, name, min, max, fallback, desc, \ macro
66 #undef __CFG_INI_STRING
67 #define __CFG_INI_STRING(args...) __CFG_INI(args) macro
H A Dcfg_define.h41 #define __CFG_INI_STRING(args...) __CFG_INI(args) macro
/wlan-driver/qca-wifi-host-cmn/cfg/src/
H A Dcfg.c337 #undef __CFG_INI_STRING in cfg_store_set_defaults()
338 #define __CFG_INI_STRING(id, mtype, ctype, name, min_len, max_len, ...) \ in cfg_store_set_defaults() macro