Searched refs:configured (Results 1 - 25 of 114) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-tdm.h20 int configured; member in struct:bf5xx_tdm_port
H A Dbf5xx-i2s.c52 int configured; member in struct:bf5xx_i2s_port
161 if (!bf5xx_i2s.configured) {
170 bf5xx_i2s.configured = 1;
193 /* No active stream, SPORT is allowed to be configured again. */
195 bf5xx_i2s.configured = 0;
H A Dbf5xx-tdm.c139 if (!bf5xx_tdm.configured) {
162 bf5xx_tdm.configured = 1;
171 /* No active stream, SPORT is allowed to be configured again. */
173 bf5xx_tdm.configured = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsclp.h19 u8 configured[SCLP_CHP_INFO_MASK_SIZE]; member in struct:sclp_chp_info
38 unsigned int configured; member in struct:sclp_cpu_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dkgdboc.c26 /* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
27 static int configured = -1; variable
89 if (configured == 1)
141 configured = 1;
147 configured = 0;
155 /* Already configured? */
156 if (configured == 1)
188 if (configured < 0) {
205 if (configured == 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_frad.h154 int configured; member in struct:dlci_local
170 int configured; /* has this device been configured */ member in struct:frad_local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Ddebug-macro.S34 /* Use davinci_uart_phys/virt if already configured */
40 cmp \rx, #0 @ is port configured?
41 bne 99f @ already configured
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/include/mach/
H A Ddebug-macro.S33 /* Use omap_uart_phys/virt if already configured */
39 cmp \rx, #0 @ is port configured?
40 bne 99f @ already configured
50 10: cmp \rx, #0 @ no port configured?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c150 /* -1 = init not run yet, 0 = unconfigured, 1 = configured. */
151 static int configured = -1; variable
190 if (configured)
192 configured = 0;
986 configured = 0;
1023 configured = 0;
1026 configured = 1;
1033 configured = 0;
1040 /* Already configured? */
1041 if (configured
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfonts.c71 #error No fonts configured.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/
H A DMakefile83 rm -f $(BUILDDIR)/.configured $(BUILDDIR)/*.o $(BUILDDIR)/dnsmasq.a $(BUILDDIR)/dnsmasq
120 .configured: $(hdrs)
130 dnsmasq : .configured $(hdrs) $(objs)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Ddebug-macro.S36 /* Use omap_uart_phys/virt if already configured */
42 cmp \rx, #0 @ is port configured?
43 bne 99f @ already configured
53 cmp \rx, #0 @ no port configured?
H A Dentry-macro.S50 cmp \base, #0 @ already configured?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dset_env.bat69 if "%LIBC_BUILD%" == "Y" echo Enviroment configured for LibC build
72 if "%CLIB_BUILD%" == "Y" echo Enviroment configured for CLib build
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/examples/
H A Dlpostcmd.lua67 error("rsyncpostcmd neets 'host' configured", 4)
70 error("rsyncpostcmd needs 'targetdir' configured", 4)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcbsp.c55 * Flags indicating is the bus already activated and configured by
59 int configured; member in struct:omap_mcbsp_data
260 mcbsp_data->configured = 0;
415 if (mcbsp_data->configured) {
416 /* McBSP already configured by another stream */
487 mcbsp_data->configured = 1;
503 if (mcbsp_data->configured)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/Netware/
H A Dset_env.bat87 if "%LIBC_BUILD%" == "Y" echo Enviroment configured for LibC build
90 if "%CLIB_BUILD%" == "Y" echo Enviroment configured for CLib build
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_cmd.c209 info->configured = sccb->nr_configured;
718 u8 configured[SCLP_CHP_INFO_MASK_SIZE]; member in struct:chp_info_sccb
755 memcpy(info->configured, sccb->configured, SCLP_CHP_INFO_MASK_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/Netware/
H A Dset_env.bat87 if "%LIBC_BUILD%" == "Y" echo Enviroment configured for LibC build
90 if "%CLIB_BUILD%" == "Y" echo Enviroment configured for CLib build
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec26 addresses to appear in the DNS with names configured either in each host or
H A Ddnsmasq-suse.spec28 addresses to appear in the DNS with names configured either in each host or
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/
H A DMakefile.custom23 @echo setuid root to ensure all configured applets will
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dgoku_udc.h253 configured:1, member in struct:goku_udc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/romfs/
H A Dstorage.c18 #error no ROMFS backing store interface configured
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-rsyncssh.lua269 'default.rsyncssh needs "host" configured',
276 'default.rsyncssh needs "targetdir" configured',

Completed in 339 milliseconds

12345