FRAMEBUFFER_ALLOC

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

framebuffer_alloc - creates a new frame buffer info structure  

SYNOPSIS

"SYNOPSIS"

struct fb_info * framebuffer_alloc (size_t size, struct device * dev);  

ARGUMENTS

size
size of driver private data, can be zero
dev
pointer to the device for this fb, this can be NULL
 

DESCRIPTION

Creates a new frame buffer info structure. Also reserves size bytes for driver private data (info->par). info->par (if any) will be aligned to sizeof(long).

Returns the new structure, or NULL if an error occured.  

DESCRIPTION

Creates a new frame buffer info structure. Also reserves size bytes for driver private data (info->par). info->par (if any) will be aligned to sizeof(long).

Returns the new structure, or NULL if an error occured.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:10 GMT, October 09, 2005