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

Go to the source code of this file.

Data Structures

struct  xc
 

Functions

int xc_reset (struct xc *x)
 
int xc_stop (struct xc *x)
 
int xc_start (struct xc *x)
 
int xc_running (struct xc *x)
 
int xc_request_firmware (struct xc *x)
 
struct xcrequest_xc (int xcno, struct device *dev)
 
void free_xc (struct xc *x)
 

Function Documentation

void free_xc ( struct xc x)

Definition at line 236 of file xc.c.

struct xc* request_xc ( int  xcno,
struct device dev 
)
read

Definition at line 180 of file xc.c.

int xc_request_firmware ( struct xc x)

Definition at line 115 of file xc.c.

int xc_reset ( struct xc x)

Definition at line 77 of file xc.c.

int xc_running ( struct xc x)

Definition at line 69 of file xc.c.

int xc_start ( struct xc x)

Definition at line 61 of file xc.c.

int xc_stop ( struct xc x)

Definition at line 53 of file xc.c.