Symbol: vx_pipe
include/sound/vx_core.h
165
struct vx_pipe **playback_pipes;
include/sound/vx_core.h
166
struct vx_pipe **capture_pipes;
include/sound/vx_core.h
276
struct vx_pipe *pipe, int count)
include/sound/vx_core.h
282
struct vx_pipe *pipe, int count)
include/sound/vx_core.h
69
struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
include/sound/vx_core.h
96
struct vx_pipe *pipe, int count);
include/sound/vx_core.h
98
struct vx_pipe *pipe, int count);
sound/drivers/vx/vx_pcm.c
1063
struct vx_pipe *pipe = runtime->private_data;
sound/drivers/vx/vx_pcm.c
1085
struct vx_pipe *pipe;
sound/drivers/vx/vx_pcm.c
1157
chip->playback_pipes = kzalloc_objs(struct vx_pipe *, chip->audio_outs);
sound/drivers/vx/vx_pcm.c
1160
chip->capture_pipes = kzalloc_objs(struct vx_pipe *, chip->audio_ins);
sound/drivers/vx/vx_pcm.c
123
static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe,
sound/drivers/vx/vx_pcm.c
150
static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe,
sound/drivers/vx/vx_pcm.c
211
static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state)
sound/drivers/vx/vx_pcm.c
236
static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
260
static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
281
static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
320
static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state)
sound/drivers/vx/vx_pcm.c
375
static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
395
struct vx_pipe **pipep)
sound/drivers/vx/vx_pcm.c
398
struct vx_pipe *pipe;
sound/drivers/vx/vx_pcm.c
443
static int vx_free_pipe(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
46
struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
461
static int vx_start_stream(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
477
static int vx_stop_stream(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
518
struct vx_pipe *pipe = NULL;
sound/drivers/vx/vx_pcm.c
560
struct vx_pipe *pipe;
sound/drivers/vx/vx_pcm.c
583
static int vx_notify_end_of_buffer(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
613
struct vx_pipe *pipe, int size)
sound/drivers/vx/vx_pcm.c
650
struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
678
struct vx_pipe *pipe, int nchunks)
sound/drivers/vx/vx_pcm.c
699
struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
721
struct vx_pipe *pipe = subs->runtime->private_data;
sound/drivers/vx/vx_pcm.c
776
struct vx_pipe *pipe = runtime->private_data;
sound/drivers/vx/vx_pcm.c
787
struct vx_pipe *pipe = runtime->private_data;
sound/drivers/vx/vx_pcm.c
893
struct vx_pipe *pipe;
sound/drivers/vx/vx_pcm.c
894
struct vx_pipe *pipe_out_monitoring = NULL;
sound/drivers/vx/vx_pcm.c
90
struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
951
struct vx_pipe *pipe;
sound/drivers/vx/vx_pcm.c
952
struct vx_pipe *pipe_out_monitoring;
sound/drivers/vx/vx_pcm.c
985
struct vx_pipe *pipe)
sound/pci/vx222/vx222_ops.c
246
struct vx_pipe *pipe, int count)
sound/pci/vx222/vx222_ops.c
285
struct vx_pipe *pipe, int count)
sound/pcmcia/vx/vxp_ops.c
356
struct vx_pipe *pipe, int count)
sound/pcmcia/vx/vxp_ops.c
395
struct vx_pipe *pipe, int count)