Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dfu.c File Reference
#include "i1480-dfu.h"
#include <linux/errno.h>
#include <linux/delay.h>
#include <linux/pci.h>
#include <linux/device.h>
#include <linux/uwb.h>
#include <linux/random.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

int i1480_rceb_check (const struct i1480 *i1480, const struct uwb_rceb *rceb, const char *cmd, u8 context, u8 expected_type, unsigned expected_event)
 
 EXPORT_SYMBOL_GPL (i1480_rceb_check)
 
ssize_t i1480_cmd (struct i1480 *i1480, const char *cmd_name, size_t cmd_size, size_t reply_size)
 
 EXPORT_SYMBOL_GPL (i1480_cmd)
 
int i1480_fw_upload (struct i1480 *i1480)
 
 EXPORT_SYMBOL_GPL (i1480_fw_upload)
 

Function Documentation

EXPORT_SYMBOL_GPL ( i1480_rceb_check  )
EXPORT_SYMBOL_GPL ( i1480_cmd  )
EXPORT_SYMBOL_GPL ( i1480_fw_upload  )
ssize_t i1480_cmd ( struct i1480 i1480,
const char cmd_name,
size_t  cmd_size,
size_t  reply_size 
)

Definition at line 92 of file dfu.c.

int i1480_fw_upload ( struct i1480 i1480)

Definition at line 177 of file dfu.c.

int i1480_rceb_check ( const struct i1480 i1480,
const struct uwb_rceb rceb,
const char cmd,
u8  context,
u8  expected_type,
unsigned  expected_event 
)

Definition at line 52 of file dfu.c.