Home
last modified time | relevance | path

Searched refs:load_config (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dbuild.sh59 load_config() function
424 load_config RK_KERNEL_VERSION
429 load_config RK_ROOTFS_SYSTEM
H A Dmk-kernel.sh117 load_config RK_KERNEL_CFG
H A Dmk-rootfs.sh193 load_config RK_ROOTFS_TYPE
/OK3568_Linux_fs/device/rockchip/common/
H A Dbuild.sh59 load_config() function
424 load_config RK_KERNEL_VERSION
429 load_config RK_ROOTFS_SYSTEM
/OK3568_Linux_fs/
H A Dbuild.sh59 load_config() function
424 load_config RK_KERNEL_VERSION
429 load_config RK_ROOTFS_SYSTEM
/OK3568_Linux_fs/kernel/Documentation/
H A Dconf.py29 from load_config import loadConfig
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D10-kernel.sh117 load_config RK_KERNEL_CFG
H A D30-rootfs.sh193 load_config RK_ROOTFS_TYPE
/OK3568_Linux_fs/kernel/include/linux/
H A Dpe.h289 struct data_dirent load_config; /* load configuration structure */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0023-RH-don-t-start-without-a-config-file.patch42 @@ -743,6 +745,23 @@ load_config (char * file)
H A D0025-RH-add-mpathconf.patch35 @@ -747,6 +747,7 @@ load_config (char * file)
/OK3568_Linux_fs/u-boot/tools/
H A Dgenboardscfg.py169 warnings = self._conf.load_config(self._tmpfile)
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c1332 static u8 *load_config(dev_data *dev_entry, int *length) in load_config() function
1481 config_file_buf = load_config(dev_entry, &config_len); in load_firmware()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py387 def load_config(self, filename, replace=True): member in Config