vx_pipe            88 include/sound/vx_core.h 	struct vx_pipe *monitoring_pipe;  /* pointer to the monitoring pipe (capture pipe only)*/
vx_pipe           117 include/sound/vx_core.h 			  struct vx_pipe *pipe, int count);
vx_pipe           119 include/sound/vx_core.h 			  struct vx_pipe *pipe, int count);
vx_pipe           189 include/sound/vx_core.h 	struct vx_pipe **playback_pipes;
vx_pipe           190 include/sound/vx_core.h 	struct vx_pipe **capture_pipes;
vx_pipe           460 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe;
vx_pipe           582 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe = NULL;
vx_pipe           626 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe;
vx_pipe           789 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe = subs->runtime->private_data;
vx_pipe           811 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe = subs->runtime->private_data;
vx_pipe           858 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe = runtime->private_data;
vx_pipe           886 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe = runtime->private_data;
vx_pipe           991 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe;
vx_pipe           992 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe_out_monitoring = NULL;
vx_pipe          1050 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe;
vx_pipe          1051 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe_out_monitoring;
vx_pipe          1160 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe = runtime->private_data;
vx_pipe          1186 sound/drivers/vx/vx_pcm.c 	struct vx_pipe *pipe;
vx_pipe          1257 sound/drivers/vx/vx_pcm.c 	chip->playback_pipes = kcalloc(chip->audio_outs, sizeof(struct vx_pipe *), GFP_KERNEL);
vx_pipe          1260 sound/drivers/vx/vx_pcm.c 	chip->capture_pipes = kcalloc(chip->audio_ins, sizeof(struct vx_pipe *), GFP_KERNEL);