Home
last modified time | relevance | path

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

/linux/drivers/platform/surface/aggregator/
A Dssh_parser.h24 struct sshp_buf { struct
39 static inline void sshp_buf_init(struct sshp_buf *buf, u8 *ptr, size_t cap) in sshp_buf_init() argument
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()
A Dssh_packet_layer.h104 struct sshp_buf buf;

Completed in 4 milliseconds