Searched full:framebuffer (Results 126 – 150 of 414) sorted by relevance
12345678910>>...17
/linux-3.3/include/video/ |
D | metronomefb.h | 2 * metronomefb.h - definitions for the metronome framebuffer driver
|
D | hecubafb.h | 2 * hecubafb.h - definitions for the hecuba framebuffer driver
|
D | permedia2.h | 2 * Permedia2 framebuffer driver definitions. 22 * Permedia2 registers used in the framebuffer
|
D | broadsheetfb.h | 2 * broadsheetfb.h - definitions for the broadsheet framebuffer driver
|
/linux-3.3/Documentation/fb/ |
D | lxfb.txt | 6 This is a graphics framebuffer driver for AMD Geode LX based processors.
|
D | metronomefb.txt | 12 host CPU generates the control information and the image in a framebuffer
|
D | cirrusfb.txt | 2 Framebuffer driver for Cirrus Logic chipsets
|
D | aty128fb.txt | 6 This is a driver for a graphic framebuffer for ATI Rage128 based devices
|
/linux-3.3/drivers/video/backlight/ |
D | lcd.c | 21 * framebuffer driver. We're looking if that important event is blanking, 180 * respective framebuffer device).
|
/linux-3.3/include/linux/ |
D | via-core.h | 91 * The framebuffer MMIO region. Little, if anything, touches 93 * framebuffer device itself. We *do* have to be able to allocate
|
/linux-3.3/Documentation/auxdisplay/ |
D | cfag12864b-example.c | 59 * init a cfag12864b framebuffer device 82 * exit a cfag12864b framebuffer device
|
/linux-3.3/arch/arm/mach-s5pv210/ |
D | setup-fb-24bpp.c | 6 * Base s5pv210 setup information for 24bpp LCD framebuffer
|
/linux-3.3/Documentation/x86/ |
D | mtrr.txt | 60 server, which tells you where the linear framebuffer address is. A 66 move the framebuffer base address, so the only value you can trust is 69 To find out the size of your framebuffer (what, you don't actually
|
/linux-3.3/drivers/video/ |
D | hgafb.c | 10 * - Revision 0.1.8 (23 Oct 2002): Ported to new framebuffer api. 107 /* Framebuffer driver structures */ 357 * hgafb_open - open the framebuffer device 371 * hgafb_open - open the framebuffer device
|
D | jz4740_fb.c | 3 * JZ4740 SoC LCD framebuffer driver 649 dev_err(&pdev->dev, "Failed to allocate framebuffer device\n"); in jzfb_probe() 723 dev_err(&pdev->dev, "Failed to register framebuffer: %d\n", ret); in jzfb_probe() 846 MODULE_DESCRIPTION("JZ4740 SoC LCD framebuffer driver");
|
D | au1100fb.c | 513 /* Allocate the framebuffer to the maximum screen size * nbr of video buffers */ in au1100fb_drv_probe() 542 print_dbg("Framebuffer memory map at %p", fbdev->fb_mem); in au1100fb_drv_probe() 576 /* Register new framebuffer */ in au1100fb_drv_probe() 578 print_err("cannot register new framebuffer"); in au1100fb_drv_probe()
|
D | xilinxfb.c | 51 * The interface to the framebuffer is nice and simple. There are two 260 /* Allocate the framebuffer memory */ in xilinxfb_assign() 279 /* Clear (turn to black) the framebuffer */ in xilinxfb_assign()
|
/linux-3.3/arch/arm/mach-mxs/include/mach/ |
D | mxsfb.h | 43 * zero the framebuffer memory will be dynamically
|
/linux-3.3/drivers/gpu/drm/exynos/ |
D | exynos_drm_fb.h | 49 /* get memory information of a drm framebuffer */
|
/linux-3.3/drivers/gpu/drm/ |
D | drm_crtc.c | 283 * drm_framebuffer_init - initialize a framebuffer 289 * Allocates an ID for the framebuffer's parent mode object, sets its mode 315 * drm_framebuffer_cleanup - remove a framebuffer object 316 * @fb: framebuffer to remove 1129 * them to the user, including CRTC, connector and framebuffer configuration. 1722 DRM_DEBUG_KMS("Unknown framebuffer ID %d\n", in drm_mode_setplane() 1836 /* If we have a mode we need a framebuffer. */ in drm_mode_setcrtc() 2065 DRM_ERROR("could not create framebuffer\n"); in drm_mode_addfb() 2177 DRM_ERROR("bad framebuffer width %d, should be >= %d && <= %d\n", in drm_mode_addfb2() 2182 DRM_ERROR("bad framebuffer height %d, should be >= %d && <= %d\n", in drm_mode_addfb2() [all …]
|
/linux-3.3/Documentation/devicetree/bindings/gpio/ |
D | led.txt | 17 "backlight" - LED will act as a back-light, controlled by the framebuffer
|
/linux-3.3/arch/sh/drivers/dma/ |
D | Kconfig | 76 This is primarily used by the pvr2fb framebuffer driver for
|
/linux-3.3/arch/sparc/include/asm/ |
D | openpromio.h | 44 #define OPROMCONS_STDOUT_IS_FB 0x2 /* stdout is a framebuffer */
|
/linux-3.3/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 244 /* We should turn off some stuff in the framebuffer - but what? */ in dcon_sleep() 271 dev_err(&dcon->client->dev, "unable to lock framebuffer\n"); in dcon_blank_fb() 283 dev_err(&dcon->client->dev, "couldn't %sblank framebuffer\n", in dcon_blank_fb() 593 * When the framebuffer sleeps due to external sources (e.g. user idle), power
|
/linux-3.3/drivers/hid/ |
D | hid-picolcd.c | 82 /* Framebuffer 110 /* Framebuffer visual structures */ 209 /* Framebuffer stuff */ 214 u8 *fb_bitmap; /* framebuffer */ 430 /* schedule first output of framebuffer */ in picolcd_fb_reset() 455 * Translate the framebuffer into the format needed by the PicoLCD. in picolcd_fb_update() 769 /* initialize Framebuffer device */ 781 dev_err(dev, "can't get a free page for framebuffer\n"); in picolcd_init_framebuffer() 800 dev_err(dev, "failed to allocate a framebuffer\n"); in picolcd_init_framebuffer() 837 dev_err(dev, "failed to register framebuffer\n"); in picolcd_init_framebuffer() [all …]
|
12345678910>>...17