Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
kobjects.c File Reference
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/kobject.h>
#include <linux/string.h>
#include <linux/sysfs.h>
#include <linux/ctype.h>
#include "speakup.h"
#include "spk_priv.h"

Go to the source code of this file.

Functions

ssize_t spk_var_show (struct kobject *kobj, struct kobj_attribute *attr, char *buf)
 
 EXPORT_SYMBOL_GPL (spk_var_show)
 
ssize_t spk_var_store (struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count)
 
 EXPORT_SYMBOL_GPL (spk_var_store)
 
int speakup_kobj_init (void)
 
void speakup_kobj_exit (void)
 

Variables

struct kobjectspeakup_kobj
 

Function Documentation

EXPORT_SYMBOL_GPL ( spk_var_show  )
EXPORT_SYMBOL_GPL ( spk_var_store  )
void speakup_kobj_exit ( void  )

Definition at line 1018 of file kobjects.c.

int speakup_kobj_init ( void  )

Definition at line 972 of file kobjects.c.

ssize_t spk_var_show ( struct kobject kobj,
struct kobj_attribute attr,
char buf 
)

Definition at line 534 of file kobjects.c.

ssize_t spk_var_store ( struct kobject kobj,
struct kobj_attribute attr,
const char buf,
size_t  count 
)

Definition at line 591 of file kobjects.c.

Variable Documentation

struct kobject* speakup_kobj

Definition at line 970 of file kobjects.c.