Searched refs:vx_pipe (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/sound/drivers/vx/ |
D | vx_pcm.c | 46 struct vx_pipe *pipe) in vx_pcm_read_per_bytes() 91 struct vx_pipe *pipe) in vx_set_differed_time() 124 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format() 151 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format() 210 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state() 235 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size() 259 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start() 280 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe() 319 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe() 372 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe() [all …]
|
/Linux-v5.4/include/sound/ |
D | vx_core.h | 48 struct vx_pipe { struct 69 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/ argument 96 struct vx_pipe *pipe, int count); 98 struct vx_pipe *pipe, int count); 166 struct vx_pipe **playback_pipes; 167 struct vx_pipe **capture_pipes; 276 struct vx_pipe *pipe, int count) in vx_pseudo_dma_write() 282 struct vx_pipe *pipe, int count) in vx_pseudo_dma_read()
|
/Linux-v5.4/sound/pcmcia/vx/ |
D | vxp_ops.c | 352 struct vx_pipe *pipe, int count) in vxp_dma_write() 391 struct vx_pipe *pipe, int count) in vxp_dma_read()
|
/Linux-v5.4/sound/pci/vx222/ |
D | vx222_ops.c | 246 struct vx_pipe *pipe, int count) in vx2_dma_write() 285 struct vx_pipe *pipe, int count) in vx2_dma_read()
|