Searched refs:vx_pipe (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/drivers/vx/ |
D | vx_pcm.c | 61 struct vx_pipe *pipe) in vx_pcm_read_per_bytes() 106 struct vx_pipe *pipe) in vx_set_differed_time() 139 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format() 166 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format() 225 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state() 250 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size() 274 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start() 295 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe() 334 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe() 387 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe() [all …]
|
/linux-3.4.99/include/sound/ |
D | vx_core.h | 67 struct vx_pipe { struct 88 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/ argument 117 struct vx_pipe *pipe, int count); 119 struct vx_pipe *pipe, int count); 189 struct vx_pipe **playback_pipes; 190 struct vx_pipe **capture_pipes; 298 struct vx_pipe *pipe, int count) in vx_pseudo_dma_write() 304 struct vx_pipe *pipe, int count) in vx_pseudo_dma_read()
|
/linux-3.4.99/sound/pcmcia/vx/ |
D | vxp_ops.c | 365 struct vx_pipe *pipe, int count) in vxp_dma_write() 404 struct vx_pipe *pipe, int count) in vxp_dma_read()
|
/linux-3.4.99/sound/pci/vx222/ |
D | vx222_ops.c | 254 struct vx_pipe *pipe, int count) in vx2_dma_write() 293 struct vx_pipe *pipe, int count) in vx2_dma_read()
|