Searched defs:seqbuf (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/drivers/firmware/tegra/ |
| D | bpmp-debugfs.c | 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/tegra/ |
| D | bpmp-debugfs.c | 15 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, uint32_t *v) in seqbuf_read_u32() 60 static int seqbuf_read_str(struct seqbuf *seqbuf, const char **str) in seqbuf_read_str() 68 static void seqbuf_seek(struct seqbuf *seqbuf, ssize_t offset) in seqbuf_seek() 373 struct seqbuf seqbuf; in bpmp_populate_debugfs_inband() local [all …]
|