Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Enumerations
aoa-gpio.h File Reference
#include <linux/workqueue.h>
#include <linux/mutex.h>
#include <asm/prom.h>

Go to the source code of this file.

Data Structures

struct  gpio_methods
 
struct  gpio_notification
 
struct  gpio_runtime
 

Typedefs

typedef void(* notify_func_t )(void *data)
 

Enumerations

enum  notify_type { AOA_NOTIFY_HEADPHONE, AOA_NOTIFY_LINE_IN, AOA_NOTIFY_LINE_OUT }
 

Typedef Documentation

typedef void(* notify_func_t)(void *data)

Definition at line 15 of file aoa-gpio.h.

Enumeration Type Documentation

Enumerator:
AOA_NOTIFY_HEADPHONE 
AOA_NOTIFY_LINE_IN 
AOA_NOTIFY_LINE_OUT 

Definition at line 17 of file aoa-gpio.h.