Searched refs:specs (Results 1 - 17 of 17) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex62 There is a hole in specs: some hop-by-hop options can be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S82 @@ read the row and check if it is null, almost null, or not, according to strongarm specs, it is not necessary to optimize ldr accesses (i.e. split 32bits in 2 16bits words), at least it gives more usable registers :)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dselftest.pl55 $cversion =~ s/Reading specs.*\n//;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dac-schemes.c74 scheme_get_opts (scheme_spec_t specs, void **opts) argument
79 switch (specs.scheme)
92 switch (specs.idx)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dselftest.pl55 $cversion =~ s/Reading specs.*\n//;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/
H A DMakefile26 CCSPECS := $(shell $(CC) -v 2>&1 | grep "^Reading specs from " | head -1 | cut -c20-)
27 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S10 # Do we need to deal with A20? It is okay: ACPI specs says A20 must be enabled
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S13 # Do we need to deal with A20? It is okay: ACPI specs says A20 must be enabled
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c863 struct fb_monspecs *specs = &info->monspecs; local
867 if (specs->misc & FB_MISC_1ST_DETAIL) {
870 for (i = 0; i < specs->modedb_len; i++) {
871 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) {
872 modedb = &specs->modedb[i];
878 modedb = &specs->modedb[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmon.c293 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) argument
295 specs->manufacturer[0] = ((block[0] & 0x7c) >> 2) + '@';
296 specs->manufacturer[1] = ((block[0] & 0x03) << 3) +
298 specs->manufacturer[2] = (block[1] & 0x1f) + '@';
299 specs->manufacturer[3] = 0;
300 specs->model = block[2] + (block[3] << 8);
301 specs->serial = block[4] + (block[5] << 8) +
303 specs->year = block[9] + 1990;
304 specs->week = block[8];
305 DPRINTK(" Manufacturer: %s\n", specs
311 get_dpms_capabilities(unsigned char flags, struct fb_monspecs *specs) argument
327 get_chroma(unsigned char *block, struct fb_monspecs *specs) argument
665 fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) argument
746 get_monspecs(unsigned char *edid, struct fb_monspecs *specs) argument
907 fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) argument
1278 fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) argument
[all...]
H A Dmodedb.c961 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, argument
989 if (specs->misc & FB_MISC_1ST_DETAIL) {
995 if (specs->max_x && specs->max_y) {
999 var.xres = (specs->max_x * 7200)/254;
1000 var.yres = (specs->max_y * 7200)/254;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_main.c1896 struct fb_monspecs *specs = &info->monspecs; local
1919 fb_edid_to_monspecs(par->edid, specs);
1921 if (specs->modedb == NULL)
1924 fb_videomode_to_modelist(specs->modedb, specs->modedb_len,
1926 if (specs->modedb != NULL) {
1946 fb_find_mode(&var, info, mode_option, specs->modedb,
1947 specs->modedb_len, (found) ? &mode : NULL,
1951 fb_destroy_modedb(specs->modedb);
1952 specs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c1094 struct fb_monspecs *specs = &info->monspecs; local
1122 if (specs->modedb != NULL) {
1125 mode = fb_find_best_display(specs, &info->modelist);
1133 fb_find_mode(&nvidiafb_default_var, info, buf, specs->modedb,
1134 specs->modedb_len, &modedb, bpp);
1139 specs->modedb, specs->modedb_len, &modedb, bpp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c1809 struct fb_monspecs *specs = &info->monspecs; local
1816 specs->modedb, specs->modedb_len,
1818 } else if (specs->modedb != NULL) {
1823 for (i = 0; i < specs->modedb_len; i++) {
1824 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) {
1825 modedb = specs->modedb[i];
1831 modedb = specs->modedb[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h401 /* Definitions below are used in the parsed monitor specs */
794 struct fb_monspecs monspecs; /* Current Monitor specs */
1000 struct fb_monspecs *specs);
1026 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,

Completed in 274 milliseconds