Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
flexcop-sram.c File Reference
#include "flexcop.h"

Go to the source code of this file.

Functions

int flexcop_sram_init (struct flexcop_device *fc)
 
int flexcop_sram_set_dest (struct flexcop_device *fc, flexcop_sram_dest_t dest, flexcop_sram_dest_target_t target)
 
 EXPORT_SYMBOL (flexcop_sram_set_dest)
 
void flexcop_wan_set_speed (struct flexcop_device *fc, flexcop_wan_speed_t s)
 
 EXPORT_SYMBOL (flexcop_wan_set_speed)
 
void flexcop_sram_ctrl (struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill)
 
 EXPORT_SYMBOL (flexcop_sram_ctrl)
 

Function Documentation

EXPORT_SYMBOL ( flexcop_sram_set_dest  )
EXPORT_SYMBOL ( flexcop_wan_set_speed  )
EXPORT_SYMBOL ( flexcop_sram_ctrl  )
void flexcop_sram_ctrl ( struct flexcop_device fc,
int  usb_wan,
int  sramdma,
int  maximumfill 
)

Definition at line 64 of file flexcop-sram.c.

int flexcop_sram_init ( struct flexcop_device fc)

Definition at line 14 of file flexcop-sram.c.

int flexcop_sram_set_dest ( struct flexcop_device fc,
flexcop_sram_dest_t  dest,
flexcop_sram_dest_target_t  target 
)

Definition at line 30 of file flexcop-sram.c.

void flexcop_wan_set_speed ( struct flexcop_device fc,
flexcop_wan_speed_t  s 
)

Definition at line 58 of file flexcop-sram.c.