Home
last modified time | relevance | path

Searched refs:buf_to_channel (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/lib/debugfs/
H A Ddevroot.c79 return buf_to_channel(channel, buf, dp->data, size, dp->length); in rootread()
H A Ddev.h96 int buf_to_channel(chan_t *c, void *dst, void *src, size_t nbytes, long len);
H A Ddev.c167 int buf_to_channel(chan_t *channel, void *dst, void *src, size_t nbytes, long len) in buf_to_channel() function