Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
exar7250.c File Reference
#include "2t3e3.h"
#include "ctrl.h"

Go to the source code of this file.

Functions

void exar7250_init (struct channel *sc)
 
void exar7250_set_frame_type (struct channel *sc, u32 type)
 
void exar7250_start_intr (struct channel *sc, u32 type)
 
void exar7250_stop_intr (struct channel *sc, u32 type)
 
void exar7250_unipolar_onoff (struct channel *sc, u32 mode)
 
void exar7250_set_loopback (struct channel *sc, u32 mode)
 

Function Documentation

void exar7250_init ( struct channel sc)

Definition at line 16 of file exar7250.c.

void exar7250_set_frame_type ( struct channel sc,
u32  type 
)

Definition at line 32 of file exar7250.c.

void exar7250_set_loopback ( struct channel sc,
u32  mode 
)

Definition at line 173 of file exar7250.c.

void exar7250_start_intr ( struct channel sc,
u32  type 
)

Definition at line 73 of file exar7250.c.

void exar7250_stop_intr ( struct channel sc,
u32  type 
)

Definition at line 122 of file exar7250.c.

void exar7250_unipolar_onoff ( struct channel sc,
u32  mode 
)

Definition at line 159 of file exar7250.c.