Home
last modified time | relevance | path

Searched refs:conf_write (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dcore_apecs.c209 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function
306 conf_write(addr, value << ((where & 3) * 8), type1); in apecs_write_config()
H A Dcore_lca.c168 conf_write(unsigned long addr, unsigned int value) in conf_write() function
231 conf_write(addr, value << ((where & 3) * 8)); in lca_write_config()
H A Dcore_t2.c235 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function
315 conf_write(addr, value << ((where & 3) * 8), type1); in t2_write_config()
H A Dcore_mcpcia.c135 conf_write(unsigned long addr, unsigned int value, unsigned char type1, in conf_write() function
235 conf_write(addr, value, type1, hose); in mcpcia_write_config()
H A Dcore_cia.c161 conf_write(unsigned long addr, unsigned int value, unsigned char type1) in conf_write() function
240 conf_write(addr, value << ((where & 3) * 8), type1); in cia_write_config()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlkc_proto.h9 int conf_write(const char *name);
H A Dmconf.c936 if (!conf_write(dialog_input_result)) { in conf_save()
970 if (conf_write(filename)) { in handle_exit()
H A Dnconf.c669 res = conf_write(filename); in do_exit()
1436 res = conf_write(dialog_input_result); in conf_save()
H A Dconf.c706 if (!no_conf_write && conf_write(NULL)) { in main()
H A Dgconf.c525 if (conf_write(NULL)) in on_save_activate()
539 if (conf_write(fn)) in store_filename()
H A Dqconf.cc1537 if (conf_write(configname)) { in saveConfig()
1559 if (conf_write(name)) { in saveConfigAs()
H A Dconfdata.c824 int conf_write(const char *name) in conf_write() function
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dlkc_proto.h9 int conf_write(const char *name);
H A Dconf.c695 if (conf_get_changed() && conf_write(NULL)) { in main()
710 if (conf_write(NULL)) { in main()
H A Dmconf.c940 if (!conf_write(dialog_input_result)) { in conf_save()
974 if (conf_write(filename)) { in handle_exit()
H A Dnconf.c669 res = conf_write(filename); in do_exit()
1439 res = conf_write(dialog_input_result); in conf_save()
H A Dgconf.c526 if (conf_write(NULL)) in on_save_activate()
539 if (conf_write(fn)) in store_filename()
H A Dconfdata.c740 int conf_write(const char *name) in conf_write() function
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dlkc_proto.h8 int conf_write(const char *name);
H A Dconf.c693 if (conf_get_changed() && conf_write(NULL)) { in main()
708 if (conf_write(NULL)) { in main()
H A Dmconf.c940 if (!conf_write(dialog_input_result)) { in conf_save()
974 if (conf_write(filename)) { in handle_exit()
H A Dnconf.c669 res = conf_write(filename); in do_exit()
1439 res = conf_write(dialog_input_result); in conf_save()
H A Dgconf.c526 if (conf_write(NULL)) in on_save_activate()
539 if (conf_write(fn)) in store_filename()
H A Dconfdata.c739 int conf_write(const char *name) in conf_write() function
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D14-support-out-of-tree-config.patch42 @@ -748,6 +747,9 @@ int conf_write(const char *name)

12