plateform
stringclasses
1 value
repo_name
stringclasses
2 values
name
stringlengths
1
78
ext
stringclasses
2 values
path
stringlengths
15
1.11k
size
int64
1
8.55M
source_encoding
stringclasses
11 values
md5
stringlengths
32
32
text
stringlengths
0
8.49M
google
android
panel-lgphilips-lb035q02
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/panel-lgphilips-lb035q02.c
9,492
utf_8
be100de0a7d1ed1e0a1aa6b0b35f7b61
/* * LG.Philips LB035Q02 LCD Panel driver * */ #include <linux/module.h> #include <linux/delay.h> #include <linux/spi/spi.h> #include <linux/mutex.h> #include <linux/gpio.h> #include <video/omapdss.h> #include <video/omap-panel-data.h> static struct omap_video_timings lb035q02_timings = { .x_res = 320, .y_res = 24...
google
android
encoder-opa362
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/encoder-opa362.c
6,413
utf_8
f836672d8ecf0bad25e5e41322a1d2ad
/* * OPA362 analog video amplifier with output/power control * */ #include <linux/gpio.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/of_gpio.h> #include <video/omapdss.h> struct panel_drv_data { struct omap_dss_device dssdev; struct omap_dss_device *in; st...
google
android
panel-nec-nl8048hl11
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/panel-nec-nl8048hl11.c
10,586
utf_8
704309e9becd6756074053ab476b450e
/* * NEC NL8048HL11 Panel driver * * (at your option) any later version. */ #include <linux/module.h> #include <linux/delay.h> #include <linux/spi/spi.h> #include <linux/fb.h> #include <linux/gpio.h> #include <linux/of_gpio.h> #include <video/omapdss.h> #include <video/omap-panel-data.h> struct panel_drv_data { st...
google
android
panel-sharp-ls037v7dw01
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/panel-sharp-ls037v7dw01.c
9,514
utf_8
d061b23cb3d57992a43d224e74e60c1c
/* * LCD panel driver for Sharp LS037V7DW01 * */ #include <linux/delay.h> #include <linux/gpio.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/regulator/consumer.h> #include <video/omapdss.h> #include <video/omap...
google
android
connector-dvi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/connector-dvi.c
8,418
utf_8
31f1afbd8b57373337a0309e74fdbbce
/* * Generic DVI Connector driver * */ #include <linux/i2c.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <drm/drm_edid.h> #include <video/omapdss.h> #include <video/omap-panel-data.h> static const struct omap_video_timings dvic_default_timings = { .x_res = 640, ....
google
android
panel-sony-acx565akm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/panel-sony-acx565akm.c
21,507
utf_8
6821d9bfebdfea34770b22fb9449c6ed
/* * Sony ACX565AKM LCD Panel driver * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/spi/spi.h> #include <linux/jiffies.h> #include <linux/sched.h> #include <linux/backlight.h> #include <linux/fb.h> #include <linux/gpio.h> #include ...
google
android
encoder-tpd12s015
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/encoder-tpd12s015.c
8,594
utf_8
df99413b2916c3457d678a4f48020eed
/* * TPD12S015 HDMI ESD protection & level shifter chip driver * */ #include <linux/completion.h> #include <linux/delay.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/gpio.h> #include <linux/platform_device.h> #include <linux/of_gpio.h> #include <video/omapdss.h> #include <video/omap-panel-data...
google
android
panel-dsi-cm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/panel-dsi-cm.c
29,321
utf_8
e7d9037cd030ffaeb91080a90a1a4345
/* * Generic DSI Command Mode panel driver * */ /* #define DEBUG */ #include <linux/backlight.h> #include <linux/delay.h> #include <linux/fb.h> #include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/jiffies.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/sched.h> #includ...
google
android
panel-tpo-td043mtea1
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/panel-tpo-td043mtea1.c
15,743
utf_8
837e96a97756c6a9f16c7a8dd9934c8c
/* * TPO TD043MTEA1 Panel driver * * (at your option) any later version. */ #include <linux/module.h> #include <linux/delay.h> #include <linux/spi/spi.h> #include <linux/regulator/consumer.h> #include <linux/gpio.h> #include <linux/err.h> #include <linux/slab.h> #include <linux/of_gpio.h> #include <video/omapdss.h>...
google
android
panel-dpi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/displays-new/panel-dpi.c
7,626
utf_8
6104f7931fb7306ad89c2358d4a3bac6
/* * Generic MIPI DPI Panel Driver * */ #include <linux/gpio.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/of_gpio.h> #include <video/omapdss.h> #include <video/omap-panel-data.h> #include <video/of_display_timing.h> struct panel_drv_dat...
google
android
omapfb-main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/omapfb/omapfb-main.c
60,291
utf_8
3abf0bc05458eec47e75954bd2999b69
/* * linux/drivers/video/omap2/omapfb-main.c * */ #include <linux/module.h> #include <linux/delay.h> #include <linux/slab.h> #include <linux/fb.h> #include <linux/dma-mapping.h> #include <linux/vmalloc.h> #include <linux/device.h> #include <linux/platform_device.h> #include <linux/omapfb.h> #include <video/omapdss.h...
google
android
omapfb-sysfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
12,283
utf_8
cf4a4e546fa524fa0e4c6a557d1e204b
/* * linux/drivers/video/omap2/omapfb-sysfs.c * */ #include <linux/fb.h> #include <linux/sysfs.h> #include <linux/device.h> #include <linux/uaccess.h> #include <linux/platform_device.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/omapfb.h> #include <video/omapdss.h> #include <video/omapvrfb.h> #i...
google
android
omapfb-ioctl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
19,293
utf_8
917906f32626d175adbce2388c538dcb
/* * linux/drivers/video/omap2/omapfb-ioctl.c * */ #include <linux/fb.h> #include <linux/device.h> #include <linux/uaccess.h> #include <linux/platform_device.h> #include <linux/mm.h> #include <linux/omapfb.h> #include <linux/vmalloc.h> #include <linux/export.h> #include <linux/sizes.h> #include <video/omapdss.h> #in...
google
android
video_cs5530
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/video_cs5530.c
5,791
utf_8
790436fe9addb0164619dae03945bd5e
/* * drivers/video/geode/video_cs5530.c * -- CS5530 video device * * (at your option) any later version. */ #include <linux/fb.h> #include <linux/delay.h> #include <asm/io.h> #include <asm/delay.h> #include "geodefb.h" #include "video_cs5530.h" /* * CS5530 PLL table. This maps pixclocks to the appropriate PLL r...
google
android
video_gx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/video_gx.c
10,122
utf_8
b0a0865fd2810cfb017971c501c14ec4
/* * Geode GX video processor device. * * option) any later version. */ #include <linux/fb.h> #include <linux/delay.h> #include <asm/io.h> #include <asm/delay.h> #include <asm/msr.h> #include <linux/cs5535.h> #include "gxfb.h" /* * Tables of register settings for various DOTCLKs. */ struct gx_pll_entry { long ...
google
android
suspend_gx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/suspend_gx.c
6,242
utf_8
0fb7f74e57097cf0c9b7b81a212065d1
/* * option) any later version. */ #include <linux/fb.h> #include <asm/io.h> #include <asm/msr.h> #include <linux/cs5535.h> #include <asm/delay.h> #include "gxfb.h" #ifdef CONFIG_PM static void gx_save_regs(struct gxfb_par *par) { int i; /* wait for the BLT engine to stop being busy */ do { i = read_gp(par, GP...
google
android
gxfb_core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/gxfb_core.c
13,872
utf_8
bbbc7daaefa5952b295ef6eaeea5edc8
/* * Geode GX framebuffer driver. * * option) any later version. * * * This driver assumes that the BIOS has created a virtual PCI device header * for the video device. The PCI header is assumed to contain the following * BARs: * * BAR0 - framebuffer memory * BAR1 - graphics processor registers * ...
google
android
gx1fb_core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/gx1fb_core.c
12,418
utf_8
564bfa0f495a73a89a4e650fb92bce0a
/* * drivers/video/geode/gx1fb_core.c * -- Geode GX1 framebuffer driver * * (at your option) any later version. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/mm.h> #include <linux/delay.h> #include <linux/fb.h> #include <linux/init.h> #i...
google
android
lxfb_core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/lxfb_core.c
17,551
utf_8
2dd3e58cc20b9fe3624f0395e6d80bab
/* * Geode LX framebuffer driver. * * option) any later version. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/console.h> #include <linux/mm.h> #include <linux/suspend.h> #include <linux/delay.h> #include <linux/fb.h> #include <linux/init.h...
google
android
display_gx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/display_gx.c
4,949
utf_8
4f3583a0ab2a04d1bad347ed84d58ef0
/* * Geode GX display controller. * * option) any later version. */ #include <linux/spinlock.h> #include <linux/fb.h> #include <linux/delay.h> #include <asm/io.h> #include <asm/div64.h> #include <asm/delay.h> #include <linux/cs5535.h> #include "gxfb.h" unsigned int gx_frame_buffer_size(void) { unsigned int val; ...
google
android
lxfb_ops
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/lxfb_ops.c
20,993
utf_8
47088155e212c0c263460b072377f156
/* Geode LX framebuffer driver * * option) any later version. */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/fb.h> #include <linux/uaccess.h> #include <linux/delay.h> #include <linux/cs5535.h> #include "lxfb.h" /* TODO * Support panel scaling * Add acceleration * Add support for interlacing...
google
android
display_gx1
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/geode/display_gx1.c
6,318
utf_8
544d1cb48a4c1c77bbb7020209c27a4e
/* * drivers/video/geode/display_gx1.c * -- Geode GX1 display controller * * (at your option) any later version. */ #include <linux/spinlock.h> #include <linux/fb.h> #include <linux/delay.h> #include <asm/io.h> #include <asm/div64.h> #include <asm/delay.h> #include "geodefb.h" #include "display_gx1.h" static DEF...
google
android
fb_ddc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fb_ddc.c
2,824
utf_8
8785e62275997c3f8de40ef89b65f773
/* * drivers/video/fb_ddc.c - DDC/EDID read support. * * for more details. */ #include <linux/delay.h> #include <linux/device.h> #include <linux/module.h> #include <linux/fb.h> #include <linux/i2c-algo-bit.h> #include <linux/slab.h> #include "../edid.h" #define DDC_ADDR 0x50 static unsigned char *fb_do_probe_ddc_ed...
google
android
fbsysfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fbsysfs.c
14,419
utf_8
b091920501fe1c9a5b04929a0f7cc1e9
/* * fbsysfs.c - framebuffer device class and attributes * */ /* * Note: currently there's only stubs for framebuffer_alloc and * framebuffer_release here. The reson for that is that until all drivers * are converted to use it a sysfsification will open OOPSable races. */ #include <linux/kernel.h> #include <li...
google
android
fb_cmdline
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fb_cmdline.c
2,458
utf_8
90b8d52a5a41daedd8b1f1a114468fa7
/* * linux/drivers/video/fb_cmdline.c * */ #include <linux/init.h> #include <linux/fb.h> static char *video_options[FB_MAX] __read_mostly; static int ofonly __read_mostly; const char *fb_mode_option; * * NOTE: Needed to maintain backwards compatibility */ int fb_get_options(const char *name, char **option) { ch...
google
android
fb_notify
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fb_notify.c
1,238
utf_8
37c679b743404895be2c08c1f4776767
/* * linux/drivers/video/fb_notify.c * * for more details. */ #include <linux/fb.h> #include <linux/notifier.h> #include <linux/export.h> static BLOCKING_NOTIFIER_HEAD(fb_notifier_list); /** * fb_register_client - register a client notifier */ int fb_unregister_client(struct notifier_block *nb) { return blockin...
google
android
fbmon
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fbmon.c
41,290
utf_8
0c27295fe54996251aa28db2cf69a18f
/* * linux/drivers/video/fbmon.c * * * Generalized Timing Formula is derived from: * * GTF Spreadsheet by Andy Morrish (1/5/97) * available at http://www.vesa.org * * This file is subject to the terms and conditions of the GNU General Public * for more details. * */ #include <linux/fb.h> #include ...
google
android
fbcvt
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fbcvt.c
9,507
utf_8
4ca6d44fdfb699e026b16ac2d9fd5023
/* * linux/drivers/video/fbcvt.c - VESA(TM) Coordinated Video Timings * * for more details. * */ #include <linux/fb.h> #include <linux/slab.h> #define FB_CVT_CELLSIZE 8 #define FB_CVT_GTF_C 40 #define FB_CVT_GTF_J 20 #define FB_CVT_GTF_K 128 #define FB_C...
google
android
cfbimgblt
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/cfbimgblt.c
8,395
utf_8
a9233f65b779d4c7a844bff804b0bd39
/* * Generic BitBLT function for frame buffer with packed pixels of any depth. * * more details. * * NOTES: * * This function copys a image from system memory to video memory. The * image can be a bitmap where each 0 represents the background color and * each 1 represents the foreground color. Great for...
google
android
fbmem
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fbmem.c
44,952
utf_8
2215223db1904a386c7040652a2ff9b3
/* * linux/drivers/video/fbmem.c * * for more details. */ #include <linux/module.h> #include <linux/compat.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/major.h> #include <linux/slab.h> #include <linux/mm.h> #include <linux/mman.h> #include <linux/vt.h> #include <li...
google
android
syscopyarea
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/syscopyarea.c
8,730
utf_8
0729d0002ed05dfa99e92cf70dac2626
/* * Generic Bit Block Transfer for frame buffers located in system RAM with * packed pixels of any depth. * * Based almost entirely from cfbcopyarea.c (which is based almost entirely * on Geert Uytterhoeven's copyarea routine) * * more details. * */ #include <linux/module.h> #include <linux/kernel.h> #in...
google
android
svgalib
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/svgalib.c
20,362
utf_8
0ac0bdb297cd5854b0e71e8042d3dcbd
/* * Common utility functions for VGA-based graphics cards. * * more details. * * Some parts are based on David Boucher's viafb (http://davesdomain.org.uk/viafb/) */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/fb.h> #include <linux/svga.h> #include <asm/types.h> #...
google
android
sysfillrect
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/sysfillrect.c
7,646
utf_8
6f9b565bf5a7dbb7db07ee4b3b022af1
/* * Generic fillrect for frame buffers in system RAM with packed pixels of * any depth. * * Based almost entirely from cfbfillrect.c (which is based almost entirely * on Geert Uytterhoeven's fillrect routine) * * more details. */ #include <linux/module.h> #include <linux/string.h> #include <linux/fb.h> #i...
google
android
modedb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/modedb.c
37,956
utf_8
c89d9ad56a6b14d39c29e1ee6883db1d
/* * linux/drivers/video/modedb.c -- Standard video mode database management * * more details. */ #include <linux/module.h> #include <linux/slab.h> #include <linux/fb.h> #include <linux/kernel.h> #undef DEBUG #define name_matches(v, s, l) \ ((v).name && !strncmp((s), (v).name, (l)) && strlen((v).name) == (l))...
google
android
cfbcopyarea
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/cfbcopyarea.c
11,546
utf_8
af719d8d275e58a5e8b26c78ea0a4a14
/* * Generic function for frame buffer with packed pixels of any depth. * * more details. * * NOTES: * * This is for cfb packed pixels. Iplan and such are incorporated in the * drivers that need them. * * FIXME * * Also need to add code to deal with cards endians that are different than * the native...
google
android
fb_sys_fops
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fb_sys_fops.c
2,075
utf_8
9b027753c7928fdc38607da9cc1ab728
/* * linux/drivers/video/fb_sys_read.c - Generic file operations where * framebuffer is in system RAM * * for more details. * */ #include <linux/fb.h> #include <linux/module.h> #include <linux/uaccess.h> ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count, loff_t *ppos) { unsigned long...
google
android
fbcmap
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fbcmap.c
8,535
utf_8
a9d4c360675f2e2527ed6207d473d286
/* * linux/drivers/video/fbcmap.c -- Colormap handling for frame buffer devices * * Created 15 Jun 1997 by Geert Uytterhoeven * * 2001 - Documented with DocBook * more details. */ #include <linux/string.h> #include <linux/module.h> #include <linux/fb.h> #include <linux/slab.h> #include <linux/uaccess.h> static...
google
android
fb_defio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/fb_defio.c
6,484
utf_8
ed924d0242e261da617e5b27341111f1
/* * linux/drivers/video/fb_defio.c * * for more details. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/mm.h> #include <linux/vmalloc.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/fb.h> #include <linux/list.h> /*...
google
android
cfbfillrect
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/cfbfillrect.c
8,940
utf_8
f8b2a654523877f40a01bb283167b510
/* * Generic fillrect for frame buffers with packed pixels of any depth. * * more details. * * NOTES: * * Also need to add code to deal with cards endians that are different than * the native cpu endians. I also need to deal with MSB position in the word. * */ #include <linux/module.h> #include <linux/str...
google
android
sysimgblt
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/core/sysimgblt.c
6,936
utf_8
6b04c2101dc777ebd376c7665a2b88b0
/* * Generic 1-bit or 8-bit source to 1-32 bit destination expansion * for frame buffer located in system RAM with packed pixels of any depth. * * Based almost entirely on cfbimgblt.c * * more details. */ #include <linux/module.h> #include <linux/string.h> #include <linux/fb.h> #include <asm/types.h> #define...
google
android
init301
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sis/init301.c
342,437
utf_8
f6141b482db3e1528eb3a8c044fd24ce
/* $XFree86$ */ /* $XdotOrg$ */ /* * Mode initializing code (CRT2 section) * for SiS 300/305/540/630/730, * SiS 315/550/[M]650/651/[M]661[FGM]X/[M]74x[GX]/330/[M]76x[GX], * XGI V3XT/V5/V8, Z7 * (Universal module for Linux kernel framebuffer and X.org/XFree86 4.x) * * * documentation and/or other mater...
google
android
sis_accel
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sis/sis_accel.c
12,136
utf_8
705d5b0e3d25c0e4fd18a898104d33dd
/* * SiS 300/540/630[S]/730[S], * SiS 315[E|PRO]/550/[M]650/651/[M]661[F|M]X/740/[M]741[GX]/330/[M]760[GX], * XGI V3XT/V5/V8, Z7 * frame buffer driver for Linux kernels >= 2.4.14 and >=2.6.3 * * 2D acceleration part * * (see http://www.winischhofer.net/ * for more information and updates) */ #include <lin...
google
android
init
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sis/init.c
108,140
utf_8
650be929256fa6952b02b24a33664651
/* $XFree86$ */ /* $XdotOrg$ */ /* * Mode initializing code (CRT1 section) for * for SiS 300/305/540/630/730, * SiS 315/550/[M]650/651/[M]661[FGM]X/[M]74x[GX]/330/[M]76x[GX], * XGI Volari V3XT/V5/V8, Z7 * (Universal module for Linux kernel framebuffer and X.org/XFree86 4.x) * * * documentation and/or ...
google
android
initextlfb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sis/initextlfb.c
7,140
utf_8
e76b807114712a3bab8547a088ef38d6
/* * SiS 300/540/630[S]/730[S] * SiS 315[E|PRO]/550/[M]65x/[M]66x[F|M|G]X/[M]74x[GX]/330/[M]76x[GX] * XGI V3XT/V5/V8, Z7 * frame buffer driver for Linux kernels >= 2.4.14 and >=2.6.3 * * Linux kernel specific extensions to init.c/init301.c * */ #include "initdef.h" #include "vgatypes.h" #include "vstruct.h" #in...
google
android
sis_main
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sis/sis_main.c
187,423
utf_8
4de9cb9c73228a454c863ae1c23f3a4d
/* * SiS 300/540/630[S]/730[S], * SiS 315[E|PRO]/550/[M]65x/[M]66x[F|M|G]X/[M]74x[GX]/330/[M]76x[GX], * XGI V3XT/V5/V8, Z7 * frame buffer driver for Linux kernels >= 2.4.14 and >=2.6.3 * * * See http://www.winischhofer.net/ for more information and updates * * Originally based on the VBE 2.0 compliant graphic ...
google
android
s6e8ax0
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/exynos/s6e8ax0.c
24,100
utf_8
29144b97a7d5ce589db91436c4af15d7
/* linux/drivers/video/exynos/s6e8ax0.c * * MIPI-DSI based s6e8ax0 AMOLED lcd 4.65 inch panel driver. * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/mutex.h> #include <linux/wait.h> #include <linux/ctype.h> #include <linux/io.h> #include <linux/delay.h> #include <li...
google
android
exynos_mipi_dsi_lowlevel
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/exynos/exynos_mipi_dsi_lowlevel.c
15,880
utf_8
65375ad0019d6850dd2efe2bcde53103
/* linux/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c * * Samsung SoC MIPI-DSI lowlevel driver. * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/mutex.h> #include <linux/wait.h> #include <linux/delay.h> #include <linux/fs.h> #include <linux/mm.h> #include <linux/ct...
google
android
exynos_mipi_dsi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/exynos/exynos_mipi_dsi.c
13,399
utf_8
ad32e3b369565720a95056aadf856d41
/* linux/drivers/video/exynos/exynos_mipi_dsi.c * * Samsung SoC MIPI-DSIM driver. * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/clk.h> #include <linux/mutex.h> #include <linux/wait.h> #include <linux/fs.h> #include <linux/mm.h> #include <linux/fb.h> #include <linux...
google
android
exynos_mipi_dsi_common
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/exynos/exynos_mipi_dsi_common.c
22,845
utf_8
dd66d7c1787e13057afe1c9e57ef08ae
/* linux/drivers/video/exynos/exynos_mipi_dsi_common.c * * Samsung SoC MIPI-DSI common driver. * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/mutex.h> #include <linux/wait.h> #include <linux/fs.h> #include <linux/mm.h> #include <linux/fb.h> #include <linux/ctype.h> ...
google
android
mbxfb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mbx/mbxfb.c
25,871
utf_8
ea22fa741a8a3fd829c98c33541cc1b4
/* * linux/drivers/video/mbx/mbxfb.c * * more details. * * Intel 2700G (Marathon) Graphics Accelerator Frame Buffer Driver * */ #include <linux/delay.h> #include <linux/fb.h> #include <linux/init.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/uaccess.h> #include <linux/io.h> #...
google
android
mbxdebugfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mbx/mbxdebugfs.c
8,374
utf_8
2ea401ff11dd4ff553fe2e720174669b
#include <linux/debugfs.h> #include <linux/slab.h> #define BIG_BUFFER_SIZE (1024) static char big_buffer[BIG_BUFFER_SIZE]; struct mbxfb_debugfs_data { struct dentry *dir; struct dentry *sysconf; struct dentry *clock; struct dentry *display; struct dentry *gsctl; struct dentry *sdram; struct dentry *misc; }; stat...
google
android
core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mmp/core.c
6,407
utf_8
d06f8b73c9fface1dd191c8fb8924e6b
/* * linux/drivers/video/mmp/common.c * This driver is a common framework for Marvell Display Controller * * */ #include <linux/slab.h> #include <linux/dma-mapping.h> #include <linux/export.h> #include <video/mmp_disp.h> static struct mmp_overlay *path_get_overlay(struct mmp_path *path, int overlay_id) { if (pa...
google
android
mmp_spi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mmp/hw/mmp_spi.c
4,684
utf_8
e7af50dd3d421f0bb941409332986d1c
/* * linux/drivers/video/mmp/hw/mmp_spi.c * using the spi in LCD controler for commands send * * */ #include <linux/errno.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/io.h> #include <linux/spi/spi.h> #include "mmp_ctrl.h" /** * spi_write - write command to the SPI port * * Wait bus transfe...
google
android
mmp_ctrl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mmp/hw/mmp_ctrl.c
15,677
utf_8
d7313f5125e71256cd8d755a8464b891
/* * linux/drivers/video/mmp/hw/mmp_ctrl.c * Marvell MMP series Display Controller support * * */ #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/interrupt.h> #include <linux/slab.h> #include <linux/delay.h> #incl...
google
android
mmpfb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mmp/fb/mmpfb.c
19,108
utf_8
de1a2cfbc8926615d6d60f5798866f05
/* * linux/drivers/video/mmp/fb/mmpfb.c * Framebuffer driver for Marvell Display controller. * * */ #include <linux/module.h> #include <linux/dma-mapping.h> #include <linux/platform_device.h> #include "mmpfb.h" static int var_to_pixfmt(struct fb_var_screeninfo *var) { /* * Pseudocolor mode? */ if (var->bits_...
google
android
tpo_tj032md01bw
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c
3,889
utf_8
1f80d1bcdf66bcd14fad3a7e544e3690
/* * linux/drivers/video/mmp/panel/tpo_tj032md01bw.c * active panel using spi interface to do init * * */ #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/delay.h> #include <linux/platform_device.h> #include <linux...
google
android
nv_i2c
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/nvidia/nv_i2c.c
3,758
utf_8
1380b27d932310c33c9b569f3e511192
/* * linux/drivers/video/nvidia/nvidia-i2c.c - nVidia i2c * * for more details. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/gfp.h> #include <linux/pci.h> #include <linux/fb.h> #include <asm/io.h> #include "nv_type.h" #include "nv_local.h" #include "nv_proto.h" #in...
google
android
nv_backlight
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/nvidia/nv_backlight.c
3,482
utf_8
e162271f537afa871ef700eddd707faa
/* * Backlight code for nVidia based graphic cards * */ #include <linux/backlight.h> #include <linux/fb.h> #include <linux/pci.h> #ifdef CONFIG_PMAC_BACKLIGHT #include <asm/backlight.h> #endif #include "nv_local.h" #include "nv_type.h" #include "nv_proto.h" /* We do not have any information about which values are al...
google
android
nv_setup
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/nvidia/nv_setup.c
18,970
utf_8
072e9d914908a5636b1dd8e91ee95fa0
/***************************************************************************\ |* *| |* *| |* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *| |...
google
android
nv_hw
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/nvidia/nv_hw.c
51,719
utf_8
d375e566390bc84b6c1b2c33b73e668c
/***************************************************************************\ |* *| |* *| |* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *| |...
google
android
nv_of
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/nvidia/nv_of.c
1,818
utf_8
97e21bdf53cffcd124a1ba9ed246f486
/* * linux/drivers/video/nvidia/nv_of.c * * for more details. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/gfp.h> #include <linux/pci.h> #include <linux/fb.h> #include <asm/io.h> #include "nv_type.h" #include "nv_local.h" #include "nv_proto.h" #include "../edid.h" ...
google
android
nvidia
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/nvidia/nvidia.c
39,136
utf_8
c54b57582666c4cea9532414231cc0fe
/* * linux/drivers/video/nvidia/nvidia.c - nVidia fb driver * * for more details. * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/mm.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/fb.h> #include <linux/init.h> #include...
google
android
nv_accel
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/nvidia/nv_accel.c
12,525
utf_8
2b5715fd9740081079b8556f06bb9f73
/***************************************************************************\ |* *| |* *| |* NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY *| |...
google
android
mb862xx-i2c
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mb862xx/mb862xx-i2c.c
3,816
utf_8
12a499943c79008ce315afa727802ce1
/* * Coral-P(A)/Lime I2C adapter driver * * */ #include <linux/fb.h> #include <linux/i2c.h> #include <linux/io.h> #include <linux/delay.h> #include <linux/export.h> #include "mb862xxfb.h" #include "mb862xx_reg.h" static int mb862xx_i2c_wait_event(struct i2c_adapter *adap) { struct mb862xxfb_par *par = adap->algo_d...
google
android
mb862xxfb_accel
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mb862xx/mb862xxfb_accel.c
8,449
utf_8
ac34641332cae69ed489295ab0e98b95
/* * drivers/mb862xx/mb862xxfb_accel.c * * Fujitsu Carmine/Coral-P(A)/Lime framebuffer driver acceleration support * * */ #include <linux/fb.h> #include <linux/delay.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/slab.h> #if defined(CONFIG_...
google
android
mb862xxfbdrv
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mb862xx/mb862xxfbdrv.c
30,736
utf_8
a045bd8b895fe9e78ad5b53cc1fbb6fc
/* * drivers/mb862xx/mb862xxfb.c * * Fujitsu Carmine/Coral-P(A)/Lime framebuffer driver * * */ #undef DEBUG #include <linux/fb.h> #include <linux/delay.h> #include <linux/uaccess.h> #include <linux/module.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/pci.h> #if defined(CONFIG_OF) #includ...
google
android
via_aux
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux.c
2,008
utf_8
8691a7e4b28a9e9c21f79da6bf944df5
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * infrastructure for devices connected via I2C */ #include <linux/slab.h> #include "via_aux.h" struct via_aux_bus *via_aux_probe(struct i2c_adapter *adap) { struct via_aux_bus *bus; if (!adap) return NULL; bus = kmalloc(si...
google
android
viafbdev
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/viafbdev.c
60,811
utf_8
ec2e35f9e2853fb8286152bcffb4ae66
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/module.h> #include <linux/seq_file.h> #include <linux/slab.h> #include <linux/stat.h> #include <linux/via-core.h> #include <linux/via_i2c.h> #include <asm/olpc.h> #define _MASTER_FILE #include "global.h" static char ...
google
android
via_aux_vt1622
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_vt1622.c
1,358
utf_8
14c2afbe019034227331391d7956e48a
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for VIA VT1622(M) Digital TV Encoder */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "VT1622(M) Digital TV Encoder"; static void probe(struct via_aux_bus *bus, u8 addr) { struct via_aux_drv d...
google
android
via_aux_ch7301
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_ch7301.c
1,350
utf_8
534665f649ec0572e0d83c2e9b9a32de
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for Chrontel CH7301 DVI Transmitter */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "CH7301 DVI Transmitter"; static void probe(struct via_aux_bus *bus, u8 addr) { struct via_aux_drv drv = { ...
google
android
via_aux_vt1632
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_vt1632.c
1,481
utf_8
0107be97215048549aa2fefbcf18fa45
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for VIA VT1632 DVI Transmitter */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "VT1632 DVI Transmitter"; static void probe(struct via_aux_bus *bus, u8 addr) { struct via_aux_drv drv = { .bu...
google
android
via_i2c
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_i2c.c
7,263
utf_8
899296a5ae8b5576b495de021dea6bf0
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/spinlock.h> #include <linux/module.h> #include <linux/via-core.h> #include <linux/via_i2c.h> /* * There can only be one set of these, so there's no point i...
google
android
via_modesetting
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_modesetting.c
7,851
utf_8
f55c60c63432c9d335ab59f89573d5c6
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * basic modesetting functions */ #include <linux/kernel.h> #include <linux/via-core.h> #include "via_modesetting.h" #include "share.h" #include "debug.h" void via_set_primary_timing(const struct via_display_timing *timing) { s...
google
android
accel
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/accel.c
14,757
utf_8
13fe42a675a848693f36211d500b136d
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/via-core.h> #include "global.h" /* * Figure out an appropriate bytes-per-pixel setting. */ static int viafb_set_bpp(void __iomem *engine, u8 bpp) { u32 gemode; /* Preserve the reserved bits */ /* Lowest 2 bits t...
google
android
via_aux_vt1631
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_vt1631.c
1,347
utf_8
f019ad773a26fbce4d36a59a71e99b13
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for VIA VT1631 LVDS Transmitter */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "VT1631 LVDS Transmitter"; void via_aux_vt1631_probe(struct via_aux_bus *bus) { struct via_aux_drv drv = { .b...
google
android
via_aux_vt1621
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_vt1621.c
1,224
utf_8
babd5165d57c66180fe934bfae6a5929
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for VIA VT1621(M) TV Encoder */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "VT1621(M) TV Encoder"; void via_aux_vt1621_probe(struct via_aux_bus *bus) { struct via_aux_drv drv = { .bus = b...
google
android
lcd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/lcd.c
31,735
utf_8
3a9a52477608752ddf4ec77ff32002ca
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/via-core.h> #include <linux/via_i2c.h> #include "global.h" #define viafb_compact_res(x, y) (((x)<<16)|(y)) static const int PowerSequenceOn[3][3] = { {0x10, 0x08, 0x06}, {0x10, 0x08, 0x06}, {0x19, 0x1FE, 0x01} }; st...
google
android
via_aux_vt1636
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_vt1636.c
1,347
utf_8
41960a080b2d89d87434049ee184070c
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for VIA VT1636 LVDS Transmitter */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "VT1636 LVDS Transmitter"; void via_aux_vt1636_probe(struct via_aux_bus *bus) { struct via_aux_drv drv = { .b...
google
android
ioctl
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/ioctl.c
2,851
utf_8
3d1ae6a1bd7d7f5e650cd94a29617efa
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "global.h" int viafb_ioctl_get_viafb_info(u_long arg) { struct viafb_ioctl_info viainfo; memset(&viainfo, 0, sizeof(struct viafb_ioctl_info)); viainfo.viafb_id = VIAID; viainfo.vendor_id = PCI_VIA_VENDOR_ID; switch (vi...
google
android
via-core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via-core.c
20,813
utf_8
e570808c5c095699ca4aacf0d134bb53
/* */ /* * Core code for the Via multifunction framebuffer device. */ #include <linux/via-core.h> #include <linux/via_i2c.h> #include <linux/via-gpio.h> #include "global.h" #include <linux/module.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/list.h> #include <linux/pm.h> #include...
google
android
via_aux_edid
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_edid.c
2,399
utf_8
7f03bedfd8d512834486c7d1b1511705
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * generic EDID driver */ #include <linux/slab.h> #include <linux/fb.h> #include "via_aux.h" #include "../edid.h" static const char *name = "EDID"; static void query_edid(struct via_aux_drv *drv) { struct fb_monspecs *spec = dr...
google
android
via_aux_vt1625
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_vt1625.c
1,345
utf_8
7d1278fed8b20804ffd22b387f429378
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for VIA VT1625(M) HDTV Encoder */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "VT1625(M) HDTV Encoder"; static void probe(struct via_aux_bus *bus, u8 addr) { struct via_aux_drv drv = { .bu...
google
android
via_utility
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_utility.c
6,019
utf_8
c06494a8c21c21d088b4735487533a17
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/via-core.h> #include "global.h" void viafb_get_device_support_state(u32 *support_state) { *support_state = CRT_Device; if (viaparinfo->chip_info->tmds_chip_info.tmds_chip_name == VT1632_TMDS) *support_state |= DV...
google
android
tblDPASetting
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/tblDPASetting.c
4,018
utf_8
d393d82c02358c897c933942bcb19c6e
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "global.h" struct GFX_DPA_SETTING GFX_DPA_SETTING_TBL_VT3324[] = { /* ClkRange, DVP0, DVP0DataDriving, DVP0ClockDriving, DVP1, DVP1Driving, DFPHigh, DFPLow */ /* CR96, SR2A[5], SR1B[1], SR2A[4], SR1E[2], CR9B, ...
google
android
hw
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/hw.c
60,031
utf_8
252ad76e48e67b79b037a0e09bdc80b1
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/via-core.h> #include <asm/olpc.h> #include "global.h" #include "via_clock.h" static struct pll_limit cle266_pll_limits[] = { {19, 19, 4, 0}, {26, 102, 5, 0}, {53, 112, 6, 0}, {41, 100, 7, 0}, {83, 108, 8, 0}, {...
google
android
viamode
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/viamode.c
17,425
utf_8
fabd772f75e07c46905b6c7c1b8bdcd0
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/via-core.h> #include "global.h" struct io_reg CN400_ModeXregs[] = { {VIASR, SR10, 0xFF, 0x01}, {VIASR, SR15, 0x02, 0x02}, {VIASR, SR16, 0xBF, 0x08}, {VIASR, SR17, 0xFF, 0x1F}, {VIASR, SR18, 0xFF, 0x4E}, {VIASR, SR1A,...
google
android
via-gpio
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via-gpio.c
7,390
utf_8
21580d15d8c8758b158badd87406312a
/* * Support for viafb GPIO ports. * */ #include <linux/spinlock.h> #include <linux/gpio.h> #include <linux/platform_device.h> #include <linux/via-core.h> #include <linux/via-gpio.h> #include <linux/export.h> /* * The ports we know about. Note that the port-25 gpios are not * mentioned in the datasheet. */ struc...
google
android
dvi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/dvi.c
13,292
utf_8
cb939a673152f6001b3efadc9c7cb7a9
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/via-core.h> #include <linux/via_i2c.h> #include "global.h" static void tmds_register_write(int index, u8 data); static int tmds_register_read(int index); static int tmds_register_read_bytes(int index, u8 *buff, int b...
google
android
vt1636
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/vt1636.c
7,612
utf_8
86adffab7b4a179d368c4cce8b1949f7
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <linux/via-core.h> #include <linux/via_i2c.h> #include "global.h" static const struct IODATA common_init_data[] = { /* Index, Mask, Value */ /* Set panel power sequence timing */ {0x10, 0xC0, 0x00}, /* T1: VDD on - Data...
google
android
global
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/global.c
1,741
utf_8
5ce9a7794bbe5dedad025a113bb3807f
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "global.h" int viafb_platform_epia_dvi = STATE_OFF; int viafb_device_lcd_dualedge = STATE_OFF; int viafb_bus_width = 12; int viafb_display_hardware_layout = HW_LAYOUT_LCD_DVI; int viafb_DeviceStatus = CRT_Device; int viafb_...
google
android
via_aux_sii164
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_aux_sii164.c
1,505
utf_8
ebf846d5c30e946628ae40c1f6498012
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * driver for Silicon Image SiI 164 PanelLink Transmitter */ #include <linux/slab.h> #include "via_aux.h" static const char *name = "SiI 164 PanelLink Transmitter"; static void probe(struct via_aux_bus *bus, u8 addr) { struct v...
google
android
via_clock
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/via/via_clock.c
9,508
utf_8
d7f606fedf29b23fe9b7448d39816136
/* * Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * clock and PLL management functions */ #include <linux/kernel.h> #include <linux/via-core.h> #include <asm/olpc.h> #include "via_clock.h" #include "global.h" #include "debug.h" static const char *via_slap = "Please slap VIA Te...
google
android
i2c-matroxfb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/i2c-matroxfb.c
6,365
utf_8
fc9ebad924e1c7bea552133b09763c0b
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450. * * * Version: 1.64 2002/06/10 * * See matroxfb_base.c for contributors. * */ #include "matroxfb_base.h" #include "matroxfb_maven.h" #include <linux/i2c.h> #include <linux/slab.h> #include <linux/i2c-algo-bit.h> /* MGA-TV...
google
android
matroxfb_maven
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/matroxfb_maven.c
30,068
utf_8
442519c578e7c1036b3bfe982721d2a8
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450. * * * Version: 1.65 2002/08/14 * * See matroxfb_base.c for contributors. * */ #include "matroxfb_maven.h" #include "matroxfb_misc.h" #include "matroxfb_DAC1064.h" #include <linux/i2c.h> #include <linux/matroxfb.h> #includ...
google
android
g450_pll
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/g450_pll.c
13,720
utf_8
4866bf4cc79b1aaddd6b550f3ca9a226
/* * * Hardware accelerated Matrox PCI cards - G450/G550 PLL control. * * more details. * */ #include "g450_pll.h" #include "matroxfb_DAC1064.h" static inline unsigned int g450_vco2f(unsigned char p, unsigned int fvco) { return (p & 0x40) ? fvco : fvco >> ((p & 3) + 1); } static inline unsigned int g450_f2vco(un...
google
android
matroxfb_Ti3026
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/matroxfb_Ti3026.c
26,196
utf_8
c723ff8c8331949525643f2e42d74090
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200 and G400 * * Access device through readb|w|l and write b|w|l * Extensive debugging stuff * * PPC betatesting, PPC support, backward compatibility * * G400 su...
google
android
matroxfb_g450
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/matroxfb_g450.c
15,649
utf_8
669d300821f6c3e769154ace16db857c
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450. * * * Version: 1.65 2002/08/14 * * See matroxfb_base.c for contributors. * */ #include "matroxfb_base.h" #include "matroxfb_misc.h" #include "matroxfb_DAC1064.h" #include "g450_pll.h" #include <linux/matroxfb.h> #include ...
google
android
matroxfb_base
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/matroxfb_base.c
77,266
utf_8
a60430df4bf4c2174f17202a05c81fc1
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200 and G400 * * Access device through readb|w|l and write b|w|l * Extensive debugging stuff * * PPC betatesting, PPC support, backward compatibility * * Fixes ...
google
android
matroxfb_misc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/matroxfb_misc.c
25,093
utf_8
f2bde08bc174cf9a4b338545777c79f2
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200 and G400 * * Access device through readb|w|l and write b|w|l * Extensive debugging stuff * * PPC betatesting, PPC support, backward compatibility * * Fixes ...
google
android
matroxfb_crtc2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/matrox/matroxfb_crtc2.c
20,380
utf_8
e359bb96ae0f7c78da6e099f97980dc5
/* * * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450. * * * Version: 1.65 2002/08/14 * */ #include "matroxfb_maven.h" #include "matroxfb_crtc2.h" #include "matroxfb_misc.h" #include "matroxfb_DAC1064.h" #include <linux/matroxfb.h> #include <linux/slab.h> #include <linux/uacces...