trapped_io 283 arch/sh/boards/mach-highlander/setup.c static struct trapped_io cf_trapped_io = { trapped_io 239 arch/sh/boards/mach-r2d/setup.c static struct trapped_io cf_trapped_io = { trapped_io 21 arch/sh/include/asm/io_trapped.h int register_trapped_io(struct trapped_io *tiop); trapped_io 41 arch/sh/include/asm/io_trapped.h extern struct list_head trapped_io; trapped_io 46 arch/sh/include/asm/io_trapped.h return match_trapped_io_handler(&trapped_io, offset, size); trapped_io 23 arch/sh/kernel/io_trapped.c LIST_HEAD(trapped_io); trapped_io 24 arch/sh/kernel/io_trapped.c EXPORT_SYMBOL_GPL(trapped_io); trapped_io 41 arch/sh/kernel/io_trapped.c int register_trapped_io(struct trapped_io *tiop) trapped_io 92 arch/sh/kernel/io_trapped.c list_add(&tiop->list, &trapped_io); trapped_io 112 arch/sh/kernel/io_trapped.c struct trapped_io *tiop; trapped_io 136 arch/sh/kernel/io_trapped.c static struct trapped_io *lookup_tiop(unsigned long address) trapped_io 162 arch/sh/kernel/io_trapped.c static unsigned long lookup_address(struct trapped_io *tiop, trapped_io 220 arch/sh/kernel/io_trapped.c struct trapped_io *tiop; trapped_io 243 arch/sh/kernel/io_trapped.c struct trapped_io *tiop;