Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
clk_get_io
arch/mips/include/asm/mach-lantiq/lantiq.h
42
extern struct clk *clk_get_io(void);
arch/mips/lantiq/clk.c
53
EXPORT_SYMBOL_GPL(clk_get_io);
drivers/watchdog/lantiq_wdt.c
219
clk = clk_get_io();