Searched defs:load_config (Results 1 – 5 of 5) sorted by relevance
195 def load_config(path: str) -> Tuple[str, Dict[str, Any]]: function
46 int (*load_config)(DeviceState *d, QEMUFile *f); member
390 def load_config(self, filename, replace=True): member in Config
303 struct data_dirent load_config; /* load configuration structure */ member
1521 static int load_config(const struct i2c_client *client, enum chips chip) in load_config() function