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

Go to the source code of this file.

Functions

void memcpy_toio (volatile void __iomem *dst, const void *src, int count)
 
void memcpy_fromio (void *dst, const volatile void __iomem *src, int count)
 
void memset_io (volatile void __iomem *addr, unsigned char val, int count)
 
void insb (unsigned long port, void *dst, unsigned long count)
 
void insw (unsigned long port, void *dst, unsigned long count)
 
void insl (unsigned long port, void *dst, unsigned long count)
 
void outsb (unsigned long port, const void *src, unsigned long count)
 
void outsw (unsigned long port, const void *src, unsigned long count)
 
void outsl (unsigned long port, const void *src, unsigned long count)
 
 EXPORT_SYMBOL (insb)
 
 EXPORT_SYMBOL (insw)
 
 EXPORT_SYMBOL (insl)
 
 EXPORT_SYMBOL (outsb)
 
 EXPORT_SYMBOL (outsw)
 
 EXPORT_SYMBOL (outsl)
 

Function Documentation

EXPORT_SYMBOL ( insb  )
EXPORT_SYMBOL ( insw  )
EXPORT_SYMBOL ( insl  )
EXPORT_SYMBOL ( outsb  )
EXPORT_SYMBOL ( outsw  )
EXPORT_SYMBOL ( outsl  )
void insb ( unsigned long  port,
void dst,
unsigned long  count 
)

Definition at line 126 of file io.c.

void insl ( unsigned long  port,
void dst,
unsigned long  count 
)

Definition at line 238 of file io.c.

void insw ( unsigned long  port,
void dst,
unsigned long  count 
)

Definition at line 166 of file io.c.

void memcpy_fromio ( void dst,
const volatile void __iomem src,
int  count 
)

Definition at line 53 of file io.c.

void memcpy_toio ( volatile void __iomem dst,
const void src,
int  count 
)

Definition at line 18 of file io.c.

void memset_io ( volatile void __iomem addr,
unsigned char  val,
int  count 
)

Definition at line 105 of file io.c.

void outsb ( unsigned long  port,
const void src,
unsigned long  count 
)

Definition at line 318 of file io.c.

void outsl ( unsigned long  port,
const void src,
unsigned long  count 
)

Definition at line 408 of file io.c.

void outsw ( unsigned long  port,
const void src,
unsigned long  count 
)

Definition at line 336 of file io.c.