Lines Matching refs:cfg_value_store

44 struct cfg_value_store {  struct
90 void (*const item_handler)(struct cfg_value_store *store,
104 cfg_int_item_handler(struct cfg_value_store *store, in cfg_int_item_handler()
148 cfg_uint_item_handler(struct cfg_value_store *store, in cfg_uint_item_handler()
202 cfg_bool_item_handler(struct cfg_value_store *store, in cfg_bool_item_handler()
218 cfg_string_item_handler(struct cfg_value_store *store, in cfg_string_item_handler()
252 cfg_mac_item_handler(struct cfg_value_store *store, in cfg_mac_item_handler()
269 cfg_ipv4_item_handler(struct cfg_value_store *store, in cfg_ipv4_item_handler()
286 cfg_ipv6_item_handler(struct cfg_value_store *store, in cfg_ipv6_item_handler()
329 static void cfg_store_set_defaults(struct cfg_value_store *store) in cfg_store_set_defaults()
399 struct cfg_value_store *store = context; in cfg_ini_item_handler()
432 static struct cfg_value_store *__cfg_global_store;
437 struct cfg_value_store *store;
441 cfg_store_alloc(const char *path, struct cfg_value_store **out_store) in cfg_store_alloc()
444 struct cfg_value_store *store; in cfg_store_alloc()
480 static void cfg_store_free(struct cfg_value_store *store) in cfg_store_free()
498 cfg_store_get(const char *path, struct cfg_value_store **out_store) in cfg_store_get()
508 struct cfg_value_store *store = in cfg_store_get()
509 qdf_container_of(node, struct cfg_value_store, node); in cfg_store_get()
524 static void cfg_store_put(struct cfg_value_store *store) in cfg_store_put()
547 cfg_ini_parse_to_store(const char *path, struct cfg_value_store *store) in cfg_ini_parse_to_store()
562 struct cfg_value_store *store) in cfg_ini_section_parse_to_store()
608 struct cfg_value_store *store; in cfg_store_print()
673 struct cfg_value_store *store; in cfg_ini_config_print()
874 struct cfg_value_store *store; in cfg_parse()
923 struct cfg_value_store *store; in cfg_psoc_parse()