Searched refs:vx_pipe (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/sound/drivers/vx/ |
D | vx_pcm.c | 46 struct vx_pipe *pipe) in vx_pcm_read_per_bytes() 90 struct vx_pipe *pipe) in vx_set_differed_time() 123 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format() 150 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format() 209 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state() 234 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size() 258 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start() 279 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe() 318 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe() 373 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe() [all …]
|
/Linux-v6.1/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; 277 struct vx_pipe *pipe, int count) in vx_pseudo_dma_write() 283 struct vx_pipe *pipe, int count) in vx_pseudo_dma_read()
|
/Linux-v6.1/sound/pcmcia/vx/ |
D | vxp_ops.c | 354 struct vx_pipe *pipe, int count) in vxp_dma_write() 393 struct vx_pipe *pipe, int count) in vxp_dma_read()
|
/Linux-v6.1/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()
|