Searched refs:flat (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu-backlight.c25 unsigned int i, flat, count, range = (max - min); local
29 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat)
30 bl_curve[flat] = min;
34 bl_curve[flat + i] = min + (range * (i + 1) / count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A DMakefile10 flat.o
H A Dflat.c2 * arch/blackfin/kernel/flat.c
23 #include <linux/flat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dflat.h7 * support uClinux flat-format executables.
14 #include <asm/flat.h>
93 # error "Unknown bitfield order for flat files."
H A Dinput.h55 __s32 flat; member in struct:input_absinfo
1179 static inline void input_set_abs_params(struct input_dev *dev, int axis, int min, int max, int fuzz, int flat) argument
1184 dev->absflat[axis] = flat;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbsysfs.c553 unsigned int i, flat, count, range = (max - min); local
559 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat)
560 fb_info->bl_curve[flat] = min;
564 fb_info->bl_curve[flat + i] = min + (range * (i + 1) / count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Devdev.c565 abs.flat = dev->absflat[t];
588 dev->absflat[t] = abs.flat;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_flat.c37 #include <linux/flat.h>
446 * flat binaries, we leave this printk to help them realise
459 printk("BINFMT_FLAT: bad flat file version 0x%x (supported 0x%x and 0x%x)\n", rev, FLAT_VERSION, OLD_FLAT_VERSION);
834 * These are the functions used to load flat style executables and shared
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm661 DB_RECNO allows both fixed-length and variable-length flat text files
1336 DB_RECNO provides an interface to flat text files. Both variable and

Completed in 64 milliseconds