Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
7segled.c File Reference
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/map_to_7segment.h>
#include <asm/txx9/generic.h>

Go to the source code of this file.

Functions

void __init txx9_7segled_init (unsigned int num, void(*putc)(unsigned int pos, unsigned char val))
 
int txx9_7segled_putc (unsigned int pos, char c)
 
 device_initcall (tx_7segled_init_sysfs)
 

Function Documentation

device_initcall ( tx_7segled_init_sysfs  )
void __init txx9_7segled_init ( unsigned int  num,
void(*)(unsigned int pos, unsigned char val putc 
)

Definition at line 20 of file 7segled.c.

int txx9_7segled_putc ( unsigned int  pos,
char  c 
)

Definition at line 29 of file 7segled.c.