Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dttyprintk.c53 static int tpk_printk(const unsigned char *buf, int count) in tpk_printk() function
106 /* flush tpk_printk buffer */ in tpk_close()
107 tpk_printk(NULL, 0); in tpk_close()
124 /* exclusive use of tpk_printk within this tty */ in tpk_write()
126 ret = tpk_printk(buf, count); in tpk_write()
/kernel/linux/linux-6.6/drivers/char/
H A Dttyprintk.c54 static int tpk_printk(const u8 *buf, int count) in tpk_printk() function
112 /* exclusive use of tpk_printk within this tty */ in tpk_write()
114 ret = tpk_printk(buf, count); in tpk_write()

Completed in 2 milliseconds