Home | History | Annotate | Download | only in hw

Lines Matching full:zpipe

506     ZeroPipe*  zpipe;
509 ANEW0(zpipe);
510 zpipe->hwpipe = hwpipe;
511 return zpipe;
517 ZeroPipe* zpipe = opaque;
519 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe);
520 AFREE(zpipe);