Searched refs:trapped_io (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dio_trapped.h11 struct trapped_io { struct
21 int register_trapped_io(struct trapped_io *tiop);
41 extern struct list_head trapped_io;
46 return match_trapped_io_handler(&trapped_io, offset, size);
/linux-master/arch/sh/kernel/
H A Dio_trapped.c23 LIST_HEAD(trapped_io); variable
24 EXPORT_SYMBOL_GPL(trapped_io); variable
41 int register_trapped_io(struct trapped_io *tiop)
92 list_add(&tiop->list, &trapped_io);
111 struct trapped_io *tiop;
134 static struct trapped_io *lookup_tiop(unsigned long address)
165 static unsigned long lookup_address(struct trapped_io *tiop,
223 struct trapped_io *tiop;
246 struct trapped_io *tiop;
/linux-master/arch/sh/boards/mach-r2d/
H A Dsetup.c239 static struct trapped_io cf_trapped_io = {
/linux-master/arch/sh/boards/mach-highlander/
H A Dsetup.c283 static struct trapped_io cf_trapped_io = {

Completed in 122 milliseconds