|
Linux Kernel
3.7.1
|
#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) | |
| EXPORT_SYMBOL | ( | flexcop_sram_set_dest | ) |
| EXPORT_SYMBOL | ( | flexcop_wan_set_speed | ) |
| EXPORT_SYMBOL | ( | flexcop_sram_ctrl | ) |
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.
1.8.2