Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pal.c File Reference
#include <linux/kernel.h>
#include <linux/debugfs.h>
#include <linux/uwb.h>
#include <linux/export.h>
#include "uwb-internal.h"

Go to the source code of this file.

Functions

void uwb_pal_init (struct uwb_pal *pal)
 
 EXPORT_SYMBOL_GPL (uwb_pal_init)
 
int uwb_pal_register (struct uwb_pal *pal)
 
 EXPORT_SYMBOL_GPL (uwb_pal_register)
 
void uwb_pal_unregister (struct uwb_pal *pal)
 
 EXPORT_SYMBOL_GPL (uwb_pal_unregister)
 
void uwb_rc_pal_init (struct uwb_rc *rc)
 

Function Documentation

EXPORT_SYMBOL_GPL ( uwb_pal_init  )
EXPORT_SYMBOL_GPL ( uwb_pal_register  )
EXPORT_SYMBOL_GPL ( uwb_pal_unregister  )
void uwb_pal_init ( struct uwb_pal pal)

uwb_pal_init - initialize a UWB PAL : the PAL to initialize

Definition at line 29 of file pal.c.

int uwb_pal_register ( struct uwb_pal pal)

uwb_pal_register - register a UWB PAL : the PAL

The PAL must be initialized with uwb_pal_init().

Definition at line 41 of file pal.c.

void uwb_pal_unregister ( struct uwb_pal pal)

uwb_pal_register - unregister a UWB PAL : the PAL

Definition at line 73 of file pal.c.

void uwb_rc_pal_init ( struct uwb_rc rc)

uwb_rc_pal_init - initialize the PAL related parts of a radio controller : the radio controller

Definition at line 96 of file pal.c.