Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
aty_pll_ops Struct Reference

#include <atyfb.h>

Data Fields

int(* var_to_pll )(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll)
 
u32(* pll_to_var )(const struct fb_info *info, const union aty_pll *pll)
 
void(* set_pll )(const struct fb_info *info, const union aty_pll *pll)
 
void(* get_pll )(const struct fb_info *info, union aty_pll *pll)
 
int(* init_pll )(const struct fb_info *info, union aty_pll *pll)
 
void(* resume_pll )(const struct fb_info *info, union aty_pll *pll)
 

Detailed Description

Definition at line 317 of file atyfb.h.

Field Documentation

void(* get_pll)(const struct fb_info *info, union aty_pll *pll)

Definition at line 321 of file atyfb.h.

int(* init_pll)(const struct fb_info *info, union aty_pll *pll)

Definition at line 322 of file atyfb.h.

u32(* pll_to_var)(const struct fb_info *info, const union aty_pll *pll)

Definition at line 319 of file atyfb.h.

void(* resume_pll)(const struct fb_info *info, union aty_pll *pll)

Definition at line 323 of file atyfb.h.

void(* set_pll)(const struct fb_info *info, const union aty_pll *pll)

Definition at line 320 of file atyfb.h.

int(* var_to_pll)(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll)

Definition at line 318 of file atyfb.h.


The documentation for this struct was generated from the following file: