Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tah.c File Reference
#include <asm/io.h>
#include "emac.h"
#include "core.h"

Go to the source code of this file.

Functions

int __devinit tah_attach (struct platform_device *ofdev, int channel)
 
void tah_detach (struct platform_device *ofdev, int channel)
 
void tah_reset (struct platform_device *ofdev)
 
int tah_get_regs_len (struct platform_device *ofdev)
 
voidtah_dump_regs (struct platform_device *ofdev, void *buf)
 
int __init tah_init (void)
 
void tah_exit (void)
 

Function Documentation

int __devinit tah_attach ( struct platform_device ofdev,
int  channel 
)

Definition at line 26 of file tah.c.

void tah_detach ( struct platform_device ofdev,
int  channel 
)

Definition at line 38 of file tah.c.

void* tah_dump_regs ( struct platform_device ofdev,
void buf 
)

Definition at line 75 of file tah.c.

void tah_exit ( void  )

Definition at line 179 of file tah.c.

int tah_get_regs_len ( struct platform_device ofdev)

Definition at line 69 of file tah.c.

int __init tah_init ( void  )

Definition at line 174 of file tah.c.

void tah_reset ( struct platform_device ofdev)

Definition at line 47 of file tah.c.