Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/cfg/inc/
Di_cfg.h54 #define __CFG_INI_STRING(id, mtype, ctype, name, min, max, fallback, desc, \ macro
67 #define __CFG_INI_STRING(args...) __CFG_INI(args) macro
Dcfg_define.h41 #define __CFG_INI_STRING(args...) __CFG_INI(args) macro
/wlan-driver/qca-wifi-host-cmn/cfg/src/
Dcfg.c338 #define __CFG_INI_STRING(id, mtype, ctype, name, min_len, max_len, ...) \ in cfg_store_set_defaults() macro