Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
irlan_event.c File Reference
#include <net/irda/irlan_event.h>

Go to the source code of this file.

Functions

void irlan_next_client_state (struct irlan_cb *self, IRLAN_STATE state)
 
void irlan_next_provider_state (struct irlan_cb *self, IRLAN_STATE state)
 

Variables

const char *const irlan_state []
 

Function Documentation

void irlan_next_client_state ( struct irlan_cb self,
IRLAN_STATE  state 
)

Definition at line 41 of file irlan_event.c.

void irlan_next_provider_state ( struct irlan_cb self,
IRLAN_STATE  state 
)

Definition at line 51 of file irlan_event.c.

Variable Documentation

const char* const irlan_state[]
Initial value:
= {
"IRLAN_IDLE",
"IRLAN_QUERY",
"IRLAN_CONN",
"IRLAN_INFO",
"IRLAN_MEDIA",
"IRLAN_OPEN",
"IRLAN_WAIT",
"IRLAN_ARB",
"IRLAN_DATA",
"IRLAN_CLOSE",
"IRLAN_SYNC",
}

Definition at line 27 of file irlan_event.c.