Searched refs:load_config (Results 1 – 14 of 14) sorted by relevance
59 load_config() function424 load_config RK_KERNEL_VERSION429 load_config RK_ROOTFS_SYSTEM
117 load_config RK_KERNEL_CFG
193 load_config RK_ROOTFS_TYPE
29 from load_config import loadConfig
289 struct data_dirent load_config; /* load configuration structure */ member
42 @@ -743,6 +745,23 @@ load_config (char * file)
35 @@ -747,6 +747,7 @@ load_config (char * file)
169 warnings = self._conf.load_config(self._tmpfile)
1332 static u8 *load_config(dev_data *dev_entry, int *length) in load_config() function1481 config_file_buf = load_config(dev_entry, &config_len); in load_firmware()
387 def load_config(self, filename, replace=True): member in Config