Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ioread.c29 int stream_running; // Passing data to client now member
137 cp->stream_running = 0; in pvr2_ioread_stop()
169 cp->stream_running = 0; in pvr2_ioread_start()
366 if (cp->stream_running) { in pvr2_ioread_avail()
407 cp->stream_running = !0; in pvr2_ioread_read()
/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c165 static inline int stream_running(struct Stream *s) in stream_running() function
298 if (!stream_running(s) || stream_idle(s) || stream_halted(s)) { in stream_process_mem2s()
357 if (!stream_running(s) || stream_idle(s) || stream_halted(s)) { in stream_process_s2mem()
440 if (!stream_running(s) || stream_idle(s) || stream_halted(s)) { in xilinx_axidma_data_stream_can_push()