Searched refs:rt_buffer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Drtlx.h41 linux (vpe0) reads lx_buffer and writes rt_buffer
42 SP (vpe1) reads rt_buffer and writes lx_buffer
52 char *rt_buffer; member in struct:rtlx_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Drtlx.c105 printk(" rt_buffer <%s>\n", chan->rt_buffer);
365 failed = copy_from_user(rt->rt_buffer + rt->rt_write, buffer, fl);
371 failed = copy_from_user(rt->rt_buffer, buffer + fl, count - fl);

Completed in 65 milliseconds