Searched refs:conf_read (Results 1 - 13 of 13) sorted by relevance

/linux-master/scripts/kconfig/
H A Dlkc_proto.h9 int conf_read(const char *name);
H A Dconf.c767 if (conf_read(defconfig_file)) {
786 conf_read(NULL);
H A Dmconf.c744 if (!conf_read(dialog_input_result)) {
969 /* Silence conf_read() until the real callback is set up */
974 conf_read(NULL);
H A Dnconf.c1446 if (!conf_read(dialog_input_result)) {
1521 /* Silence conf_read() until the real callback is set up */
1526 conf_read(NULL);
H A Dgconf.c493 if (conf_read(fn))
1481 conf_read(NULL);
H A Dqconf.cc1549 if (conf_read(name))
1907 conf_read(NULL);
H A Dconfdata.c489 int conf_read(const char *name) function
/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c127 conf_read(unsigned long addr, unsigned char type1) function
135 DBGC(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
141 DBGC(("conf_read: APECS DCSR was 0x%x\n", stat0));
148 DBGC(("conf_read: TYPE1 access\n"));
181 DBGC(("conf_read: APECS DCSR after read 0x%x\n", stat0));
187 printk("apecs.c:conf_read: got stat0=%x\n", stat0);
289 *value = conf_read(addr, type1) >> (shift);
H A Dcore_lca.c130 conf_read(unsigned long addr) function
151 printk("lca.c:conf_read: got stat0=%lx\n", stat0);
215 *value = conf_read(addr) >> (shift);
H A Dcore_t2.c175 * NOTE: both conf_read() and conf_write() may set HAE_3 when needing
181 conf_read(unsigned long addr, unsigned char type1) function
188 DBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
298 *value = conf_read(addr, type1) >> (shift);
H A Dcore_mcpcia.c87 conf_read(unsigned long addr, unsigned char type1, function
98 DBG_CFG(("conf_read(addr=0x%lx, type1=%d, hose=%d)\n",
106 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0));
128 DBG_CFG(("conf_read(): finished\n"));
207 w = conf_read(addr, type1, hose);
H A Dcore_cia.c106 conf_read(unsigned long addr, unsigned char type1) function
112 DBGC(("conf_read(addr=0x%lx, type1=%d) ", addr, type1));
223 *value = conf_read(addr, type1) >> (shift);
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.c178 static ssize_t conf_read(struct file *file, char __user *user_buf, function
215 .read = conf_read,

Completed in 143 milliseconds