Searched refs:tiop (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dio_trapped.c45 int register_trapped_io(struct trapped_io *tiop) argument
56 if ((unsigned long)tiop & (PAGE_SIZE - 1))
59 for (k = 0; k < tiop->num_resources; k++) {
60 res = tiop->resource + k;
75 pages[k] = virt_to_page(tiop);
77 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE);
78 if (!tiop->virt_base)
82 for (k = 0; k < tiop->num_resources; k++) {
83 res = tiop->resource + k;
85 (unsigned long)(tiop
116 struct trapped_io *tiop; local
166 lookup_address(struct trapped_io *tiop, unsigned long address) argument
224 struct trapped_io *tiop; local
247 struct trapped_io *tiop; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dio_trapped.h20 int register_trapped_io(struct trapped_io *tiop);
52 #define register_trapped_io(tiop) (-1)
53 #define handle_trapped_io(tiop, address) 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dterm.c667 struct termios *tiop; local
679 tiop = &term.nexttermios[i];
683 tiop->c_cflag = (tiop->c_cflag & ~(PARENB | PARODD)) | PARENB;
686 tiop->c_cflag = (tiop->c_cflag & ~(PARENB | PARODD)) | PARODD;
689 tiop->c_cflag = (tiop->c_cflag & ~(PARENB | PARODD));
709 struct termios *tiop; local
721 tiop
754 struct termios *tiop; local
799 struct termios *tiop; local
829 struct termios *tiop; local
[all...]

Completed in 86 milliseconds