Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs
uwbd.c File Reference
#include <linux/kthread.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/freezer.h>
#include "uwb-internal.h"

Go to the source code of this file.

Data Structures

struct  uwbd_event
 
struct  uwbd_evt_type_handler
 

Typedefs

typedef int(* uwbd_evt_handler_f )(struct uwb_event *)
 

: text name of event

Properties of a UWBD event

: the function that will handle this event

void uwbd_start (struct uwb_rc *rc)
 
void uwbd_stop (struct uwb_rc *rc)
 
void uwbd_event_queue (struct uwb_event *evt)
 
void uwbd_flush (struct uwb_rc *rc)
 

Typedef Documentation

typedef int(* uwbd_evt_handler_f)(struct uwb_event *)

Definition at line 88 of file uwbd.c.

Function Documentation

void uwbd_event_queue ( struct uwb_event evt)

Definition at line 333 of file uwbd.c.

void uwbd_flush ( struct uwb_rc rc)

Definition at line 352 of file uwbd.c.

void uwbd_start ( struct uwb_rc rc)

Start the UWB daemon

Definition at line 304 of file uwbd.c.

void uwbd_stop ( struct uwb_rc rc)

Definition at line 315 of file uwbd.c.