Home
last modified time | relevance | path

Searched refs:sshp_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_parser.h19 * struct sshp_buf - Parser buffer for SSH messages.
24 struct sshp_buf { struct
39 static inline void sshp_buf_init(struct sshp_buf *buf, u8 *ptr, size_t cap) in sshp_buf_init()
57 static inline int sshp_buf_alloc(struct sshp_buf *buf, size_t cap, gfp_t flags) in sshp_buf_alloc()
77 static inline void sshp_buf_free(struct sshp_buf *buf) in sshp_buf_free()
93 static inline void sshp_buf_drop(struct sshp_buf *buf, size_t n) in sshp_buf_drop()
111 static inline size_t sshp_buf_read_from_fifo(struct sshp_buf *buf, in sshp_buf_read_from_fifo()
137 static inline void sshp_buf_span_from(struct sshp_buf *buf, size_t offset, in sshp_buf_span_from()
H A Dssh_packet_layer.h104 struct sshp_buf buf;

Completed in 2 milliseconds