Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
atari_stdma.h File Reference
#include <linux/interrupt.h>

Go to the source code of this file.

Functions

void stdma_lock (irq_handler_t handler, void *data)
 
void stdma_release (void)
 
int stdma_others_waiting (void)
 
int stdma_islocked (void)
 
voidstdma_locked_by (void)
 
void stdma_init (void)
 

Function Documentation

void stdma_init ( void  )

Definition at line 179 of file stdma.c.

int stdma_islocked ( void  )

Definition at line 158 of file stdma.c.

void stdma_lock ( irq_handler_t  handler,
void data 
)

Definition at line 79 of file stdma.c.

void* stdma_locked_by ( void  )
int stdma_others_waiting ( void  )

Definition at line 136 of file stdma.c.

void stdma_release ( void  )

Definition at line 109 of file stdma.c.