Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mpu401.h File Reference

Go to the source code of this file.

Functions

int probe_uart401 (struct address_info *hw_config, struct module *owner)
 
void unload_uart401 (struct address_info *hw_config)
 
irqreturn_t uart401intr (int irq, void *dev_id)
 
int probe_mpu401 (struct address_info *hw_config, struct resource *ports)
 
int attach_mpu401 (struct address_info *hw_config, struct module *owner)
 
void unload_mpu401 (struct address_info *hw_info)
 

Function Documentation

int attach_mpu401 ( struct address_info hw_config,
struct module owner 
)

Definition at line 947 of file mpu401.c.

int probe_mpu401 ( struct address_info hw_config,
struct resource ports 
)

Definition at line 1186 of file mpu401.c.

int probe_uart401 ( struct address_info hw_config,
struct module owner 
)

Definition at line 293 of file uart401.c.

irqreturn_t uart401intr ( int  irq,
void dev_id 
)

Definition at line 100 of file uart401.c.

void unload_mpu401 ( struct address_info hw_info)

Definition at line 1214 of file mpu401.c.

void unload_uart401 ( struct address_info hw_config)

Definition at line 397 of file uart401.c.