Home
last modified time | relevance | path

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

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