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 | ps3fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/ps3fb.c | 33,695 | utf_8 | 4725740641b2d35dd8f823a412f46d74 | /*
* linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device
*
* more details.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/console.h>
#include <linux/ioctl.h>
#include <linux/kthread... |
google | android | sstfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sstfb.c | 44,402 | utf_8 | 00eb88fd34523357dfac43429beea978 | /*
* linux/drivers/video/sstfb.c -- voodoo graphics frame buffer
*
* add /sys/class/graphics/fbX/vgapass sysfs-interface
* add module option "mode_option" to set initial screen mode
* use fbdev default videomode database
* remove debug functions from ioctl
*/
/*
* The voodoo1 has the following memory mapped add... |
google | android | acornfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/acornfb.c | 28,572 | utf_8 | edba07e6087265df77d412f21afcc791 | /*
* linux/drivers/video/acornfb.c
*
*
* Frame buffer code for Acorn platforms
*
* NOTE: Most of the modes with X!=640 will disappear shortly.
* NOTE: Startup setting of HS & VS polarity not supported.
* (do we need to support it if we're coming up in 640x480?)
*
* FIXME: (things broken by the "new imp... |
google | android | bfin-t350mcqb-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/bfin-t350mcqb-fb.c | 16,256 | utf_8 | 8b8b3a9bc808dd63c96d2056009f6952 | /*
* File: drivers/video/bfin-t350mcqb-fb.c
* Based on:
*
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/gfp.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux... |
google | android | pm3fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pm3fb.c | 43,052 | utf_8 | e4e4f67e03da9d9b068a4bea2590c03b | /*
* linux/drivers/video/pm3fb.c -- 3DLabs Permedia3 frame buffer device
*
* 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.... |
google | android | hgafb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/hgafb.c | 16,930 | utf_8 | f46d4d769bb42257d03f793b77a3f93e | /*
* linux/drivers/video/hgafb.c -- Hercules graphics adaptor frame buffer device
*
* Based on skeletonfb.c by Geert Uytterhoeven and
* mdacon.c by Andrew Apted
*
* History:
*
* - Revision 0.1.8 (23 Oct 2002): Ported to new framebuffer api.
*
* - Revision 0.1.7 (23 Jan 2001): fix crash re... |
google | android | cyber2000fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/cyber2000fb.c | 46,874 | utf_8 | aa751b66915acf956f6e0fb5d02b045f | /*
* linux/drivers/video/cyber2000fb.c
*
*
* Integraphics CyberPro 2000, 2010 and 5000 frame buffer device
*
* Based on cyberfb.c.
*
* Note that we now use the new fbcon fix, var and cmap scheme. We do
* still have to check which console is the currently displayed one
* however, especially for the colourmap... |
google | android | mx3fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mx3fb.c | 44,344 | utf_8 | 14ddcccb98ea983c19b91edb8769b301 | /*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/fb.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/ioport.h>
... |
google | android | sunxvr1000 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sunxvr1000.c | 4,812 | utf_8 | 67c38737a6f427d6ad826b7ebf9a93e8 | /* sunxvr1000.c: Sun XVR-1000 driver for sparc64 systems
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/of_device.h>
struct gfb_info {
struct fb_info *info;
char __iomem *fb_base;
unsigned long fb_base_phys;
struct device_node *of_node;
u... |
google | android | sunxvr500 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sunxvr500.c | 11,521 | utf_8 | 66562b06e256f95b5d46f281b87c6b3c | /* sunxvr500.c: Sun 3DLABS XVR-500 Expert3D driver for sparc64 systems
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/fb.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/of_device.h>
#include <asm/io.h>
/* XXX This device has a 'dev-comm' property which apparently is
* XXX ... |
google | android | hecubafb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/hecubafb.c | 7,370 | utf_8 | 5ae317c6f7d2811a295a51171015c534 | /*
* linux/drivers/video/hecubafb.c -- FB driver for Hecuba/Apollo controller
*
* more details.
*
* Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
* This work was possible because of apollo display code from E-Ink's website
* http://support.eink.com/community
* All information used to ... |
google | android | p9100 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/p9100.c | 9,122 | utf_8 | afd86a67dd7364a741e6c1ea00349711 | /* p9100.c: P9100 frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#inclu... |
google | android | atafb_iplan2p8 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/atafb_iplan2p8.c | 8,377 | utf_8 | 26159a9c281dac063270164c5c26671b | /*
* linux/drivers/video/iplan2p8.c -- Low level frame buffer operations for
* interleaved bitplanes à la Atari (8
* planes, 2 bytes interleave)
*
* Created 5 Apr 1997 by Geert Uytterhoeven
*
* This file is subject to the terms and conditions of the GNU General Public
* more details.
*/
#i... |
google | android | stifb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/stifb.c | 37,798 | utf_8 | e0289c68bf72c622cd206278d4c7be98 | /*
* linux/drivers/video/stifb.c -
* Low level Frame buffer driver for HP workstations with
* STI (standard text interface) video firmware.
*
*
*
* The following graphics display devices (NGLE family) are supported by this driver:
*
* HPA4070A known as "HCRX", a 1280x1024 color device with 8 planes
* HP... |
google | android | wm8505fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/wm8505fb.c | 10,847 | utf_8 | 71b1f179501f084f58600a57fdfd5e2c | /*
* WonderMedia WM8505 Frame Buffer device driver
*
*/
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/fb.h>
#include <linux/errno.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/memblock.h>
#incl... |
google | android | pm2fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pm2fb.c | 49,929 | utf_8 | eb50feda6222d04a97b50b66d6783b8f | /*
* Permedia2 framebuffer driver.
*
* 2.5/2.6 driver:
*
* and additional input from James Simmon's port of Hannu Mallat's tdfx
* driver.
*
* I have a Creative Graphics Blaster Exxtreme card - pm2fb on x86. I
* have no access to other pm2fb implementations. Sparc (and thus
* hopefully other big-endian) device... |
google | android | valkyriefb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/valkyriefb.c | 16,821 | utf_8 | 3a756514c5976a230a43aec144723e48 | /*
* valkyriefb.c -- frame buffer device for the PowerMac 'valkyrie' display
*
* Created 8 August 1998 by
*
* and indirectly:
*
* Frame buffer structure from:
* drivers/video/chipsfb.c -- frame buffer device for
* Chips & Technologies 65550 chip.
*
* more details.
*/
#include <linux/module.h>
#i... |
google | android | tdfxfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/tdfxfb.c | 42,976 | utf_8 | 9d5dac07aee6a711be924650971c05a1 | /*
*
* tdfxfb.c
*
*
* Lots of the information here comes from the Daryll Strauss' Banshee
* patches to the XF86 server, and the rest comes from the 3dfx
* Banshee specification. I'm very much indebted to Daryll for his
* work on the X server.
*
* Voodoo3 support was contributed Harold Oga. Lots of additions
... |
google | android | simplefb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/simplefb.c | 10,504 | utf_8 | b1f94a40fcc43d98ca521aec5233931c | /*
* Simplest possible simple frame-buffer driver, as a platform device
*
* more details.
*/
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_data/simplefb.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/clk-provider... |
google | android | asiliantfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/asiliantfb.c | 16,879 | utf_8 | 05e45379840fc4d75bd5b285571e573f | /*
* drivers/video/asiliantfb.c
* frame buffer driver for Asiliant 69000 chip
* ...which was derived from the Powermac "chips" driver:
* 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>
#inclu... |
google | android | dnfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/dnfb.c | 8,053 | utf_8 | 50cf6311bf886794d73c1cb3651ba145 | #include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <asm/setup.h>
#include <asm/irq.h>
#include <asm/amigahw.h>
#include <asm/amigaints.h>
#include <asm/apollohw.h>
#include <... |
google | android | bfin-lq035q1-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/bfin-lq035q1-fb.c | 21,218 | utf_8 | 291d0c1951db3e589776501bff88c0bd | /*
* Blackfin LCD Framebuffer driver SHARP LQ035Q1DH02
*
*/
#define DRIVER_NAME "bfin-lq035q1"
#define pr_fmt(fmt) DRIVER_NAME ": " fmt
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/fb.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include... |
google | android | hitfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/hitfb.c | 11,114 | utf_8 | 098a4be4de63074ead6527bfcffaf327 | /*
* linux/drivers/video/hitfb.c -- Hitachi LCD frame buffer device
*
* more details.
*/
#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/init.h>
#include <linux/platform_device.h>
#include <linux/f... |
google | android | ssd1307fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/ssd1307fb.c | 18,037 | utf_8 | bb7acd2a933493a88ac1aeaea66ba285 | /*
* Driver for the Solomon SSD1307 OLED controller
*
*/
#include <linux/backlight.h>
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/i2c.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <linux/pwm.h>
#include <linux/uaccess.h>
#de... |
google | android | mxsfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/mxsfb.c | 26,536 | utf_8 | 6232a5e5bf9a01da9c8ada558ef19831 | /*
*
* The LCDIF support four modes of operation
* - MPU interface (to drive smart displays) -> not supported yet
* - VSYNC interface (like MPU interface plus Vsync) -> not supported yet
* - Dotclock interface (to drive LC displays with RGB data and sync signals)
* - DVI (to drive ITU-R BT656) -> not supported y... |
google | android | neofb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/neofb.c | 56,353 | utf_8 | 3449a5bcd5afed7dc46e33fe9d682c08 | /*
* linux/drivers/video/neofb.c -- NeoMagic Framebuffer Driver
*
* archive for more details.
*
*
* 0.4.1
* - Cosmetic changes (dok)
*
* 0.4
* - Toshiba Libretto support, allow modes larger than LCD size if
* LCD is disabled, keep BIOS settings if internal/external display
* haven't been enabled exp... |
google | android | atafb_mfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/atafb_mfb.c | 2,554 | utf_8 | 8adced97acc2f05fe4eccbc8ccb07d66 | /*
* linux/drivers/video/mfb.c -- Low level frame buffer operations for
* monochrome
*
* Created 5 Apr 1997 by Geert Uytterhoeven
*
* This file is subject to the terms and conditions of the GNU General Public
* more details.
*/
#include <linux/module.h>
#include <linux/string.h>
#include <linux/fb.h>
#in... |
google | android | xen-fbfront | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/xen-fbfront.c | 17,989 | utf_8 | a8297a149a2cfdfd2c0cc983b0f9e274 | /*
* Xen para-virtual frame buffer device
*
* more details.
*/
/*
* TODO:
*
* Switch to grant tables when they become capable of dealing with the
* frame buffer.
*/
#include <linux/console.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/module.h>
#include <linux/sla... |
google | android | w100fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/w100fb.c | 49,238 | utf_8 | a8ca74ac6dcbe31803276d17e15968b3 | /*
* linux/drivers/video/w100fb.c
*
* Frame Buffer Device for ATI Imageon w100 (Wallaby)
*
*
*/
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linu... |
google | android | atmel_lcdfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/atmel_lcdfb.c | 40,977 | utf_8 | ad86b73f00c95560414d32d491cf3a7c | /*
* Driver for AT91/AT32 LCD Controller
*
* more details.
*/
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/interrupt.h>
#include <linux/clk.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/backlight.h>
#include ... |
google | android | grvga | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/grvga.c | 14,312 | utf_8 | 698ffa4bb6e3ba0969815c4b7eed6819 | /*
* Driver for Aeroflex Gaisler SVGACTRL framebuffer device.
*
*
*/
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/of_platform.h>
#include <linux/of_device.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/er... |
google | android | imxfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/imxfb.c | 25,082 | utf_8 | 17f74a6c3e598435b2e5f1c788bfed35 | /*
* Freescale i.MX Frame Buffer device driver
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux... |
google | android | pmag-aa-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pmag-aa-fb.c | 12,205 | utf_8 | f353b9b6b8f50489f8655bf163b98ee2 | /*
* linux/drivers/video/pmag-aa-fb.c
* Hardware cursor support.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/console.h>
... |
google | android | cg3 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/cg3.c | 11,512 | utf_8 | e7f3af91d75c58b51d129793a2906899 | /* cg3.c: CGTHREE frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#inclu... |
google | android | ocfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/ocfb.c | 10,537 | utf_8 | 37d9f7030261ae2677f3145d2ad75cba | /*
* OpenCores VGA/LCD 2.0 core frame buffer driver
*
* kind, whether express or implied.
*/
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/module.h>
... |
google | android | cg14 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/cg14.c | 14,958 | utf_8 | e050f5a5c34de452ec6bf291da444fc3 | /* cg14.c: CGFOURTEEN frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#i... |
google | android | n411 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/n411.c | 4,883 | utf_8 | 8d9c4eba50a1c712a87f12a51fc0c08b | /*
* linux/drivers/video/n411.c -- Platform device for N411 EPD kit
*
* more details.
*
* Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
*
* This driver is written to be used with the Hecuba display controller
* board, and tested with the EInk 800x600 display in 1 bit mode.
* The inte... |
google | android | imsttfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/imsttfb.c | 44,352 | utf_8 | 6e29b442dc7b4b743513b689f58a0839 | /*
* drivers/video/imsttfb.c -- frame buffer device for IMS TwinTurbo
*
* This file is derived from the powermac console "imstt" driver:
* 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>
#inc... |
google | android | leo | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/leo.c | 15,719 | utf_8 | 89b9c8844ce28d3bb2aa3807ccd7bdd1 | /* leo.c: LEO frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#include <... |
google | android | cirrusfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/cirrusfb.c | 77,206 | utf_8 | d4b886726a5c8b039df7780764e44b67 | /*
* drivers/video/cirrusfb.c - driver for Cirrus Logic chipsets
*
*
* Contributors (thanks, all!)
*
* David Eger:
* Overhaul for Linux 2.6
*
* Jeff Rugen:
* Major contributions; Motorola PowerStack (PPC and PCI) support,
* GD54xx, 1280x1024 mode support, change MCLK based on VCLK.
*
* Geer... |
google | android | bf54x-lq043fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/bf54x-lq043fb.c | 18,644 | utf_8 | bf2b4073fc0389e6e8bc38bc16e23b69 | /*
* File: drivers/video/bf54x-lq043.c
* Based on:
*
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/tty.h>
#include <linux/slab.h>
#include <linux/dela... |
google | android | efifb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/efifb.c | 9,733 | utf_8 | 7d571b85472f21830d2e7a995b9a21f3 | /*
* Framebuffer driver for EFI/UEFI based system
*
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/platform_device.h>
#include <linux/screen_info.h>
#include <linux/dmi.h>
#include <linux/pci.h>
#include <video/vga.h>
#include <asm/sysfb.h>
st... |
google | android | maxinefb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/maxinefb.c | 4,674 | utf_8 | 791520e7544ef6f4d52dc2e2a4e88973 | /*
* linux/drivers/video/maxinefb.c
*
* DECstation 5000/xx onboard framebuffer support ... derived from:
* "HP300 Topcat framebuffer support (derived from macfb of all things)
* archive for more details.
*
*/
/*
* Changes:
* 2001/01/27 removed debugging and testing code, fixed fb_ops
* in... |
google | android | vfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/vfb.c | 14,633 | utf_8 | 635a84e9cf4489a6508d4c8e50b6abc5 | /*
* linux/drivers/video/vfb.c -- Virtual frame buffer device
*
* 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/platform_... |
google | android | au1100fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/au1100fb.c | 17,772 | utf_8 | f73150f1e27f9de85daaa3a0aee4a148 | /*
* BRIEF MODULE DESCRIPTION
* Au1100 LCD Driver.
*
* Rewritten for 2.6 by Embedded Alley Solutions
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ... |
google | android | tgafb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/tgafb.c | 43,497 | utf_8 | da9376a2dc3753f9dfe43774a339b3bb | /*
* linux/drivers/video/tgafb.c -- DEC 21030 TGA frame buffer device
*
* more details.
*/
#include <linux/bitrev.h>
#include <linux/compiler.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/kerne... |
google | android | xilinxfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/xilinxfb.c | 14,157 | utf_8 | af167b887ee91a0255b1683dab58d779 | /*
* Xilinx TFT frame buffer driver
*
* was based on skeletonfb.c, Skeleton for a frame buffer device by
* Geert Uytterhoeven.
*/
#include <linux/device.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/fb.h>
#include <li... |
google | android | auo_k1901fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/auo_k1901fb.c | 6,891 | utf_8 | 692d063d1bc710a9bda9c9c010a504d1 | /*
* auok190xfb.c -- FB driver for AUO-K1901 controllers
*
*
* Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
*
* This driver is written to be used with the AUO-K1901 display controller.
*
* It is intended to be architecture independent. A board specific driver
* must be used to perfo... |
google | android | s3c2410fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/s3c2410fb.c | 28,217 | utf_8 | 4330719ded57c5a40700b6516938c345 | /* linux/drivers/video/s3c2410fb.c
* more details.
*
* Driver based on skeletonfb.c, sa1100fb.c and others.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linu... |
google | android | macmodes | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/macmodes.c | 12,698 | utf_8 | baa11cccd02504d8698cb11bbcd75c56 | /*
* linux/drivers/video/macmodes.c -- Standard MacOS video modes
*
* more details.
*/
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/string.h>
#include <linux/module.h>
#include "macmodes.h"
/*
* MacOS video mode definitions
*
* Order IS important! If you change these, don't ... |
google | android | cg6 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/cg6.c | 22,192 | utf_8 | 6d83290c64be34d9b76f8a7af7d4b960 | /* cg6.c: CGSIX (GX, GXplus, TGX) frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <li... |
google | android | hyperv_fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/hyperv_fb.c | 23,093 | utf_8 | 92d75341f76c76ae7aa5db96f9e1d1a0 | /*
* details.
*/
/*
* Hyper-V Synthetic Video Frame Buffer Driver
*
* This is the driver for the Hyper-V Synthetic Video, which supports
* screen resolution up to Full HD 1920x1080 with 32 bit color on Windows
* Server 2012, and 1600x1200 with 16 bit color on Windows Server 2008 R2
* or earlier.
*
* It also s... |
google | android | pmagb-b-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pmagb-b-fb.c | 10,366 | utf_8 | ef997d1e0dac14c4b214e5176a42de6f | /*
* linux/drivers/video/pmagb-b-fb.c
*
* PMAGB-B TURBOchannel Smart Frame Buffer (SFB) card support,
* derived from:
* "HP300 Topcat framebuffer support (derived from macfb of all things)
* archive for more details.
*/
#include <linux/compiler.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux... |
google | android | g364fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/g364fb.c | 6,919 | utf_8 | dc3468a83a54a58a60d3c23ab6fd85ed | /* $Id: g364fb.c,v 1.3 1998/08/28 22:43:00 tsbogend Exp $
*
* linux/drivers/video/g364fb.c -- Mips Magnum frame buffer device
*
* more details.
*/
#include <linux/module.h>
#include <linux/console.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux... |
google | android | broadsheetfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/broadsheetfb.c | 28,570 | utf_8 | 81c6b95546fedcce35ff265794dfdd1a | /*
* broadsheetfb.c -- FB driver for E-Ink Broadsheet controller
*
* more details.
*
* Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
*
* This driver is written to be used with the Broadsheet display controller.
*
* It is intended to be architecture independent. A board specific drive... |
google | android | s3fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/s3fb.c | 45,600 | utf_8 | 71ce03cff789273b24499fbc2793d765 | /*
* linux/drivers/video/s3fb.c -- Frame buffer device driver for S3 Trio/Virge
*
* more details.
*
* Code is based on David Boucher's viafb (http://davesdomain.org.uk/viafb/)
* which is based on the code of neofb.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/st... |
google | android | vesafb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/vesafb.c | 14,605 | utf_8 | 64f960a4a8956b033c40c49955b2087b | /*
* framebuffer driver for VBE 2.0 compliant graphic boards
*
* switching to graphics mode happens at boot time (while
* running in real mode, see arch/i386/boot/video.S).
*
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include... |
google | android | sh_mobile_hdmi | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sh_mobile_hdmi.c | 53,512 | utf_8 | a7f9dbd0fbb1ac79b7a76a6479953cbf | /*
* SH-Mobile High-Definition Multimedia Interface (HDMI) driver
*/
#include <linux/clk.h>
#include <linux/console.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux... |
google | android | amba-clcd-versatile | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/amba-clcd-versatile.c | 3,987 | utf_8 | 25754aeb6d65652ae0bce315c411eecf | #include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/amba/bus.h>
#include <linux/amba/clcd.h>
#include <linux/platform_data/video-clcd-versatile.h>
static struct clcd_panel vga = {
.mode = {
.name = "VGA",
.refresh = 60,
.xres = 640,
.yres = 480,
.pixclock = 39721,
.left_margin = 4... |
google | android | arkfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/arkfb.c | 32,435 | utf_8 | 1bef201868ec3e01fc359c39c502b261 | /*
* linux/drivers/video/arkfb.c -- Frame buffer device driver for ARK 2000PV
* with ICS 5342 dac (it is easy to add support for different dacs).
*
* more details.
*
* Code is based on s3fb
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <lin... |
google | android | smscufx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/smscufx.c | 54,807 | utf_8 | 6ee1e61860acf4626d9abfaa8f5afdbf | /*
* smscufx.c -- Framebuffer driver for SMSC UFX USB controller
*
* more details.
*
* Based on udlfb, with work from Florian Echtler, Henrik Bjerregaard Pedersen,
* and others.
*
* Works well with Bernie Thompson's X DAMAGE patch to xf86-video-fbdev
* available from http://git.plugable.com
*
* Layout is bas... |
google | android | tcx | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/tcx.c | 12,265 | utf_8 | 6ee39f18a8367f39cb901447e38ff192 | /* tcx.c: TCX frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#include <... |
google | android | udlfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/udlfb.c | 52,243 | utf_8 | b1bfeef1b1c5818d3c80d85abb6c016a | /*
* udlfb.c -- Framebuffer driver for DisplayLink USB controller
*
* more details.
*
* Layout is based on skeletonfb by James Simmons and Geert Uytterhoeven,
* usb-skeleton by GregKH.
*
* Device-specific portions based on information from Displaylink, with work
* from Florian Echtler, Henrik Bjerregaard Peder... |
google | android | pxafb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pxafb.c | 62,677 | utf_8 | 664ff012401ae3500e353246cb172531 | /*
* linux/drivers/video/pxafb.c
*
*
*/
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/del... |
google | android | pxa168fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pxa168fb.c | 20,792 | utf_8 | 6081d98051982918c1ad00b16069e577 | /*
* linux/drivers/video/pxa168fb.c -- Marvell PXA168 LCD Controller
*
* more details.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/fb.h>
#include <linux/delay.h>
#include <linux/init.h>... |
google | android | sm501fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sm501fb.c | 54,453 | utf_8 | 0d7bfd53b82b2fa3e057b6963974f787 | /* linux/drivers/video/sm501fb.c
*
*
* Framebuffer driver for the Silicon Motion SM501
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/tty.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/fb.h>
#includ... |
google | android | clps711x-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/clps711x-fb.c | 10,000 | utf_8 | ef76d0a5795bd13b1ed9ced07fdb70d7 | /*
* Cirrus Logic CLPS711X FB driver
*
* (at your option) any later version.
*/
#include <linux/clk.h>
#include <linux/fb.h>
#include <linux/io.h>
#include <linux/lcd.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/mfd/syscon.h>
#includ... |
google | android | chipsfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/chipsfb.c | 12,626 | utf_8 | e1386f1abf7c45a490363352fbad3902 | /*
* drivers/video/chipsfb.c -- frame buffer device for
* Chips & Technologies 65550 chip.
*
* 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/interru... |
google | android | fb-puv3 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/fb-puv3.c | 21,986 | utf_8 | 3dc9a10e1bcde3841a86f1a4aa61daed | /*
* Frame Buffer Driver for PKUnity-v3 Unigfx
* Code specific to PKUnity SoC and UniCore ISA
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/console.h>
#include ... |
google | android | fsl-diu-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/fsl-diu-fb.c | 52,964 | utf_8 | 251ac3cc5caf1a17c6b248baf24f4846 | /*
* option) any later version.
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <li... |
google | android | offb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/offb.c | 20,035 | utf_8 | a3ec46ebe6c694606b6efc5cf633da3c | /*
* linux/drivers/video/offb.c -- Open Firmware based frame buffer device
*
* 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/of.h>
#include <linux/of_... |
google | android | vt8623fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/vt8623fb.c | 26,731 | utf_8 | cf65f2d32a171c50fe45753aa7975996 | /*
* linux/drivers/video/vt8623fb.c - fbdev driver for
* integrated graphic core in VIA VT8623 [CLE266] chipset
*
* more details.
*
* Code is based on s3fb, some parts are from David Boucher's viafb
* (http://davesdomain.org.uk/viafb/)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno... |
google | android | 68328fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/68328fb.c | 13,380 | utf_8 | 861a14a186dde749cf73f2b85156aecf | /*
* linux/drivers/video/68328fb.c -- Low level implementation of the
* mc68x328 LCD frame buffer device
*
* The Silver Hammer Group, Ltd.
*
* this version is based on :
*
* linux/drivers/video/vfb.c -- Virtual frame buffer device
*
* more detai... |
google | android | s3c-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/s3c-fb.c | 50,803 | utf_8 | 240193f9b5375b79092b6460325dc326 | /* linux/drivers/video/s3c-fb.c
*
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/clk.h>
#include <linux/fb.h>
#include <linux/io.h>
#include <linux/uaccess.h>
#include <linux/interr... |
google | android | bw2 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/bw2.c | 9,279 | utf_8 | a9fe363732335ef27dbb3def2b49dd0a | /* bw2.c: BWTWO frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h>
#include... |
google | android | clps711xfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/clps711xfb.c | 7,763 | utf_8 | 420dc45c6d43709dfa06f821f68b35be | /*
* linux/drivers/video/clps711xfb.c
*
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Framebuffer driver for the CLPS7111 and EP7212 processors.
*/
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fb.h>
#include <... |
google | android | c2p_iplan2 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/c2p_iplan2.c | 3,576 | utf_8 | a7b28944ea6963262c3e1e3debfaf44f | /*
* Fast C2P (Chunky-to-Planar) Conversion
*
* for more details.
*/
#include <linux/module.h>
#include <linux/string.h>
#include <asm/unaligned.h>
#include "c2p.h"
#include "c2p_core.h"
/*
* Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
* containing
* - 16 8-bit chu... |
google | android | sbuslib | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sbuslib.c | 7,000 | utf_8 | 6e5bddd2237d6192df2c07449c53ba5d | /* sbuslib.c: Helper library for SBUS framebuffer drivers.
*
*/
#include <linux/compat.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/fb.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
#include <linux/of_device.h>
#include <asm/fbio.h>
#include "sbuslib.h"
void sb... |
google | android | pxa3xx-gcu | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pxa3xx-gcu.c | 17,071 | utf_8 | e30430ff1bcde1e66efc55313eaa11d0 | /*
* pxa3xx-gcu.c - Linux kernel module for PXA3xx graphics controllers
*
* This driver needs a DirectFB counterpart in user space, communication
* is handled via mmap()ed memory areas and an ioctl.
*
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/*
* WARNING: This controller is attached to... |
google | android | hpfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/hpfb.c | 11,318 | utf_8 | 05e12fc30dc977ad53c4c47d575e9196 | /*
* HP300 Topcat framebuffer support (derived from macfb of all things)
*/
#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/init.h>
#include <linux/fb.h>
#include <linux/dio.h>
#include <asm/io.h>
#in... |
google | android | ffb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/ffb.c | 24,637 | utf_8 | 324af411bee4c858ee014d2a96587e7e | /* ffb.c: Creator/Elite3D frame buffer driver
*
*
* Driver layout based loosely on tgafb.c, see that file for credits.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/fb.h>
#include <linux/mm.h... |
google | android | i740fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/i740fb.c | 33,887 | utf_8 | cf1865b157f5d289bbeee77efd2e252e | /*
* i740fb - framebuffer driver for Intel740
* Texas.
* i740fb by Patrick LERDA, v0.9
*/
#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>
#incl... |
google | android | tridentfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/tridentfb.c | 45,730 | utf_8 | 01dde35f00a67433d6a014969b51dfb8 | /*
* Frame buffer driver for Trident TGUI, Blade and Image series
*
* code, suggestions
* TODO:
* timing value tweaking so it looks good on every monitor in every mode
*/
#include <linux/module.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/delay.h>... |
google | android | amba-clcd | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/amba-clcd.c | 21,761 | utf_8 | 08288dbc95c9d8f0eda770ea1019279e | /*
* linux/drivers/video/amba-clcd.c
*
* for more details.
*
* ARM PrimeCell PL110 Color LCD Controller
*/
#include <linux/dma-mapping.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/mm.h>
... |
google | android | sh_mobile_meram | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sh_mobile_meram.c | 20,689 | utf_8 | b0e2b99ea238cfc49db337b71e2c4269 | /*
* SuperH Mobile MERAM Driver for SuperH Mobile LCDC Driver
*
* for more details.
*/
#include <linux/device.h>
#include <linux/err.h>
#include <linux/export.h>
#include <linux/genalloc.h>
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/p... |
google | android | au1200fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/au1200fb.c | 50,195 | utf_8 | d81d928b49feb0b0fee669866eac87ed | /*
* BRIEF MODULE DESCRIPTION
* Au1200 LCD Driver.
*
*
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/clk.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/fb.h>
#include... |
google | android | bfin_adv7393fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/bfin_adv7393fb.c | 20,279 | utf_8 | a5021f4f544699d6c2f1c11afc146e29 | /*
* Frame buffer driver for ADV7393/2 video encoder
*
*/
/*
* TODO: Remove Globals
* TODO: Code Cleanup
*/
#define pr_fmt(fmt) DRIVER_NAME ": " fmt
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/tty.h>
#include <linux/s... |
google | android | pvr2fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pvr2fb.c | 31,500 | utf_8 | d9e621b214c7bc79c781d7356153ce5b | /*
* drivers/video/pvr2fb.c
*
* Frame buffer and fbcon support for the NEC PowerVR2 found within the Sega
* Dreamcast.
*
*
* This driver is mostly based on the excellent amifb and vfb sources. It uses
* an odd scheme for converting hardware values to/from framebuffer values,
* here are some hacked-up formulas... |
google | android | uvesafb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/uvesafb.c | 50,866 | utf_8 | bc2ca9824097c3d5c01cbb157c3fa625 | /*
* A framebuffer driver for VBE 2.0+ compliant video cards
*
* Loosely based upon the vesafb driver.
*
*/
#include <linux/init.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/skbuff.h>
#include <linux/timer.h>
#include <linux/completion.h>
#include <linux/connector.h>
#include <li... |
google | android | wmt_ge_rops | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/wmt_ge_rops.c | 5,364 | utf_8 | 5c3fcfd057eb08429e8c0ed9fa905eaf | /*
* linux/drivers/video/wmt_ge_rops.c
*
* Accelerators for raster operations using WonderMedia Graphics Engine
*
*/
#include <linux/module.h>
#include <linux/fb.h>
#include <linux/platform_device.h>
#include "core/fb_draw.h"
#define GE_COMMAND_OFF 0x00
#define GE_DEPTH_OFF 0x04
#define GE_HIGHCOLOR_OFF 0x08
#... |
google | android | metronomefb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/metronomefb.c | 18,459 | utf_8 | 9b667034aab18fad31f0c826cb9abf4d | /*
* linux/drivers/video/metronomefb.c -- FB driver for Metronome controller
*
* more details.
*
* Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
*
* This work was made possible by help and equipment support from E-Ink
* Corporation. http://www.eink.com/
*
* This driver is written to... |
google | android | sh7760fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sh7760fb.c | 14,401 | utf_8 | b98ee56da9d3189b196370baa32d357e | /*
* SH7760/SH7763 LCDC Framebuffer driver.
*
* archive for more details.
*
* PLEASE HAVE A LOOK AT Documentation/fb/sh7760fb.txt!
*
* Thanks to Siegfried Schaefer <s.schaefer at schaefer-edv.de>
* for his original source and testing!
*
* sh7760_setcolreg get from drivers/video/sh_mobile_lcdcfb.c
*/
#in... |
google | android | gbefb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/gbefb.c | 33,405 | utf_8 | 90a096a7977c4a27091d98d9006ffaed | /*
* SGI GBE frame buffer driver
*
* more details.
*/
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/errno.h>
#include <linux/gfp.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/mm.h... |
google | android | amifb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/amifb.c | 101,666 | utf_8 | 56705a6b1eb287a46ea55625e495bde2 | /*
* linux/drivers/video/amifb.c -- Amiga builtin chipset frame buffer device
*
* Greg Harp
*
*
* History:
*
* - 24 Jul 96: Copper generates now vblank interrupt and
* VESA Power Saving Protocol is fully implemented
* - 14 Jul 96: Rework and hopefully last ECS bugs fix... |
google | android | gxt4500 | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/gxt4500.c | 22,328 | utf_8 | bcc2cdfad78bfe83838a13ef99a116e1 | /*
* Frame buffer device for IBM GXT4500P/6500P and GXT4000P/6000P
* display adaptors
*
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/fb.h>
#include <linux/console.h>
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/delay.h>
#include <linux/string.h>
#define PCI_DEVICE_ID_I... |
google | android | sa1100fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/sa1100fb.c | 38,359 | utf_8 | 10f214b7fd27f0be5b756caa0434c755 | /*
* linux/drivers/video/sa1100fb.c
*
*
* Clean patches should be sent to the ARM Linux Patch System. Please see the
* following web page for more information:
*
* http://www.arm.linux.org.uk/developer/patches/info.shtml
*
* Thank you.
*
* Known problems:
* - With the Neponset plugged into an Assabet, LCD... |
google | android | arcfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/arcfb.c | 16,752 | utf_8 | 15b40086cd1386337afe3f3a64859175 | /*
* linux/drivers/video/arcfb.c -- FB driver for Arc monochrome LCD board
*
* more details.
*
* Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven.
*
* This driver was written to be used with the Arc LCD board. Arc uses a
* set of KS108 chips that control individual 64x64 LCD matrices. The... |
google | android | platinumfb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/platinumfb.c | 20,076 | utf_8 | 08f1ccbc403cdfa7eea3ff1c7397b30b | /*
* platinumfb.c -- frame buffer device for the PowerMac 'platinum' display
*
* more details.
*/
#undef DEBUG
#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.... |
google | android | pmag-ba-fb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/pmag-ba-fb.c | 6,626 | utf_8 | 34627fc8089bfc450f2ae07db06800bf | /*
* linux/drivers/video/pmag-ba-fb.c
*
* PMAG-BA TURBOchannel Color Frame Buffer (CFB) card support,
* derived from:
* "HP300 Topcat framebuffer support (derived from macfb of all things)
* archive for more details.
*/
#include <linux/compiler.h>
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/in... |
google | android | tmiofb | .c | platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/video/fbdev/tmiofb.c | 28,329 | utf_8 | 53dfe87f44fe850e0c1121a2565e4925 | /*
* Frame Buffer Device for Toshiba Mobile IO(TMIO) controller
*
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/fb.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
/* Why should fb driver call console functions? because console_lock() */
#include <l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.