Searched refs:fillbuf (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0003_let_dma_memory_set_function_take_MemTxAttrs_argument.patch | 87 memset(fillbuf, c, FILLBUF_SIZE); 91 - fillbuf, l); 92 + error |= address_space_write(as, addr, attrs, fillbuf, l);
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-core.c | 857 if (ops->fillbuf && ops->type == type) in tm6000_call_fillbuf() 858 ops->fillbuf(dev, buf, size); in tm6000_call_fillbuf()
|
| H A D | tm6000.h | 277 int (*fillbuf)(struct tm6000_core *, char *buf, int size); member
|
| H A D | tm6000-alsa.c | 427 .fillbuf = tm6000_fillbuf,
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | .image-sparse.o.cmd | |
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 9449 char *fillbuf = (char *)dhd->prot->hmaptest.mem.va local 9451 if ((fillbuf + maxbuflen) > 9470 memset(fillbuf, 0, maxbuflen); 9472 fillbuf)); 9476 *(uint32 *)(fillbuf + i) = pattern;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 9453 char *fillbuf = (char *)dhd->prot->hmaptest.mem.va local 9455 if ((fillbuf + maxbuflen) > 9474 memset(fillbuf, 0, maxbuflen); 9476 fillbuf)); 9480 *(uint32 *)(fillbuf + i) = pattern;
|