Lines Matching refs:hwpipe
465 pipeConnector_load( void* hwpipe, void* pipeOpaque, const char* args, QEMUFile* file ) in pipeConnector_load() argument
473 pcon = pipeConnector_new(hwpipe); in pipeConnector_load()
507 void* hwpipe; member
511 zeroPipe_init( void* hwpipe, void* svcOpaque, const char* args ) in zeroPipe_init() argument
515 D("%s: hwpipe=%p", __FUNCTION__, hwpipe); in zeroPipe_init()
517 zpipe->hwpipe = hwpipe; in zeroPipe_init()
526 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe); in zeroPipe_close()
594 void* hwpipe; member
603 pingPongPipe_init0( PingPongPipe* pipe, void* hwpipe, void* svcOpaque ) in pingPongPipe_init0() argument
605 pipe->hwpipe = hwpipe; in pingPongPipe_init0()
613 pingPongPipe_init( void* hwpipe, void* svcOpaque, const char* args ) in pingPongPipe_init() argument
617 D("%s: hwpipe=%p", __FUNCTION__, hwpipe); in pingPongPipe_init()
619 pingPongPipe_init0(ppipe, hwpipe, svcOpaque); in pingPongPipe_init()
629 ppipe->hwpipe, ppipe->pos, ppipe->count, ppipe->size); in pingPongPipe_close()
692 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_READ); in pingPongPipe_sendBuffers()
736 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_WRITE); in pingPongPipe_recvBuffers()
801 throttlePipe_init( void* hwpipe, void* svcOpaque, const char* args ) in throttlePipe_init() argument
806 pingPongPipe_init0(&pipe->pingpong, hwpipe, svcOpaque); in throttlePipe_init()
870 goldfish_pipe_wake(pipe->pingpong.hwpipe, flags); in throttlePipe_timerFunc()
1350 goldfish_pipe_wake( void* hwpipe, unsigned flags ) in goldfish_pipe_wake() argument
1352 Pipe* pipe = hwpipe; in goldfish_pipe_wake()
1372 goldfish_pipe_close( void* hwpipe ) in goldfish_pipe_close() argument
1374 Pipe* pipe = hwpipe; in goldfish_pipe_close()
1380 goldfish_pipe_wake( hwpipe, PIPE_WAKE_CLOSED ); in goldfish_pipe_close()