Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() function
901 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
903 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()
918 inbuf_init(&memresvbuf, in dt_from_blob()
920 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize); in dt_from_blob()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c569 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() function
886 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()
888 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()
903 inbuf_init(&memresvbuf, in dt_from_blob()
905 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize); in dt_from_blob()