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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunhv.c41 static char *con_write_page; variable
401 /* Copy 's' into the con_write_page, decoding "\n" into
404 * 's' and also how many bytes to output via con_write_page.
410 char *p = con_write_page;
424 *page_bytes = p - con_write_page;
443 unsigned long ra = __pa(con_write_page);
538 con_write_page = kzalloc(PAGE_SIZE, GFP_KERNEL);
539 if (!con_write_page)
592 kfree(con_write_page);

Completed in 26 milliseconds