Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
extdev.c File Reference
#include <subdev/bios.h>
#include <subdev/bios/dcb.h>
#include <subdev/bios/extdev.h>

Go to the source code of this file.

Functions

u16 nvbios_extdev_entry (struct nouveau_bios *bios, int idx, u8 *ver, u8 *len)
 
int nvbios_extdev_parse (struct nouveau_bios *bios, int idx, struct nvbios_extdev_func *func)
 
int nvbios_extdev_find (struct nouveau_bios *bios, enum nvbios_extdev_type type, struct nvbios_extdev_func *func)
 

Function Documentation

u16 nvbios_extdev_entry ( struct nouveau_bios bios,
int  idx,
u8 ver,
u8 len 
)

Definition at line 52 of file extdev.c.

int nvbios_extdev_find ( struct nouveau_bios bios,
enum nvbios_extdev_type  type,
struct nvbios_extdev_func func 
)

Definition at line 86 of file extdev.c.

int nvbios_extdev_parse ( struct nouveau_bios bios,
int  idx,
struct nvbios_extdev_func func 
)

Definition at line 71 of file extdev.c.