Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 45 of 45) sorted by relevance

/linux-4.4.14/drivers/macintosh/
Dvia-pmu-backlight.c25 int i, flat, count, range = (max - min); in pmu_backlight_init_curve() local
29 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat) in pmu_backlight_init_curve()
30 bl_curve[flat] = min; in pmu_backlight_init_curve()
34 bl_curve[flat + i] = min + (range * (i + 1) / count); in pmu_backlight_init_curve()
/linux-4.4.14/drivers/video/fbdev/core/
Dfbsysfs.c562 unsigned int i, flat, count, range = (max - min); in fb_bl_default_curve() local
568 for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat) in fb_bl_default_curve()
569 fb_info->bl_curve[flat] = min; in fb_bl_default_curve()
573 fb_info->bl_curve[flat + i] = min + (range * (i + 1) / count); in fb_bl_default_curve()
/linux-4.4.14/Documentation/fb/
Dtridentfb.txt40 fp - use flat panel related stuff
43 center - for flat panels and resolutions smaller than native size center the
59 nativex - the width in pixels of the flat panel.If you know it (usually 1024
Dmatroxfb.txt213 dfp - enables digital flat panel interface. This option is incompatible with
217 dfp:X - use settings X for digital flat panel interface. X is number from
/linux-4.4.14/include/linux/input/
Dgpio_tilt.h17 int flat; member
/linux-4.4.14/include/linux/
Dinput.h441 int min, int max, int fuzz, int flat);
462 INPUT_GENERATE_ABS_ACCESSORS(flat, flat)
/linux-4.4.14/include/uapi/linux/
Dvirtio_input.h46 __u32 flat; member
Dinput.h73 __s32 flat; member
DKbuild130 header-y += flat.h
/linux-4.4.14/drivers/base/regmap/
DMakefile5 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o regcache-flat.o
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dst-asc.txt11 - st,force-m1 bool flat to force asc to be in Mode-1 recommeded
/linux-4.4.14/drivers/misc/lis3lv02d/
Dlis3lv02d.c686 int max_val, fuzz, flat; in lis3lv02d_joystick_enable() local
715 flat = LIS3_DEFAULT_FLAT_12B; in lis3lv02d_joystick_enable()
718 flat = LIS3_DEFAULT_FLAT_8B; in lis3lv02d_joystick_enable()
721 flat = (flat * lis3->scale) / LIS3_ACCURACY; in lis3lv02d_joystick_enable()
723 input_set_abs_params(input_dev, ABS_X, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
724 input_set_abs_params(input_dev, ABS_Y, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
725 input_set_abs_params(input_dev, ABS_Z, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Dthine,thc63lvdm83d.txt5 transmission between a host and a flat panel.
/linux-4.4.14/arch/blackfin/kernel/
DMakefile9 sys_bfin.o traps.o irqchip.o dma-mapping.o flat.o \
/linux-4.4.14/arch/x86/boot/
Dpmjump.S52 # Set up data segments for flat 32-bit mode
/linux-4.4.14/drivers/input/joystick/
Dgf2k.c337 int flat = i < 2 ? 24 : 0; in gf2k_connect() local
340 32, max - 32, 8, flat); in gf2k_connect()
Dsidewinder.c763 int min, max, fuzz, flat; in sw_connect() local
769 flat = code == ABS_THROTTLE || bits < 5 ? in sw_connect()
773 min, max, fuzz, flat); in sw_connect()
/linux-4.4.14/Documentation/input/
Dgpio-tilt.txt76 .flat = 0,
Dinput-programming.txt214 max values), with noise in the data up to +- 4, and with a center flat
/linux-4.4.14/drivers/input/misc/
Dgpio_tilt_polled.c152 pdata->axes[i].fuzz, pdata->axes[i].flat); in gpio_tilt_polled_probe()
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt44 output image file can be either an elf file or a flat
59 a device tree blob. This image is a flat binary that
/linux-4.4.14/Documentation/
Dsysfs-rules.txt104 not contain any device directories themselves, but only flat lists of
129 contain only disks and not partition devices in the same flat list is
D00-INDEX87 - directory with info on controlling backlights in flat panel displays
/linux-4.4.14/drivers/virtio/
Dvirtio_input.c163 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.flat, &fl); in virtinput_cfg_abs()
/linux-4.4.14/arch/powerpc/boot/dts/
Dobs600.dts177 label = "flat device tree";
/linux-4.4.14/drivers/input/
Dinput.c493 int min, int max, int fuzz, int flat) in input_set_abs_params() argument
505 absinfo->flat = flat; in input_set_abs_params()
/linux-4.4.14/arch/arm/boot/dts/
Ddm816x.dtsi54 * XXX: Use a flat representation of the dm816x interconnect.
Domap3.dtsi75 * XXX: Use a flat representation of the OMAP3 interconnect.
Dam33xx.dtsi87 * XXX: Use a flat representation of the AM33XX interconnect.
Domap4.dtsi109 * XXX: Use a flat representation of the OMAP4 interconnect.
Domap5.dtsi124 * XXX: Use a flat representation of the OMAP3 interconnect.
Ddra7.dtsi88 * XXX: Use a flat representation of the SOC interconnect.
/linux-4.4.14/fs/
DKconfig.binfmt83 bool "Kernel support for flat binaries"
/linux-4.4.14/Documentation/filesystems/
Dexofs.txt9 OSD is a new T10 command set that views storage devices not as a large/flat
Dsysfs.txt277 bus/ contains flat directory layout of the various bus types in the
/linux-4.4.14/Documentation/x86/
Dboot.txt426 Assume that %cs %ds %ss %es are all set to flat segments with
1020 A 32-bit flat-mode routine *jumped* to immediately after the
1062 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
1100 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
/linux-4.4.14/drivers/video/backlight/
DKconfig22 in order to have a platform-specific way to control the flat panel
/linux-4.4.14/tools/perf/Documentation/
Dperf-report.txt180 - flat: single column, linear exposure of call chains.
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt193 flat when children should be allocated specific ratios of CPU cycles
403 For both flat and nested keyed files, only the values for a single key
Dcpusets.txt442 Cpusets are hierarchical and nest. Sched domains are flat; they don't
445 It is necessary for sched domains to be flat because load balancing
/linux-4.4.14/mm/
DKconfig39 majority of hardware has quite flat address spaces, and
/linux-4.4.14/Documentation/security/
DSmack.txt498 IPC objects, message queues, semaphore sets, and memory segments exist in flat
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc863 * Minimal support for SCSI flat space addressing/volume set
864 addressing. Use 16 bits of LUN address so that flat
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1213 implementations define as complete a flat-device-tree as possible to
/linux-4.4.14/arch/x86/
DKconfig1373 Enable NUMA emulation. A flat machine will be split