Home
last modified time | relevance | path

Searched refs:seq_buf (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dseq_buf.h21 struct seq_buf { struct
28 struct seq_buf NAME = { \ argument
33 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear()
41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init()
53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed()
59 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow()
68 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left()
77 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used()
98 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str()
119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf()
[all …]
/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c112 struct seq_buf alignments_sb;
118 static void stringify_free_seq(struct kunit *test, int *seq, struct seq_buf *sb) in stringify_free_seq()
129 struct seq_buf *sb) in stringify_alignments()
/linux/drivers/clk/tegra/
H A Dclk-bpmp.c386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
/linux/drivers/input/joystick/
H A Danalog.c339 struct seq_buf s; in analog_name()
/linux/tools/testing/nvdimm/test/
H A Dndtest.c672 struct seq_buf s; in flags_show()