Linux Kernel
3.7.1
|
#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 kobject * | speakup_kobj |
EXPORT_SYMBOL_GPL | ( | spk_var_show | ) |
EXPORT_SYMBOL_GPL | ( | spk_var_store | ) |
Definition at line 1018 of file kobjects.c.
Definition at line 972 of file kobjects.c.
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.
Definition at line 970 of file kobjects.c.