Searched refs:vx_pipe (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.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() 211 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state() 236 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size() 260 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start() 281 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe() 320 static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state) in vx_toggle_pipe() 375 static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_stop_pipe() [all …]
|
/linux-6.12.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); 165 struct vx_pipe **playback_pipes; 166 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-6.12.1/sound/pcmcia/vx/ |
D | vxp_ops.c | 356 struct vx_pipe *pipe, int count) in vxp_dma_write() 395 struct vx_pipe *pipe, int count) in vxp_dma_read()
|
/linux-6.12.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()
|