Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py459 def readfifo(data): function
507 … bb.process.run(cmd, shell=False, stdin=stdin, log=logfile, extrafiles=[(fifo,readfifo)])
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Damba-pl011.c877 bool readfifo) in pl011_dma_rx_chars() argument
921 if (dma_count == pending && readfifo) { in pl011_dma_rx_chars()