Searched refs:cached_key_cfg (Results 1 – 1 of 1) sorted by relevance
52 static struct ocpp_cfg_info cached_key_cfg[OCPP_CFG_END] = { variable123 return cached_key_cfg[key].type; in ocpp_get_keyval_type()129 struct ocpp_cfg_info *cfg = cached_key_cfg; in ocpp_key_to_cfg()142 return cached_key_cfg[key].is_rw; in ocpp_is_key_rw()151 return &cached_key_cfg[key].val; in ocpp_get_key_val()160 return cached_key_cfg[key].skey; in ocpp_get_key_literal()168 key_cfg = &cached_key_cfg[key]; in ocpp_set_cfg_val()186 !cached_key_cfg[key].is_rw) { in ocpp_update_cfg_val()
Completed in 11 milliseconds