|
Linux Kernel
3.7.1
|
#include <linux/firmware.h>#include <linux/sched.h>#include <asm/div64.h>#include <asm/io.h>#include "softing.h"Go to the source code of this file.
Functions | |
| int | softing_bootloader_command (struct softing *card, int16_t cmd, const char *msg) |
| int | softing_load_fw (const char *file, struct softing *card, __iomem uint8_t *dpram, unsigned int size, int offset) |
| int | softing_load_app_fw (const char *file, struct softing *card) |
| int | softing_chip_poweron (struct softing *card) |
| ktime_t | softing_raw2ktime (struct softing *card, u32 raw) |
| int | softing_startstop (struct net_device *dev, int up) |
| int | softing_default_output (struct net_device *netdev) |
Definition at line 77 of file softing_fw.c.
Definition at line 350 of file softing_fw.c.
| int softing_default_output | ( | struct net_device * | netdev | ) |
Definition at line 680 of file softing_fw.c.
Definition at line 230 of file softing_fw.c.
| int softing_load_fw | ( | const char * | file, |
| struct softing * | card, | ||
| __iomem uint8_t * | dpram, | ||
| unsigned int | size, | ||
| int | offset | ||
| ) |
Definition at line 145 of file softing_fw.c.
Definition at line 397 of file softing_fw.c.
| int softing_startstop | ( | struct net_device * | dev, |
| int | up | ||
| ) |
Definition at line 429 of file softing_fw.c.
1.8.2