Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
omap_vout_vrfb.h File Reference

Go to the source code of this file.

Functions

void omap_vout_free_vrfb_buffers (struct omap_vout_device *vout)
 
int omap_vout_setup_vrfb_bufs (struct platform_device *pdev, int vid_num, u32 static_vrfb_allocation)
 
void omap_vout_release_vrfb (struct omap_vout_device *vout)
 
int omap_vout_vrfb_buffer_setup (struct omap_vout_device *vout, unsigned int *count, unsigned int startindex)
 
int omap_vout_prepare_vrfb (struct omap_vout_device *vout, struct videobuf_buffer *vb)
 
void omap_vout_calculate_vrfb_offset (struct omap_vout_device *vout)
 

Function Documentation

void omap_vout_calculate_vrfb_offset ( struct omap_vout_device vout)

Definition at line 37 of file omap_vout_vrfb.h.

void omap_vout_free_vrfb_buffers ( struct omap_vout_device vout)

Definition at line 26 of file omap_vout_vrfb.h.

int omap_vout_prepare_vrfb ( struct omap_vout_device vout,
struct videobuf_buffer vb 
)

Definition at line 34 of file omap_vout_vrfb.h.

void omap_vout_release_vrfb ( struct omap_vout_device vout)

Definition at line 30 of file omap_vout_vrfb.h.

int omap_vout_setup_vrfb_bufs ( struct platform_device pdev,
int  vid_num,
u32  static_vrfb_allocation 
)

Definition at line 27 of file omap_vout_vrfb.h.

int omap_vout_vrfb_buffer_setup ( struct omap_vout_device vout,
unsigned int count,
unsigned int  startindex 
)

Definition at line 31 of file omap_vout_vrfb.h.