Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ppi_ops Struct Reference

#include <ppi.h>

Data Fields

int(* attach_irq )(struct ppi_if *ppi, irq_handler_t handler)
 
void(* detach_irq )(struct ppi_if *ppi)
 
int(* start )(struct ppi_if *ppi)
 
int(* stop )(struct ppi_if *ppi)
 
int(* set_params )(struct ppi_if *ppi, struct ppi_params *params)
 
void(* update_addr )(struct ppi_if *ppi, unsigned long addr)
 

Detailed Description

Definition at line 42 of file ppi.h.

Field Documentation

int(* attach_irq)(struct ppi_if *ppi, irq_handler_t handler)

Definition at line 43 of file ppi.h.

void(* detach_irq)(struct ppi_if *ppi)

Definition at line 44 of file ppi.h.

int(* set_params)(struct ppi_if *ppi, struct ppi_params *params)

Definition at line 47 of file ppi.h.

int(* start)(struct ppi_if *ppi)

Definition at line 45 of file ppi.h.

int(* stop)(struct ppi_if *ppi)

Definition at line 46 of file ppi.h.

void(* update_addr)(struct ppi_if *ppi, unsigned long addr)

Definition at line 48 of file ppi.h.


The documentation for this struct was generated from the following file: