Searched refs:store_value (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/cfg/src/ |
H A D | cfg.c | 109 int32_t *store_value = cfg_value_ptr(store, meta); in cfg_int_item_handler() local 115 meta->name, str_value, status, *store_value); in cfg_int_item_handler() 126 *store_value = value; in cfg_int_item_handler() 139 *store_value = __cfg_clamp(value, meta->min, meta->max); in cfg_int_item_handler() 144 meta->name, value, meta->min, meta->max, *store_value); in cfg_int_item_handler() 153 uint32_t *store_value = cfg_value_ptr(store, meta); in cfg_uint_item_handler() local 169 meta->name, str_value, status, *store_value); in cfg_uint_item_handler() 180 *store_value = value; in cfg_uint_item_handler() 193 *store_value = __cfg_clamp(value, min, max); in cfg_uint_item_handler() 198 meta->name, value, min, max, *store_value); in cfg_uint_item_handler() [all …]
|