Home
last modified time | relevance | path

Searched defs:seqbuf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c15 struct seqbuf { struct
21 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 …]