tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge master.kernel.org:/home/rmk/linux-2.6-ucb
Linus Torvalds
20 years ago
b954cbcb
5cd9a60c
-4
2 changed files
expand all
collapse all
unified
split
drivers
mfd
ucb1x00-core.c
ucb1x00.h
-2
drivers/mfd/ucb1x00-core.c
···
642
642
module_init(ucb1x00_init);
643
643
module_exit(ucb1x00_exit);
644
644
645
645
-
EXPORT_SYMBOL(ucb1x00_class);
646
646
-
647
645
EXPORT_SYMBOL(ucb1x00_io_set_dir);
648
646
EXPORT_SYMBOL(ucb1x00_io_write);
649
647
EXPORT_SYMBOL(ucb1x00_io_read);
-2
drivers/mfd/ucb1x00.h
···
106
106
void (*fn)(int, void *);
107
107
};
108
108
109
109
-
extern struct class ucb1x00_class;
110
110
-
111
109
struct ucb1x00 {
112
110
spinlock_t lock;
113
111
struct mcp *mcp;