Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
option.c File Reference
#include <core/option.h>
#include <core/debug.h>

Go to the source code of this file.

Functions

const charnouveau_stropt (const char *optstr, const char *opt, int *arglen)
 
bool nouveau_boolopt (const char *optstr, const char *opt, bool value)
 
int nouveau_dbgopt (const char *optstr, const char *sub)
 

Function Documentation

bool nouveau_boolopt ( const char optstr,
const char opt,
bool  value 
)

Definition at line 64 of file option.c.

int nouveau_dbgopt ( const char optstr,
const char sub 
)

Definition at line 87 of file option.c.

const char* nouveau_stropt ( const char optstr,
const char opt,
int arglen 
)

Definition at line 38 of file option.c.