Searched refs:cfg_file (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | ssvcfg.sh | 6 cfg_file=sta.cfg 8 cfg_file=$1; 11 echo Using default configuration file $cfg_file \($?\) 13 cfg_cmds=(`cat $cfg_file | grep '^[a-zA-Z0-9]' | sed 's/ //g'`) 27 insmod $kern_mod stacfgpath="$cfg_file"
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpp_parse_cfg.c | 54 struct cfg_file { struct 81 static char *read_cfg_line(struct cfg_file *cfg) in read_cfg_line() 109 static inline void invalid_cfg_cache(struct cfg_file *cfg) in invalid_cfg_cache() 142 static int scan_event_line(struct cfg_file *cfg, struct rc_event *event) in scan_event_line() 159 static int parse_events(struct cfg_file *cfg, struct rc_test_config *ea) in parse_events() 175 static int parse_options(struct cfg_file *cfg, struct rc_test_config *ea) in parse_options() 208 struct cfg_file cfg; in mpp_parse_config()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | __init__.py | 253 with open(cfg_file_name, "w+") as cfg_file: 254 cfg_file.write("src/gz local-%s %s/%s" % 266 …cfg_file.write("option info_dir %s\n" % os.path.join(self.d.getVar('OPKGLIBDIR'), 'opkg', 'inf… 267 …cfg_file.write("option lists_dir %s\n" % os.path.join(self.d.getVar('OPKGLIBDIR'), 'opkg', 'lis… 268 …cfg_file.write("option status_file %s\n" % os.path.join(self.d.getVar('OPKGLIBDIR'), 'opkg', 'sta…
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 102 struct file *cfg_file; member 691 if(NULL == update_msg.cfg_file) in gup_update_config() 696 file_len = update_msg.cfg_file->f_op->llseek(update_msg.cfg_file, 0, SEEK_END); in gup_update_config() 711 update_msg.cfg_file->f_op->llseek(update_msg.cfg_file, 0, SEEK_SET); in gup_update_config() 714 …ret = update_msg.cfg_file->f_op->read(update_msg.cfg_file, (char*)pre_buf, file_len, &update_msg.c… in gup_update_config() 849 update_msg.cfg_file = pfile; in gup_search_file() 856 update_msg.cfg_file = pfile; in gup_search_file() 932 _CLOSE_FILE(update_msg.cfg_file); in gup_check_update_file() 2480 _CLOSE_FILE(update_msg.cfg_file); in gup_update_proc()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | engine.py | 624 cfg_file = find_canned(scripts_path, boot_file) 625 if cfg_file: 626 with open(cfg_file, "r") as f:
|