Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Drtlx.c49 pr_info(" rt_buffer <%s>\n", chan->rt_buffer); in dump_rtlx()
307 failed = copy_from_user(rt->rt_buffer + rt->rt_write, buffer, fl); in rtlx_write()
313 failed = copy_from_user(rt->rt_buffer, buffer + fl, count - fl); in rtlx_write()
/linux/arch/mips/include/asm/
H A Drtlx.h64 linux (vpe0) reads lx_buffer and writes rt_buffer
65 SP (vpe1) reads rt_buffer and writes lx_buffer
75 char *rt_buffer; member