Home
last modified time | relevance | path

Searched refs:seq_buf_putc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dseq_buf.h123 extern int seq_buf_putc(struct seq_buf *s, unsigned char c);
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_seq.c245 seq_buf_putc(&s->seq, c); in trace_seq_putc()
H A Dtrace_events_synth.c1177 seq_buf_putc(&s, ' '); in save_cmdstr()
/OK3568_Linux_fs/kernel/lib/
H A Dseq_buf.c170 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() function