Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wa-hc.c File Reference
#include <linux/slab.h>
#include <linux/module.h>
#include "wusbhc.h"
#include "wa-hc.h"

Go to the source code of this file.

Functions

int wa_create (struct wahc *wa, struct usb_interface *iface)
 
 EXPORT_SYMBOL_GPL (wa_create)
 
void __wa_destroy (struct wahc *wa)
 
 EXPORT_SYMBOL_GPL (__wa_destroy)
 
void wa_reset_all (struct wahc *wa)
 
 MODULE_AUTHOR ("Inaky Perez-Gonzalez <[email protected]>")
 
 MODULE_DESCRIPTION ("Wireless USB Wire Adapter core")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

void __wa_destroy ( struct wahc wa)

Definition at line 71 of file wa-hc.c.

EXPORT_SYMBOL_GPL ( wa_create  )
EXPORT_SYMBOL_GPL ( __wa_destroy  )
MODULE_AUTHOR ( "Inaky Perez-Gonzalez <[email protected]>"  )
MODULE_DESCRIPTION ( "Wireless USB Wire Adapter core )
MODULE_LICENSE ( "GPL"  )
int wa_create ( struct wahc wa,
struct usb_interface iface 
)

Assumes

wa->usb_dev and wa->usb_iface initialized and refcounted, wa->wa_descr initialized.

Definition at line 36 of file wa-hc.c.

void wa_reset_all ( struct wahc wa)

wa_reset_all - reset the WA device : the WA to be reset

For HWAs the radio controller and all other PALs are also reset.

Definition at line 91 of file wa-hc.c.