Lines Matching defs:seqbuf
21 struct seqbuf { struct
27 static void seqbuf_init(struct seqbuf *seqbuf, void *buf, size_t size) in seqbuf_init()
34 static size_t seqbuf_avail(struct seqbuf *seqbuf) in seqbuf_avail()
39 static size_t seqbuf_status(struct seqbuf *seqbuf) in seqbuf_status()
44 static int seqbuf_eof(struct seqbuf *seqbuf) in seqbuf_eof()
49 static int seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) in seqbuf_read()
57 static int seqbuf_read_u32(struct seqbuf *seqbuf, uint32_t *v) in seqbuf_read_u32()
66 static int seqbuf_read_str(struct seqbuf *seqbuf, const char **str) in seqbuf_read_str()
74 static void seqbuf_seek(struct seqbuf *seqbuf, ssize_t offset) in seqbuf_seek()
310 static int bpmp_populate_dir(struct tegra_bpmp *bpmp, struct seqbuf *seqbuf, in bpmp_populate_dir()
365 struct seqbuf seqbuf; in create_debugfs_mirror() local