Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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() argument
28 static size_t seqbuf_avail(struct seqbuf *seqbuf) in seqbuf_avail() argument
33 seqbuf_status(struct seqbuf *seqbuf) seqbuf_status() argument
38 seqbuf_eof(struct seqbuf *seqbuf) seqbuf_eof() argument
43 seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) seqbuf_read() argument
51 seqbuf_read_u32(struct seqbuf *seqbuf, uint32_t *v) seqbuf_read_u32() argument
60 seqbuf_read_str(struct seqbuf *seqbuf, const char **str) seqbuf_read_str() argument
68 seqbuf_seek(struct seqbuf *seqbuf, ssize_t offset) seqbuf_seek() argument
373 struct seqbuf seqbuf; bpmp_populate_debugfs_inband() local
652 bpmp_populate_dir(struct tegra_bpmp *bpmp, struct seqbuf *seqbuf, struct dentry *parent, uint32_t depth) bpmp_populate_dir() argument
706 struct seqbuf seqbuf; bpmp_populate_debugfs_shmem() local
[all...]
/kernel/linux/linux-6.6/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() argument
28 static size_t seqbuf_avail(struct seqbuf *seqbuf) in seqbuf_avail() argument
33 seqbuf_status(struct seqbuf *seqbuf) seqbuf_status() argument
38 seqbuf_eof(struct seqbuf *seqbuf) seqbuf_eof() argument
43 seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) seqbuf_read() argument
51 seqbuf_read_u32(struct seqbuf *seqbuf, u32 *v) seqbuf_read_u32() argument
56 seqbuf_read_str(struct seqbuf *seqbuf, const char **str) seqbuf_read_str() argument
64 seqbuf_seek(struct seqbuf *seqbuf, ssize_t offset) seqbuf_seek() argument
411 struct seqbuf seqbuf; bpmp_populate_debugfs_inband() local
690 bpmp_populate_dir(struct tegra_bpmp *bpmp, struct seqbuf *seqbuf, struct dentry *parent, u32 depth) bpmp_populate_dir() argument
744 struct seqbuf seqbuf; bpmp_populate_debugfs_shmem() local
[all...]

Completed in 2 milliseconds