Searched defs:seqbuf (Results 1 – 1 of 1) sorted by relevance
15 struct seqbuf { struct21 static void seqbuf_init(struct seqbuf *seqbuf, void *buf, size_t size) in seqbuf_init()28 static size_t seqbuf_avail(struct seqbuf *seqbuf) in seqbuf_avail()33 static size_t seqbuf_status(struct seqbuf *seqbuf) in seqbuf_status()38 static int seqbuf_eof(struct seqbuf *seqbuf) in seqbuf_eof()43 static int seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) in seqbuf_read()51 static int seqbuf_read_u32(struct seqbuf *seqbuf, u32 *v) in seqbuf_read_u32()56 static int seqbuf_read_str(struct seqbuf *seqbuf, const char **str) in seqbuf_read_str()64 static void seqbuf_seek(struct seqbuf *seqbuf, ssize_t offset) in seqbuf_seek()411 struct seqbuf seqbuf; in bpmp_populate_debugfs_inband() local[all …]