Searched refs:modes (Results 51 - 75 of 109) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c286 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
305 if (modes[type])
313 modes[type] = rw;
317 if (!modes[type])
323 if (modes[type] != rw)
330 modes[type] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmon.c688 /* estimate monitor limits based on modes supported */
690 struct fb_videomode *modes, *mode; local
694 modes = fb_create_modedb(edid, &num_modes);
695 if (!modes) {
702 mode = &modes[i];
703 pixclock = PICOS2KHZ(modes[i].pixclock) * 1000;
738 fb_destroy_modedb(modes);
1173 * VESA modes as well. The GTF may also not work for some displays,
H A Dcirrusfb.c654 static struct { int xres, yres; } modes[] = local
706 for (i = 0; modes[i].xres != -1; i++) {
707 if (modes[i].xres * nom / den * modes[i].yres < cinfo->size / 2)
710 if (modes[i].xres == -1) {
715 var->xres_virtual = modes[i].xres;
716 var->yres_virtual = modes[i].yres;
1685 * and powerdown modes on hardware that supports disabling hsync/vsync:
1870 vga_wcrt (cinfo->regbase, VGA_CRTC_MODE, 0xc3); /* mode control: timing enable, byte mode, no compat modes */
1872 /* ### add 0x40 for text modes wit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntpclient/
H A Dntpclient.c93 txc.modes=0;
109 txc.modes = ADJ_FREQUENCY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S29 # different CPU modes because there is no hardware differentiation between
30 # stack pointers for these three modes, and so we have to invent one when
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs.c320 DEBUGFS_ADD(modes);
385 DEBUGFS_DEL(modes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/ntpclient/
H A Dntpclient.c90 txc.modes=0;
106 txc.modes = ADJ_FREQUENCY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dmisc.c629 u32 modes; member in struct:sol_timex
657 t.modes = 0;
677 ret = get_user (t.modes, &txp->modes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dst.c132 /* Restrict the number of modes so that names for all are assigned */
134 #error "Maximum number of modes is 16"
940 STm = &(STp->modes[STp->current_mode]);
1211 struct st_modedef *STm = &(STp->modes[STp->current_mode]);
1360 if (! STp->modes[STp->current_mode].defined) {
1509 STm = &(STp->modes[STp->current_mode]);
1772 STm = &(STp->modes[STp->current_mode]);
1960 STm = &(STp->modes[STp->current_mode]);
2121 STm = &(STp->modes[STp->current_mode]);
2124 memcpy(STm, &(STp->modes[
[all...]
H A Dimm.c1147 int modes, ppb; local
1191 modes = dev->dev->port->modes;
1198 if (modes & PARPORT_MODE_TRISTATE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcompat.h49 compat_uint_t modes; member in struct:compat_timex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/modes/
H A DMakefile.in35 subdir = lib/modes
202 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/modes/Makefile'; \
204 $(AUTOMAKE) --foreign lib/modes/Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisenc.c31 all the modes a little less annoying. If we use a residue backend
154 #include "modes/setup_44.h"
155 #include "modes/setup_44u.h"
156 #include "modes/setup_32.h"
157 #include "modes/setup_8.h"
158 #include "modes/setup_11.h"
159 #include "modes/setup_16.h"
160 #include "modes/setup_22.h"
161 #include "modes/setup_X.h"
583 int i,j,is=s,modes local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_dec.c151 vorbis_mode *modes; member in struct:vorbis_context_s
184 av_freep(&vc->modes);
781 // Process modes part
826 vc->modes=av_mallocz(vc->mode_count * sizeof(vorbis_mode));
828 AV_DEBUG(" There are %d modes.\n", vc->mode_count);
831 vorbis_mode *mode_setup=&vc->modes[i];
880 av_log(vc->avccontext, AV_LOG_ERROR, " Vorbis setup header packet corrupt (modes). \n");
1039 uint_fast8_t blockflag=vc->modes[vc->mode_number].blockflag;
1505 mapping=&vc->mappings[vc->modes[mode_number].mapping];
1507 AV_DEBUG(" Mode number: %d , mapping: %d , blocktype %d \n", mode_number, vc->modes[mode_numbe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c325 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
344 if (modes[type])
352 modes[type] = rw;
356 if (!modes[type])
362 if (modes[type] != rw)
369 modes[type] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c325 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
344 if (modes[type])
352 modes[type] = rw;
356 if (!modes[type])
362 if (modes[type] != rw)
369 modes[type] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa7110.c145 static const unsigned char modes[9][8] = { local
175 const unsigned char *ptr = modes[chan];
H A Dw9966.c42 *Add support for the hardware compressed modes (maybe using v4l2)
294 if (port->modes & PARPORT_MODE_ECP)
296 else if (port->modes & PARPORT_MODE_EPP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dlubbock.c370 .modes = &sharp_lm8v31_mode,
H A Dpoodle.c314 .modes = &poodle_fb_mode,
H A Dspitz.c440 .modes = &spitz_pxafb_modes[0],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S110 * Aliases for standard modes
114 * Video modes numbered by menu position -- NOT RECOMMENDED because of lack
119 /* Standard BIOS video modes (BIOS number + 0x0100) */
122 /* VESA BIOS video modes (VESA number + 0x0200) */
125 /* Video7 special modes (BIOS number + 0x0900) */
136 # jz setbios Add bios modes later
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsint.S150 | rounding modes. L_SCR1 contains the rmode in the lower byte.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcompat.c914 __get_user(txc.modes, &utp->modes) ||
939 __put_user(txc.modes, &utp->modes) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c29 * doublescan modes are broken
885 } modes[] = { local
900 for (i = 0; modes[i].xres != -1; i++) {
901 if (modes[i].xres * nom / den * modes[i].yres <
905 if (modes[i].xres == -1) {
911 var->xres_virtual = modes[i].xres;
912 var->yres_virtual = modes[i].yres;
2236 MODULE_PARM_DESC(strictmode, "Only use video modes from EDID");

Completed in 588 milliseconds

12345